Skip to content

Commit

Permalink
OXDEV-8214 Prepared ThemeSwitch codeception test
Browse files Browse the repository at this point in the history
  • Loading branch information
RahatHameed committed Jun 25, 2024
1 parent 12ef457 commit 93755c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/Codeception/Acceptance/BaseCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,4 @@ protected function getAdminPassword(): string
{
return self::ADMIN_PASSWORD;
}

public function getThemeId(): string
{
return getenv('THEME_ID') ?: 'apex';
}
}

0 comments on commit 93755c0

Please sign in to comment.