File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040*** Keywords ***
4141Settings Should Change Editor Diagnostics
4242 [Arguments] ${language } ${file } ${server } ${settings } ${before } ${after } ${save command } =${EMPTY } ${needs reload } =${False }
43- ${before diagnostic } = Set Variable ${CSS DIAGNOSTIC } \[title^ ="${before } "]
44- ${after diagnostic } = Set Variable ${CSS DIAGNOSTIC } \[title^ ="${after } "]
43+ ${before diagnostic } = Set Variable ${CSS DIAGNOSTIC } \[title* ="${before } "]
44+ ${after diagnostic } = Set Variable ${CSS DIAGNOSTIC } \[title* ="${after } "]
4545 ${tab } = Set Variable ${JLAB XP DOCK TAB } \[contains(., '${file } ')]
4646 ${close icon } = Set Variable *[contains(@class, 'm-TabBar-tabCloseIcon')]
4747 ${save command } = Set Variable If "${save command } " ${save command } Save ${language } File
You can’t perform that action at this time.
0 commit comments