Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46351bf commit 30df944Copy full SHA for 30df944
atest/acceptance/keywords/textfields.robot
@@ -1,5 +1,5 @@
1
*** Settings ***
2
-Test Setup Go To Page "forms/prefilled_email_form.html"
+Test Setup Text Fields Test Suite Setup
3
Resource ../resource.robot
4
Force Tags Known Issue Internet Explorer
5
@@ -75,3 +75,8 @@ Press Key
75
76
Attempt Clear Element Text On Non-Editable Field
77
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