Skip to content

Commit 3476364

Browse files
Updated addSchedule method to pass down created name via return
1 parent 5cefccb commit 3476364

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cypress/e2e/ui/Settings/Application-Settings/schedule.cy.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ function addSchedule() {
133133
.should('be.enabled') // Checks if Save button is enabled once all required fields are filled
134134
.click(),
135135
});
136+
return cy.then(() => {
137+
return INITIAL_SCHEDULE_NAME;
138+
});
136139
}
137140

138141
function clickScheduleItem(scheduleName) {

0 commit comments

Comments
 (0)