Skip to content

Commit

Permalink
reverting to py as i dont want comments for not working in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamguys committed Oct 24, 2024
1 parent 725ebb1 commit 88be91a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function performLogin(LOGGED_IN) {
// api call to retrieve captcha value

cy.exec(
`python3 irctc-captcha-solver/app.py "${value}"`
`py irctc-captcha-solver/app.py "${value}"`
).then((result) => {
cy.get("#captcha")
.clear()
Expand Down Expand Up @@ -166,7 +166,7 @@ function solveCaptcha() {
.then((value) => {
// api call to retrieve captcha value
cy.exec(
`python3 irctc-captcha-solver/app.py "${value}"`
`py irctc-captcha-solver/app.py "${value}"`
).then((result) => {
cy.get("#captcha")
.clear()
Expand Down

0 comments on commit 88be91a

Please sign in to comment.