Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30df944

Browse files
committed
Try slowing down tests a bit
1 parent 46351bf commit 30df944

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

atest/acceptance/keywords/textfields.robot

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*** Settings ***
2-
Test Setup Go To Page "forms/prefilled_email_form.html"
2+
Test Setup Text Fields Test Suite Setup
33
Resource ../resource.robot
44
Force Tags Known Issue Internet Explorer
55

@@ -75,3 +75,8 @@ Press Key
7575

7676
Attempt Clear Element Text On Non-Editable Field
7777
Run Keyword And Expect Error * Clear Element Text can_send_email
78+
79+
*** Keywords ***
80+
Text Fields Test Suite Setup
81+
Go To Page "forms/prefilled_email_form.html"
82+
Set Selenium Speed 0.1secs

0 commit comments

Comments
 (0)