Skip to content

Commit

Permalink
chore: update old nav test path 2
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 fc88756 commit 5976bd8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
21 changes: 12 additions & 9 deletions tests/e2e/default/suites.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,32 @@ const SUITES = {
'./old-navigation/**/*.wdio-spec.js',
// './privacy-policy/**/*.wdio-spec.js',
],
// workflows: [
workflows: [
'./old-navigation/**/*.wdio-spec.js'
// './analytics/**/*.wdio-spec.js',
// './contacts/**/*.wdio-spec.js',
// './reports/**/*.wdio-spec.js',
// './targets/**/*.wdio-spec.js',
// './tasks/**/*.wdio-spec.js',
// './sms/**/*.wdio-spec.js',
// ],
// data: [
],
data: [
'./old-navigation/**/*.wdio-spec.js'
// './db/**/*.wdio-spec.js',
// './purge/**/*.wdio-spec.js',
// './telemetry/**/*.wdio-spec.js'
// ],
// lowLevel: [
],
lowLevel: [
'./old-navigation/**/*.wdio-spec.js'
// './pwa/**/*.wdio-spec.js',
// './service-worker/**/*.wdio-spec.js',
// './transitions/**/*.wdio-spec.js',
// './logging/**/*.wdio-spec.js'
// ],
// enketo: [
],
enketo: [
'./old-navigation/**/*.wdio-spec.js'
// './enketo/**/*.wdio-spec.js',
// ]
]
};

exports.suites = SUITES;

2 changes: 1 addition & 1 deletion tests/e2e/default/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { suites } = require('./suites');
// Override specific properties from wdio base config
const defaultConfig = Object.assign(wdioBaseConfig.config, {
suites,
specs: ['**/*/old-navigation.wdio-spec.js'],
specs: ['**/old-navigation.wdio-spec.js'],
});

exports.config = defaultConfig;

0 comments on commit 5976bd8

Please sign in to comment.