File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
airbyte-webapp-e2e-tests/cypress/pages Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
const newDestination = "button[data-id='new-destination'" ;
2
2
const addSourceButton = "div[data-testid='select-source']" ;
3
3
4
- export const openDestinationPage = ( ) => {
4
+ export const goToDestinationPage = ( ) => {
5
5
cy . intercept ( "/api/v1/destinations/list" ) . as ( "getDestinationsList" ) ;
6
6
cy . visit ( "/destination" ) ;
7
7
cy . wait ( 3000 ) ;
Original file line number Diff line number Diff line change 1
- const scheduleDropdown = "div[data-testid='schedule ']" ;
1
+ const scheduleDropdown = "div[data-testid='scheduleData.basicSchedule ']" ;
2
2
const scheduleValue = ( value : string ) => `div[data-testid='${ value } ']` ;
3
3
const destinationPrefix = "input[data-testid='prefixInput']" ;
4
4
const replicationTab = "div[data-id='replication-step']" ;
You can’t perform that action at this time.
0 commit comments