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

Dismiss toasts instead of waiting for them to disappear #1544

Closed
asnaith opened this issue Sep 20, 2021 · 0 comments · Fixed by #1610
Closed

Dismiss toasts instead of waiting for them to disappear #1544

asnaith opened this issue Sep 20, 2021 · 0 comments · Fixed by #1610
Labels
Testing Added to issues to signal that it is part of an epic

Comments

@asnaith
Copy link
Contributor

asnaith commented Sep 20, 2021

Update the tests so that we close the "upload complete" / "delete successfully" toasts instead of waiting for them to disappear, this should speed up overall test time.

Acceptance criteria:

  • Unique identifier is added for the upload toast displaying "upload complete" (at the moment all upload-related toasts share the same identifier).

  • Add an identifier to the toast close button that appears when hovering over it

  • Update all test steps where we are waiting for toasts to disappear. Replace them with an action to dismiss the toast instead

@asnaith asnaith added the Testing Added to issues to signal that it is part of an epic label Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing Added to issues to signal that it is part of an epic
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant