30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-03 06:50:49 +00:00

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

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');