File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/robotframework/acceptance Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
2929Launch 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
You can’t perform that action at this time.
0 commit comments