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 8870594
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 8870594

Please sign in to comment.