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 f7ade85 commit 7e92877
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 ( "crud/connection/?");
$I->click ( '//a[@href="crud/connection/?"]');
$I->waitForText ( "Add a new models\Connection...", self::TIMEOUT, "body" );

}
Expand Down

0 comments on commit 7e92877

Please sign in to comment.