Skip to content

Commit 99e9170

Browse files
authored
backport minor atest fix from #406
1 parent e80806d commit 99e9170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

atest/07_Configuration.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ LaTeX
4040
*** Keywords ***
4141
Settings 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

0 commit comments

Comments
 (0)