diff --git a/tests/intern.ts b/tests/intern.ts index 9c4f93b..63ab2ba 100644 --- a/tests/intern.ts +++ b/tests/intern.ts @@ -21,11 +21,11 @@ export const capabilities = { export const environments = [ { browserName: 'internet explorer', version: '11', platform: 'WINDOWS' }, { browserName: 'edge', platform: 'WINDOWS' }, - { browserName: 'firefox', platform: 'WINDOWS' }, - { browserName: 'chrome', platform: 'WINDOWS' } /* , - { browserName: 'safari', version: '10', platform: 'MAC' }, + { browserName: 'firefox', version: '52', platform: 'WINDOWS' }, + { browserName: 'chrome', platform: 'WINDOWS' }, + { browserName: 'safari', version: '10', platform: 'MAC' } /* , { browserName: 'iPad', version: '9.1' } */ - /* issues with Safari and iOS on BrowserStack with loader */ + /* issues with iOS 9.1 and BrowserStack */ ]; // Maximum number of simultaneous integration tests that should be executed on the remote WebDriver service