diff --git a/cypress/e2e/irctc.cy.js b/cypress/e2e/irctc.cy.js index 67d8869..379b3be 100644 --- a/cypress/e2e/irctc.cy.js +++ b/cypress/e2e/irctc.cy.js @@ -148,6 +148,7 @@ describe('IRCTC TATKAL BOOKING', () => { // Check if the passenger object contains 'NAME' property if (PASSENGER && PASSENGER['NAME']) { cy.task("log", 'Passenger Filing STARTED......') + cy.wait(2000) // Clear the input field and set its value to the passenger's name cy.wrap(inputField).clear().type(PASSENGER['NAME']); } else { @@ -326,4 +327,4 @@ describe('IRCTC TATKAL BOOKING', () => { }) }) -// chrome://settings/content/siteDetails?site=https%3A%2F%2Fsecuregw.paytm.in \ No newline at end of file +// chrome://settings/content/siteDetails?site=https%3A%2F%2Fsecuregw.paytm.in