Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix safari on sauce labs: lock selenium-webdriver to 4.1.0 for now #4827

Merged
merged 1 commit into from
Aug 5, 2022

Conversation

tjenkinson
Copy link
Member

@tjenkinson tjenkinson commented Aug 4, 2022

This PR will...

Lock selenium-webdriver to 4.1.0 for now so that SauceLabs works with Safari. Also prevents PR's with new versions from being auto merged, which would happen given the safari tests are optional.

Will open a ticket with sauce labs to see if they can explain why the newer versions are getting this error. Maybe they need to update the server on their end 馃し

Why is this Pull Request needed?

Fix safari tests.

package.json Outdated
@@ -101,7 +101,7 @@
"prettier": "2.7.1",
"promise-polyfill": "8.2.3",
"sauce-connect-launcher": "1.3.2",
"selenium-webdriver": "4.3.1",
"selenium-webdriver": "4.0.0",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice find.

Copy link
Member Author

Choose a reason for hiding this comment

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

it didn't actually fix it. Just trying a few different things

Copy link
Member Author

Choose a reason for hiding this comment

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

ah wait yeh it's actual failures now 馃

Copy link
Member Author

Choose a reason for hiding this comment

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

will do some more digging and try and figure out which version broke

@tjenkinson
Copy link
Member Author

ok it looks like it broke with 4.1.1, so something in SeleniumHQ/selenium@selenium-4.1.0...selenium-4.1.1-javascript

@tjenkinson tjenkinson changed the title specify safari version in functional tests fix safari on sauce labs: lock selenium-webdriver to 4.1.1 for now Aug 5, 2022
to make safari on SauceLabs work
@tjenkinson tjenkinson changed the title fix safari on sauce labs: lock selenium-webdriver to 4.1.1 for now fix safari on sauce labs: lock selenium-webdriver to 4.1.0 for now Aug 5, 2022
@tjenkinson tjenkinson marked this pull request as ready for review August 5, 2022 14:41
@tjenkinson tjenkinson enabled auto-merge (squash) August 5, 2022 14:41
@tjenkinson tjenkinson merged commit e64fb01 into master Aug 5, 2022
@tjenkinson tjenkinson deleted the fix-broken-safari-tests branch August 5, 2022 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants