Added @after to make sure tests are run in the right order

This commit is contained in:
Beat 2015-05-31 00:19:28 +02:00
parent 6eff076427
commit 39ea10544a
1 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,11 @@ class AdministratorWeblinksCest
$I->see($this->title,['id' => 'weblinkList']);
}
/**
* @after administratorCreateWeblink
*
* @param AcceptanceTester $I
*/
public function administratorCreateWeblinkTrash(AcceptanceTester $I)
{
$I->am('Administrator');