Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Conversation

heathkit
Copy link
Contributor

This also drops support for Safari 9, which doesn't use safaridriver.

'version': '47',
'selenium-version': '2.53.1'
'version': '50',
'selenium-version': '3.0.1'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm assuming this is the selenium standalone server version. If we upgrade to selenium standalone server 3.0.x, Firefox 47 tests will not work. Can we get our test to work with FF 48+?

Also, since this would test sauce labs, the most that they support for selenium standalone server 2.53.1 and FF 47. See https://wiki.saucelabs.com/display/DOCS/Test+Configuration+Options

If this does work on saucelabs with selenium standalone server 3.0.x and FF 50, I'll need to see how this work locally.

@@ -465,7 +465,7 @@ describe('ElementArrayFinder', function() {
]);
});

fit('should map and resolve multiple promises', function() {
it('should map and resolve multiple promises', function() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like something i did. Thanks for fixing this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants