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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[test] Fix tests on Safari #546

Merged
merged 9 commits into from
Sep 2, 2024
Merged

Conversation

michaldudak
Copy link
Member

@michaldudak michaldudak commented Aug 19, 2024

BrowserStack tests consistently fail on Safari (and occasionally on other browsers) while running the code on an actual browser works well. I decided to skip running the problematic test and fix few other issues.

@mui-bot
Copy link

mui-bot commented Aug 19, 2024

Netlify deploy preview

https://deploy-preview-546--base-ui.netlify.app/

Generated by 🚫 dangerJS against 3778b6b

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Aug 22, 2024
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Aug 27, 2024
@@ -22,7 +21,7 @@ const browserStack = {
// Since we have limited resources on BrowserStack we often time out on PRs.
// However, BrowserStack rarely fails with a true-positive so we use it as a stop gap for release not merge.
// But always enable it locally since people usually have to explicitly have to expose their BrowserStack access key anyway.
enabled: !CI || !isPR || process.env.BROWSERSTACK_FORCE === 'true',
enabled: true,
Copy link
Member Author

Choose a reason for hiding this comment

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

I enabled Browserstack tests on PRs to verify if Safari doesn't fail. I'll revert this change after the PR is approved.

@michaldudak michaldudak marked this pull request as ready for review August 27, 2024 09:43
@zannager zannager added the test label Aug 27, 2024
@michaldudak michaldudak merged commit f32e8a5 into mui:master Sep 2, 2024
19 checks passed
@michaldudak michaldudak deleted the safari-test-fix branch September 2, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants