From f70a7524a22e8756967a7e850bf7ecb69e685df8 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 21 May 2020 22:34:49 +0200 Subject: [PATCH] fix: to use ${DELAY} you gotta *have* ${DELAY} --- test01.robot | 1 + 1 file changed, 1 insertion(+) diff --git a/test01.robot b/test01.robot index a85965c..f8f3030 100644 --- a/test01.robot +++ b/test01.robot @@ -4,6 +4,7 @@ Library SeleniumLibrary run_on_failure=Nothing *** Variables *** ${URL} https://git.dotya.ml/ ${BROWSER} chrome +${DELAY} 0.2 *** Test Cases *** open page and maximize