Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit f839ff1

Browse files
authored
Changed values according current web page
1 parent 026e5d3 commit f839ff1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/robotframework/testsuites/UnitTests/AW3Schools.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Select
1010
[Tags] phantomjs
1111
Open Browser https://developer.mozilla.org/en/docs/Web/HTML/Element/select#Examples ${browser} mainbrowser
1212
Wait Until Page Contains Element xpath=//select
13-
Select From List xpath=//select Value 3
13+
Select From List xpath=//select Third Value
1414
${label} Get Selected List Label xpath=//select
15-
Should Be Equal ${label} Value 3
16-
List Selection Should Be xpath=//select Value 3
15+
Should Be Equal ${label} Third Value
16+
List Selection Should Be xpath=//select Third Value
1717

1818
Multiple Browsers
1919
Open Browser ${URL Application} ${browser} mainbrowser1

0 commit comments

Comments
 (0)