Automatically closed - issue fixed for 2 weeks with no activity.
Drupal 10
0.13.0
$this->assertNoFieldById('edit-actions-operations-event-manager-create');
is replaced with
$this->assertSession()->fieldValueNotEquals('edit-actions-operations-event-manager-create', '');
This causes the following test failure:
Behat\Mink\Exception\ElementNotFoundException: Form field with id|name|label|value "edit-actions-operations-event-manager-create" not found.
See #3297977-2: Automated Drupal 10 compatibility fixes β .
Fixed
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.