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

Skip to content

Commit ea2f3bb

Browse files
committed
fix named arguments in acceptance testing for now (without named argument)
1 parent 292a138 commit ea2f3bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/robotframework/acceptance/SwingApplicationWrapperTest.robot

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Swing Embedded JavaFX Click Test
1111
[Tags] smoke demo-set
1212
Run Keyword If ${headless} Set Tags smonocle-issue
1313
Launch Swing Application javafxlibrary.testapps.SwingApplication
14-
Wait Until Keyword Succeeds 15 sec 250ms Find css=.button failIfNotFound=True
14+
Wait Until Keyword Succeeds 15 sec 250ms Find css=.button ${True}
1515
${colors} Create List 0xdc143cff 0x00fa9aff 0xee82eeff 0xffff00ff 0x00ffffff
1616
Text Value Should Be Swing Embedded JavaFX
1717
:FOR ${I} IN RANGE 0 5
@@ -22,15 +22,15 @@ Swing Embedded JavaFX Type Test
2222
[Tags] smoke
2323
Run Keyword If ${headless} Set Tags monocle-issue
2424
Launch Swing Application javafxlibrary.testapps.SwingApplication
25-
Wait Until Keyword Succeeds 15 sec 250ms Find id=textField failIfNotFound=True
25+
Wait Until Keyword Succeeds 15 sec 250ms Find id=textField ${True}
2626
Write To id=textField JavaFXLibrary
2727
Wait Until Keyword Succeeds 3 sec 250ms Text Value Should Be JavaFXLibrary
2828

2929
Launch Swing Application Using External Wrapper Class
3030
[Tags] smoke
3131
Run Keyword If ${headless} Set Tags monocle-issue
3232
Launch Javafx Application javafxlibrary.testapps.SwingApplicationWrapper
33-
Wait Until Keyword Succeeds 15 sec 250ms Find id=textField failIfNotFound=True
33+
Wait Until Keyword Succeeds 15 sec 250ms Find id=textField ${True}
3434
Write To id=textField JavaFXLibrary
3535
Wait Until Keyword Succeeds 3 sec 250ms Text Value Should Be JavaFXLibrary
3636

0 commit comments

Comments
 (0)