Skip to content

Commit

Permalink
OXDEV-8462 Revert tests to use apex
Browse files Browse the repository at this point in the history
  • Loading branch information
TitaKoleva committed Jul 15, 2024
1 parent 4ed4bfd commit 0700074
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

"tests-codeception": [
"Composer\\Config::disableProcessTimeout",
"THEME_ID=flow MODULE_IDS=oe_moduletemplate SHOP_ROOT_PATH=/var/www vendor/bin/codecept run acceptance -c tests/codeception.yml --no-redirect"
"THEME_ID=apex MODULE_IDS=oe_moduletemplate SHOP_ROOT_PATH=/var/www vendor/bin/codecept run acceptance -c tests/codeception.yml --no-redirect"
],

"tests-all": [
Expand Down
6 changes: 3 additions & 3 deletions tests/Codeception/acceptance.suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ modules:
- \OxidEsales\Codeception\Module\Translation\TranslationsModule:
shop_path: '%SHOP_SOURCE_PATH%'
paths:
- Application/views/flow/translations
- Application/views/admin_smarty
- ../vendor/oxid-esales/module-template/views/admin_smarty
- Application/views/apex
- Application/views/admin_twig
- ../vendor/oxid-esales/module-template/views/admin_twig
- ../vendor/oxid-esales/module-template/translations
- \OxidEsales\Codeception\Module\OxideshopModules
step_decorators:
Expand Down

0 comments on commit 0700074

Please sign in to comment.