Skip to content

Commit

Permalink
fix bulk edit
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Oct 23, 2024
1 parent b6095c4 commit 28c6f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codeception/acceptance/Contrib/ViewsBulkEditCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function testBulkEdits(AcceptanceTester $I) {
$I->checkOption('Publication Types (value 1)');
$I->selectOption('node[stanford_publication][su_publication_topics][0][target_id]', $pubs_foo_bar_baz->id());
$I->click('Apply');
$I->canSee('Action processing results');
$I->canSee('Modify field values', '.messages-list');

foreach ($this->nodes as $node) {
$I->amOnPage($node->toUrl('edit-form')->toString());
Expand Down

0 comments on commit 28c6f22

Please sign in to comment.