@@ -6,10 +6,10 @@ Suite Setup Import JavaFXLibrary
66Test Setup Disable Embedded Image Logging For Negative Tests
77Test Teardown Teardown Test Case
88
9- *** Testcases ***
9+ *** Test Cases ***
1010Swing Embedded JavaFX Click Test
1111 [Tags] smoke demo-set
12- Run Keyword If ${headless } Set Tags monocle -issue
12+ Run Keyword If ${headless } Set Tags smonocle -issue
1313 Launch Swing Application javafxlibrary.testapps.SwingApplication
1414 Wait Until Keyword Succeeds 15 sec 250ms Find css=.button failIfNotFound=True
1515 ${colors } Create List 0xdc143cff 0x00fa9aff 0xee82eeff 0xffff00ff 0x00ffffff
@@ -20,15 +20,15 @@ Swing Embedded JavaFX Click Test
2020
2121Swing Embedded JavaFX Type Test
2222 [Tags] smoke
23- Run Keyword If ${headless } Set Tags monocle-issue
23+ Run Keyword If ${headless } Set Tags monocle-issue
2424 Launch Swing Application javafxlibrary.testapps.SwingApplication
2525 Wait Until Keyword Succeeds 15 sec 250ms Find id=textField failIfNotFound=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
31- Run Keyword If ${headless } Set Tags monocle-issue
31+ Run Keyword If ${headless } Set Tags monocle-issue
3232 Launch Javafx Application javafxlibrary.testapps.SwingApplicationWrapper
3333 Wait Until Keyword Succeeds 15 sec 250ms Find id=textField failIfNotFound=True
3434 Write To id=textField JavaFXLibrary
0 commit comments