From 4af12c3505943127c3d00c619cbfb8e6c11929ef Mon Sep 17 00:00:00 2001 From: nstclair-cc <20171905+nstclair-cc@users.noreply.github.com> Date: Fri, 12 Jul 2024 15:48:56 -0700 Subject: [PATCH] add helper function selectSensor --- cypress/supports/elements/SensorData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/supports/elements/SensorData.js b/cypress/supports/elements/SensorData.js index 22cfbf1..7c89a76 100644 --- a/cypress/supports/elements/SensorData.js +++ b/cypress/supports/elements/SensorData.js @@ -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();