Skip to content

Commit cc8f8ea

Browse files
fix goToDestinationPage signature
1 parent 1546e3a commit cc8f8ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

airbyte-webapp-e2e-tests/cypress/pages/destinationPage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const newDestination = "button[data-id='new-destination'";
22
const addSourceButton = "div[data-testid='select-source']";
33

4-
export const openDestinationPage = () => {
4+
export const goToDestinationPage = () => {
55
cy.intercept("/api/v1/destinations/list").as("getDestinationsList");
66
cy.visit("/destination");
77
cy.wait(3000);

airbyte-webapp-e2e-tests/cypress/pages/replicationPage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const scheduleDropdown = "div[data-testid='schedule']";
1+
const scheduleDropdown = "div[data-testid='scheduleData.basicSchedule']";
22
const scheduleValue = (value: string) => `div[data-testid='${value}']`;
33
const destinationPrefix = "input[data-testid='prefixInput']";
44
const replicationTab = "div[data-id='replication-step']";

0 commit comments

Comments
 (0)