From c90bd806a68a4d5e80ff985ad626e14cc8605204 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 12 Jun 2019 22:45:07 +0100 Subject: make the timer-start and timer-restart action name the timer in the same way --- test/monkey-tests/cache-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/monkey-tests') diff --git a/test/monkey-tests/cache-test.yaml b/test/monkey-tests/cache-test.yaml index d8c4571df..372c5a1ba 100644 --- a/test/monkey-tests/cache-test.yaml +++ b/test/monkey-tests/cache-test.yaml @@ -4,7 +4,7 @@ steps: - action: launch language: en - action: timer-start - tag: timer1 + timer: timer1 - action: window-new tag: win1 - action: navigate @@ -17,7 +17,7 @@ steps: - action: timer-stop timer: timer1 - action: timer-start - tag: timer2 + timer: timer2 - action: window-new tag: win2 - action: navigate -- cgit v1.2.3