Skip to content

Commit

Permalink
add helper function selectSensor
Browse files Browse the repository at this point in the history
  • Loading branch information
nstclair-cc committed Jul 12, 2024
1 parent 7d67581 commit 4af12c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/supports/elements/SensorData.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class SensorData {
cy.get('.sensor-value-module-connectedValue-vortex')
})
}
selectSensor(input){
selectSensor(sensorType){
// Click to focus on the select dropdown (adjust the selector as needed)
cy.get('div.sensor-module-connectionLabel-vortex select').focus();

Expand Down

0 comments on commit 4af12c3

Please sign in to comment.