mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-25 17:51:07 +00:00
Added @after to make sure tests are run in the right order
This commit is contained in:
parent
6eff076427
commit
39ea10544a
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user