Skip to content

Commit

Permalink
Update CrudIndexCest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheron committed Aug 16, 2021
1 parent 3a08638 commit f7ade85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/acceptance/CrudIndexCest.php
Expand Up @@ -13,7 +13,7 @@ public function tryToGotoCrudIndex(AcceptanceTester $I) {
$I->see ( "Settings" );
$I->see ( "Organizationsettings" );

$I->click ( "a[href=crud/connection/?]");
$I->click ( "crud/connection/?");
$I->waitForText ( "Add a new models\Connection...", self::TIMEOUT, "body" );

}
Expand Down

0 comments on commit f7ade85

Please sign in to comment.