Skip to content

Commit

Permalink
test(extension): fix onboarding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 committed May 13, 2024
1 parent f6efeb3 commit 6003d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/wdio.conf.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import extensionUtils from './src/utils/utils';

export const config: WebdriverIO.Config = {
runner: 'local',
specs: [['./src/features/**/*.feature']],
specs: ['./src/features/**/*.feature'],
automationProtocol: 'webdriver',
exclude: [],
maxInstances: 1,
Expand Down

0 comments on commit 6003d46

Please sign in to comment.