Skip to content

Commit

Permalink
Fix tests login success.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Oct 18, 2020
1 parent f01bfbd commit 13ec4d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/Acceptance/LoginCest.php
Expand Up @@ -54,8 +54,7 @@ public function testAuthLoginUsernameSubmitFormSuccessData(AcceptanceTester $I):

$I->expectTo('see logged index page.');

$I->seeLink('Manage User');
$I->seeLink('Manage Item');
$I->seeLink('admin');
}

/**
Expand All @@ -70,7 +69,6 @@ public function testAuthLoginEmailSubmitFormSuccessData(AcceptanceTester $I): vo

$I->expectTo('see logged index page.');

$I->seeLink('Manage User');
$I->seeLink('Manage Item');
$I->seeLink('admin');
}
}

0 comments on commit 13ec4d4

Please sign in to comment.