Skip to content

fix(e2e-tests): increase timeout for preferences and wait for modal to show up COMPASS-10529#7926

Draft
mabaasit wants to merge 4 commits intomainfrom
preferences-flake
Draft

fix(e2e-tests): increase timeout for preferences and wait for modal to show up COMPASS-10529#7926
mabaasit wants to merge 4 commits intomainfrom
preferences-flake

Conversation

@mabaasit
Copy link
Copy Markdown
Collaborator

Description

Checklist

  • New tests and/or benchmarks are included
  • Documentation is changed or added
  • If this change updates the UI, screenshots/videos are added and a design review is requested
  • If this change could impact the load on the MongoDB cluster, please describe the expected and worst case impact
  • I have signed the MongoDB Contributor License Agreement (https://www.mongodb.com/legal/contributor-agreement)

Motivation and Context

  • Bugfix
  • New feature
  • Dependency update
  • Misc

Open Questions

Dependents

Types of changes

  • Backport Needed
  • Patch (non-breaking change which fixes an issue)
  • Minor (non-breaking change which adds functionality)
  • Major (fix or feature that would cause existing functionality to change)

@github-actions github-actions bot added the fix label Mar 30, 2026
const waitUntilOptions = {
timeoutMsg: 'Preferences are not available',
interval: 3000,
interval: 5000,
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I am still not sure why tests (test suite 2) are failing for firefox only to set the preferences. Trying to bump this value to test it

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This is check interval (how often this wait fn will run), not the timeout, default timeout we have is really big though, so idk if increasing it even more will do anything

@mabaasit mabaasit changed the title fix(e2e-tests): increase timeout for preferences and wait for modal to show up fix(e2e-tests): increase timeout for preferences and wait for modal to show up COMPASS-10529 Mar 30, 2026
@mabaasit mabaasit added the no release notes Fix or feature not for release notes label Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix no release notes Fix or feature not for release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants