Skip to content

Commit

Permalink
ci: run the stage deploys in parallel (#12904)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfsiega-airbyte committed Jun 28, 2024
1 parent c212200 commit d8d9387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-webapp/cypress/commands/cloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Cypress.Commands.add("login", (user: TestUserCredentials = testUser) => {
// TODO rewrite to logout programmatically, instead of by clicking through the UI. This
// will be faster and less brittle.
Cypress.Commands.add("logout", () => {
cy.get("[data-testid='sidebar.userDropdown']").click();
cy.get("[data-testid='sidebar.userDropdown']").click({ force: true });
cy.get("[data-testid='sidebar.signout']").click({ force: true });
cy.hasNavigatedTo("/login");
});
Expand Down

0 comments on commit d8d9387

Please sign in to comment.