We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8f8f2 commit 77a83acCopy full SHA for 77a83ac
cypress/e2e/trafficlight/actions/auth.ts
@@ -69,12 +69,9 @@ export function logout(): string {
69
cy.get(".mx_ContextualMenu")
70
.contains("Sign out")
71
.click()
72
- .wait(100)
+ .wait(2000)
73
.then(() => {
74
- Cypress.$(".mx_QuestionDialog")
75
- .find("[data-test-id='dialog-primary-button']")
76
- ?.first()
77
- ?.trigger("click");
+ Cypress.$("button:contains('Sign out')")?.trigger("click");
78
});
79
cy.wait(2000).then(() => {
80
Cypress.$(".mx_ErrorDialog .mx_Dialog_primary")?.first().trigger("click");
0 commit comments