Skip to content

Commit

Permalink
Merge pull request #183 from makeen-project/feature_ALS-1776_cypress_…
Browse files Browse the repository at this point in the history
…report_final

[Enhancements] Cypress reporting
  • Loading branch information
wadhawh authored May 13, 2024
2 parents 9b016ba + 36a0070 commit 3a14f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/userIsAbleToUseGeofence.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe("Geofence", () => {
cy.get('[class="amplify-flex geofence-button"]').click();
cy.get('[placeholder="Enter address or coordinates"]').type("Rio Tinto Perth Western Australia");
cy.wait(4000);
cy.contains("Rio Tinto Operations Centre").click();
cy.contains("Rio Tinto").click();
cy.wait(5000);
cy.get('[placeholder="Type unique Geofence Name"]').type(`${geofenceName}`);
cy.wait(5000);
Expand Down

0 comments on commit 3a14f95

Please sign in to comment.