Skip to content

Commit 38b7b98

Browse files
Update lt_selenium_playground.robot
1 parent ea580f3 commit 38b7b98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/lt_selenium_playground.robot

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Demonstration of Robot framework on Selenium Playground
2222
Sleep 5
2323

2424
# Email
25-
${email} Set Variable //input[@name='email']
25+
${email} Set Variable inputEmail4
2626
Input text ${email} [email protected]
2727

2828
# Password
@@ -63,4 +63,4 @@ Demonstration of Robot framework on Selenium Playground
6363

6464
# Zip Code
6565
${address1} Set Variable css=#inputZip
66-
Input text ${address1} 94088
66+
Input text ${address1} 94088

0 commit comments

Comments
 (0)