Skip to content

Commit

Permalink
chore: update old nav test path
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 4fd8617 commit fc88756
Showing 1 changed file with 1 addition and 1 deletion.
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 fc88756

Please sign in to comment.