Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ciyer committed Oct 8, 2024
1 parent 0ade890 commit 5fd9c08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/cypress/e2e/projectV2DataConnectorCredentials.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ describe("Set up data sources with credentials", () => {

// add data connector
cy.getDataCy("add-data-connector").should("be.visible").click();
cy.getDataCy("project-data-controller-mode-create").click();
cy.wait("@getStorageSchema");
// Pick a provider
cy.getDataCy("data-storage-s3").click();
Expand Down Expand Up @@ -129,6 +130,8 @@ describe("Set up data sources with credentials", () => {

// add data connector
cy.getDataCy("add-data-connector").should("be.visible").click();
cy.getDataCy("project-data-controller-mode-create").click();
// Pick a provider
cy.wait("@getStorageSchema");
cy.getDataCy("data-storage-s3").click();
cy.getDataCy("data-provider-AWS").click();
Expand Down

0 comments on commit 5fd9c08

Please sign in to comment.