Skip to content

Commit 0685ace

Browse files
committed
Update AuthControllerCest.php
1 parent 48ef0c5 commit 0685ace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/acceptance/AuthControllerCest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function tryToConnectWithConfig(AcceptanceTester $I){
9090
$I->see ( "account created with success!" );
9191
$I->see('Confirm your email address');
9292
$I->see('[email protected]');
93-
$I->click ( "a.#url" );
93+
$I->click ( "#url" );
9494
$I->waitForText("Account creation",self::TIMEOUT,"body");
9595
$I->see("has been validated.");
9696
$I->see('[email protected]');
@@ -104,7 +104,7 @@ public function tryToConnectWithConfig(AcceptanceTester $I){
104104
$I->waitForText("Account recovery",self::TIMEOUT,"body");
105105
$I->see('You can only use this link temporarily, from the same machine, on this browser.');
106106
$I->see('[email protected]');
107-
$I->click ( "a.#url" );
107+
$I->click ( "#url" );
108108
$I->waitForText('Account recovery (password reset)');
109109
$I->fillField ( "[name='password']", "0000" );
110110
$I->fillField ( "[name='password-conf']", "0000" );

0 commit comments

Comments
 (0)