File tree 1 file changed +3
-3
lines changed
src/test/robotframework/acceptance
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
11
11
[Tags] smoke demo-set
12
12
Run Keyword If ${headless } Set Tags smonocle-issue
13
13
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 }
15
15
${colors } Create List 0xdc143cff 0x00fa9aff 0xee82eeff 0xffff00ff 0x00ffffff
16
16
Text Value Should Be Swing Embedded JavaFX
17
17
:FOR ${I } IN RANGE 0 5
@@ -22,15 +22,15 @@ Swing Embedded JavaFX Type Test
22
22
[Tags] smoke
23
23
Run Keyword If ${headless } Set Tags monocle-issue
24
24
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 }
26
26
Write To id=textField JavaFXLibrary
27
27
Wait Until Keyword Succeeds 3 sec 250ms Text Value Should Be JavaFXLibrary
28
28
29
29
Launch Swing Application Using External Wrapper Class
30
30
[Tags] smoke
31
31
Run Keyword If ${headless } Set Tags monocle-issue
32
32
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 }
34
34
Write To id=textField JavaFXLibrary
35
35
Wait Until Keyword Succeeds 3 sec 250ms Text Value Should Be JavaFXLibrary
36
36
You can’t perform that action at this time.
0 commit comments