Skip to content

Commit

Permalink
remove spec limit
Browse files Browse the repository at this point in the history
fix test
  • Loading branch information
alisman committed Nov 26, 2024
1 parent 431da14 commit 71c4cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion end-to-end-test/remote/specs/core/home.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('homepage', () => {
await browser.execute(() => {
return window.getLoadConfig().frontendUrl;
}),
'//localhost:3000/'
'https://localhost:3000/'
);
});
}
Expand Down
2 changes: 1 addition & 1 deletion end-to-end-test/shared/wdio/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ exports.config = {
//
//

specs: ['./remote/specs/core/home.spec.js'],
specs: [SPEC_FILE_PATTERN],

exclude: ['./local/specs/web-tour.spec.js'],

Expand Down

0 comments on commit 71c4cd3

Please sign in to comment.