Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
asikowitz committed Jul 25, 2024
1 parent 4489f7e commit 5041d61
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,16 @@ const ingestion_source_name = `ingestion source ${number}`;

describe("managing secrets for ingestion creation", () => {
it("create a secret, create ingestion source using a secret, remove a secret", () => {
Cypress.on("uncaught:exception", (err, runnable) => {
// returning false here prevents Cypress from
// failing the test
return false;
});

// Navigate to the manage ingestion page → secrets
cy.loginWithCredentials();
cy.goToIngestionPage();
cy.clickOptionWithText("Secrets");

// Create a new secret
cy.clickOptionWithTestId("create-secret-button");
Expand Down

0 comments on commit 5041d61

Please sign in to comment.