Skip to content

Commit

Permalink
feat(E2E): remove IE11 from E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vogloblinsky committed Aug 10, 2023
1 parent ecb08ef commit 791f421
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions wdio-saucelabs.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,6 @@ exports.config = {
public: 'public'
}
},
{
browserName: 'internet explorer',
platformName: 'Windows 10',
browserVersion: 'latest',
maxInstances: 1,
'sauce:options': {
build: `Build ${Math.ceil(Date.now() / 1000)}`,
public: 'public'
}
},
{
browserName: 'firefox',
platformName: 'Windows 10',
Expand Down

0 comments on commit 791f421

Please sign in to comment.