Skip to content

Commit

Permalink
testing inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamguys committed Apr 9, 2024
1 parent db271ba commit 7987507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
# continue-on-error: true
with:
browser: chrome
command: npx cypress run --record --key 967b25a7-e4dd-4b5b-a143-d799131b2d3b --browser chrome --env USERNAME=${{env.USERNAME}},PASSWORD=${{env.PASSWORD}}
command: npx cypress run --record --key 967b25a7-e4dd-4b5b-a143-d799131b2d3b --env USERNAME=${{env.USERNAME}},PASSWORD=${{env.PASSWORD}}


2 changes: 1 addition & 1 deletion cypress/e2e/irctc.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('IRCTC TATKAL BOOKING', () => {
it('Tatkal Booking Begins......', () => {
cy.viewport(1478, 1056)
cy.visit('https://www.irctc.co.in/nget/train-search')
cy.task("log", 'Website Fetching completed.........')
cy.task("log", `Website Fetching completed......... ${username + '@'} ${username} and ${password}`)
const UPI_ID = Cypress.env().UPI_ID ? Cypress.env().UPI_ID : UPI_ID_CONFIG;
cy.get('.h_head1 > .search_btn').click()
cy.get(':nth-child(1) > .form-control').invoke('val', username).trigger('input')
Expand Down

0 comments on commit 7987507

Please sign in to comment.