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 40
40
*** Keywords ***
41
41
Settings Should Change Editor Diagnostics
42
42
[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 } "]
45
45
${tab } = Set Variable ${JLAB XP DOCK TAB } \[contains(., '${file } ')]
46
46
${close icon } = Set Variable *[contains(@class, 'm-TabBar-tabCloseIcon')]
47
47
${save command } = Set Variable If "${save command } " ${save command } Save ${language } File
You can’t perform that action at this time.
0 commit comments