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(e2e): close notification boxes after confirming they exist #19947

Merged
merged 9 commits into from Mar 29, 2024

Conversation

innerdvations
Copy link
Contributor

@innerdvations innerdvations commented Mar 28, 2024

What does it do?

Patches in the same util as v4
and then uses it in all the new tests that were added in v5

As a side effect, the tests run a lot faster because we're not waiting for the popup to close on its own

Why is it needed?

The tests run fast, and multiple notification boxes appear at once unless we explicitly wait for them to disappear each time, resulting in slower test runs if we aren't intentionally wanting to test that they disappear on their own.

This uses the util for finding and closing them everywhere

How to test it?

e2e tests should pass

Related issue(s)/PR(s)

Clone of v4 fix #19941

Copy link

vercel bot commented Mar 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
contributor-docs ❌ Failed (Inspect) Mar 29, 2024 11:00am

@innerdvations innerdvations changed the title test(e2e): [v5] close 'saved' notification box after confirming it exists test(e2e): [v5] close notification boxes after confirming they exist Mar 29, 2024
@innerdvations innerdvations changed the title test(e2e): [v5] close notification boxes after confirming they exist test(e2e): close notification boxes after confirming they exist Mar 29, 2024
@innerdvations innerdvations merged commit 017049d into v5/main Mar 29, 2024
28 of 30 checks passed
@innerdvations innerdvations deleted the test/e2e-close-saved-popups-v5 branch March 29, 2024 11:51
@echoes-hq echoes-hq bot added the echoes/type: maintenance/testing For tests written to support improved automation QA label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
echoes/type: maintenance/testing For tests written to support improved automation QA
Projects
Status: To be reviewed (Open)
Development

Successfully merging this pull request may close these issues.

None yet

2 participants