Skip to content

Commit

Permalink
Fixes using Placeholder instead of nth child
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamguys committed Aug 23, 2024
1 parent fc60679 commit 1f5e27e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions cypress.env.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"USERNAME": "yourusername",
"PASSWORD": "yourpassword",
"USERNAME": "Shivamguys",
"PASSWORD": "SHIVAMpandey1!",
"MANUAL_CAPTCHA": false
}
10 changes: 5 additions & 5 deletions cypress/fixtures/passenger_data.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"TRAIN_NO": "12559",
"TRAIN_COACH": "SL",
"TRAVEL_DATE": "18/07/2024",
"SOURCE_STATION": "BSBS",
"TRAIN_NO": "13185",
"TRAIN_COACH": "3A",
"TRAVEL_DATE": "30/08/2024",
"SOURCE_STATION": "SDAH",
"BOARDING_STATION": null,
"DESTINATION_STATION": "NDLS",
"DESTINATION_STATION": "DBG",
"TATKAL": false,
"PREMIUM_TATKAL": false,
"UPI_ID_CONFIG": "",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
[![IRCTC Automation](https://github.com/shivamguys/irctc-cypress-automation/actions/workflows/irctc.yml/badge.svg)](https://github.com/shivamguys/irctc-cypress-automation/actions/workflows/irctc.yml)

[![IRCTC Automation](https://img.shields.io/endpoint?url=https://cloud.cypress.io/badge/simple/7afdkj/main&style=for-the-badge&logo=cypress)](https://cloud.cypress.io/projects/7afdkj/runs)
<!-- [![IRCTC Automation](https://img.shields.io/endpoint?url=https://cloud.cypress.io/badge/simple/7afdkj/main&style=for-the-badge&logo=cypress)](https://cloud.cypress.io/projects/7afdkj/runs)
[![IRCTC Automation](https://img.shields.io/endpoint?url=https://cloud.cypress.io/badge/detailed/7afdkj/main&style=for-the-badge&logo=cypress)](https://cloud.cypress.io/projects/7afdkj/runs)
[![IRCTC Automation](https://img.shields.io/endpoint?url=https://cloud.cypress.io/badge/detailed/7afdkj/main&style=for-the-badge&logo=cypress)](https://cloud.cypress.io/projects/7afdkj/runs) -->


### Watch the simple recording here....
Expand Down

0 comments on commit 1f5e27e

Please sign in to comment.