Skip to content

Commit

Permalink
fix mutations/managing_secrets.js test
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterchen09 committed Aug 13, 2024
1 parent 5d7b4fb commit ee22f17
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe("managing secrets for ingestion creation", () => {
cy.goToIngestionPage();
cy.clickOptionWithId('[data-node-key="Sources"]');
cy.get("#ingestion-create-source").click();
cy.clickOptionWithText("Snowflake");
cy.clickOptionWithTextToScrollintoView("Snowflake");
cy.waitTextVisible("Snowflake Details");
cy.get("#account_id").type(accound_id);
cy.get("#warehouse").type(warehouse_id);
Expand Down Expand Up @@ -69,7 +69,7 @@ describe("managing secrets for ingestion creation", () => {

// Verify secret is not present during ingestion source creation for password dropdown
cy.clickOptionWithText("Create new source");
cy.clickOptionWithText("Snowflake");
cy.clickOptionWithTextToScrollintoView("Snowflake");
cy.waitTextVisible("Snowflake Details");
cy.get("#account_id").type(accound_id);
cy.get("#warehouse").type(warehouse_id);
Expand Down

0 comments on commit ee22f17

Please sign in to comment.