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

spaces > should allow user to create private space is flaky #23005

Closed
SimonBrandner opened this issue Aug 5, 2022 · 1 comment · Fixed by matrix-org/matrix-react-sdk#9138
Closed
Assignees
Labels
A-Developer-Experience A-Testing Testing, code coverage, etc. O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect Z-Flaky-Test A test is raising false alarms

Comments

@SimonBrandner
Copy link
Contributor

https://dashboard.cypress.io/projects/ppvnzg/runs/3109/test-results/cf23f41c-c494-41e8-8699-7602decddbae

@SimonBrandner SimonBrandner added T-Task Tasks for the team like planning A-Testing Testing, code coverage, etc. O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience Z-Flaky-Test A test is raising false alarms labels Aug 5, 2022
@t3chguy
Copy link
Member

t3chguy commented Aug 5, 2022

The test is written poorly, doesn't leverage the Retry behaviour well.

> 132 | cy.get(".mx_RoomTile").contains("Random").should("exist");
Should be more akin to cy.get(".mx_RoomList").contains(".mx_RoomTile", "Random").should("exist");

@t3chguy t3chguy self-assigned this Aug 5, 2022
@turt2live turt2live added T-Defect S-Major Severely degrades major functionality or product features, with no satisfactory workaround A-Developer-Experience and removed T-Task Tasks for the team like planning labels Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Developer-Experience A-Testing Testing, code coverage, etc. O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect Z-Flaky-Test A test is raising false alarms
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants