Skip to content

Commit

Permalink
fix: add amOnPage('/') to all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maikschneider committed Sep 18, 2024
1 parent bdbf351 commit 8a954bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Acceptance/BackendCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public function _before(AcceptanceTester $I): void
{
$I->cleanDir(self::MAIL_LOG_DIR);
$I->cleanDir('/var/www/html/public/typo3temp/assets/xima_typo3_mailcatcher/');
$I->amOnPage('/');
}

public function login(AcceptanceTester $I, ExtensionConfiguration $extensionConfiguration): void
Expand Down

0 comments on commit 8a954bc

Please sign in to comment.