@@ -6,10 +6,10 @@ Suite Setup Import JavaFXLibrary
6
6
Test Setup Disable Embedded Image Logging For Negative Tests
7
7
Test Teardown Teardown Test Case
8
8
9
- *** Testcases ***
9
+ *** Test Cases ***
10
10
Swing Embedded JavaFX Click Test
11
11
[Tags] smoke demo-set
12
- Run Keyword If ${headless } Set Tags monocle -issue
12
+ Run Keyword If ${headless } Set Tags smonocle -issue
13
13
Launch Swing Application javafxlibrary.testapps.SwingApplication
14
14
Wait Until Keyword Succeeds 15 sec 250ms Find css=.button failIfNotFound=True
15
15
${colors } Create List 0xdc143cff 0x00fa9aff 0xee82eeff 0xffff00ff 0x00ffffff
@@ -20,15 +20,15 @@ Swing Embedded JavaFX Click Test
20
20
21
21
Swing Embedded JavaFX Type Test
22
22
[Tags] smoke
23
- Run Keyword If ${headless } Set Tags monocle-issue
23
+ Run Keyword If ${headless } Set Tags monocle-issue
24
24
Launch Swing Application javafxlibrary.testapps.SwingApplication
25
25
Wait Until Keyword Succeeds 15 sec 250ms Find id=textField failIfNotFound=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
- Run Keyword If ${headless } Set Tags monocle-issue
31
+ Run Keyword If ${headless } Set Tags monocle-issue
32
32
Launch Javafx Application javafxlibrary.testapps.SwingApplicationWrapper
33
33
Wait Until Keyword Succeeds 15 sec 250ms Find id=textField failIfNotFound=True
34
34
Write To id=textField JavaFXLibrary
0 commit comments