Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Minor test update.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccarpenter28 committed Sep 25, 2023
1 parent 6cca43e commit 5f2a699
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('Update Beacon details', () => {

// Change beacon name and save
cy.get('[cy-test=beacon-display-name]').click().clear().type(newBeaconName);
cy.get('[cy-test=save-beacon-name]').click();
cy.get('[cy-test=save-beacon-name]').click({ force: true });

// Change TOD and save
cy.get('input[type=text]').eq(1).click().clear().type(newTOD);
Expand Down

0 comments on commit 5f2a699

Please sign in to comment.