Skip to content

Commit

Permalink
fixed home page delete
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Oct 23, 2024
1 parent 28c6f22 commit e37e99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codeception/functional/Users/RolesCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function testBulkDeleteHomePage(FunctionalTester $I) {
$I->selectOption('Action', 'Delete selected entities');
$I->click('Apply to selected items');
$I->click('Execute action');
$I->waitForText('Action processing results');
$I->waitForText('Delete entities');
$I->canSee('Access denied (1)');
$I->runDrush('cache-rebuild');
$I->amOnPage('/');
Expand Down

0 comments on commit e37e99d

Please sign in to comment.