Skip to content

Commit

Permalink
chore: update mobile config to include old nav test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniekan Eshiet authored and Aniekan Eshiet committed Aug 22, 2024
1 parent b6d5c06 commit d9b0120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/default-mobile/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ chai.use(require('chai-exclude'));
exports.config = Object.assign(wdioBaseConfig.config, {
suites: {
all: [
'**/*/old-navigation.wdio-spec.js'
'../default/old-navigation/old-navigation.wdio-spec.js',
/*'./!**!/!*.wdio-spec.js',
'../default/login/login-logout.wdio-spec.js',
'../default/navigation/navigation.wdio-spec.js',
Expand Down

0 comments on commit d9b0120

Please sign in to comment.