unselect another iteration

Signed-off-by: Dipti <dipti.dhond@candelatech.com>
This commit is contained in:
Dipti
2021-02-22 18:58:08 -08:00
parent 4ff5e2c45f
commit 833f8b4b6b

View File

@@ -100,10 +100,11 @@ class RunCvScenario(LFCliBase):
"cv click test_ref Start",
"sleep 1",
"cv click test_ref 'Another Iteration'",
"sleep 400", #sleep for test duration
"sleep 400", #sleep for test duration for however long 1 test time x num iterations takes
#"cv click test_ref 'Pause'", #pause for test
#"sleep 5",
"cv click test_ref 'Pause'", #unpause test
"cv click test_ref 'Another Iteration'", #unselect Another Iteration
"cv click test_ref 'Pause'", #pause test
#"sleep 100",
#"cv click test_ref 'Start'",
#"sleep 30",