The test suite is missing an update to the suite.conf file that adds your test case to the test suite. Please push the file with the addition of your test case
can we add 2 tests.. One when treatment is paused to test the message showing "Treatment Paused" and test when timer is finished to test "Treatment Complete" message
after the mouse click and before the exporty_log_status line is the only place we need utils.waitForGUI(1) as we need to wait for the progress message to appear
Please update to add in the real way to get to the settings screen 1. Start up application 2. Change opmode to standby 3. Select Settings 4. Select Export logs.
Ok, but then I think the valves controller should be calling a function in this driver to accomplish this kind of thing since it's a driver level activity.
I think most of what's happening in this state should be done in a function in RotaryValve.c that we call from here (since it's doing very low level things that the driver should be doing).
I think most of what's happening in this state should be done in a function in RotaryValve.c that we call from here (since it's doing very low level things that the driver should be doing).
I think most of what's happening in this state should be done in a function in RotaryValve.c that we call from here (since it's doing very low level things that the driver should be doing).