ci: Refactor e2e tests to be less flaky (no-changelog) (#9695)
This commit is contained in:
committed by
GitHub
parent
bc35e8c33d
commit
3d0393c739
@@ -30,6 +30,7 @@ export class PersonalSettingsPage extends BasePage {
|
||||
this.getters.themeSelector().click();
|
||||
this.getters.selectOptionsVisible().should('have.length', 3);
|
||||
this.getters.selectOptionsVisible().contains(theme).click();
|
||||
this.getters.saveSettingsButton().realClick();
|
||||
},
|
||||
loginAndVisit: (email: string, password: string) => {
|
||||
cy.signin({ email, password });
|
||||
|
||||
Reference in New Issue
Block a user