@@ -37,10 +37,11 @@ Highlights are changed when moving cursor between cells
3737 Press Keys None DOWN # cursor to third cell, second line (`|test `)
3838 Should Highlight Token test
3939
40- Highlights are added after typing
40+ Highlights are modified after typing
4141 Enter Cell Editor 1 line=2
42+ Press Keys None END # cursor after the token in second line (`test|`)
4243 Should Highlight Token test
43- Press Keys None a
44+ Press Keys None a # cursor after the token in second line (`testa|`)
4445 Should Highlight Token testa
4546
4647Highlights are removed when no cell is focused
@@ -61,12 +62,12 @@ Should Not Highlight Any Tokens
6162 Page Should Not Contain css:.cm-lsp-highlight
6263
6364Should Highlight Token
64- [Arguments] ${token } ${timeout } =10s
65+ [Arguments] ${token } ${timeout } =15s
6566 ${token_element } Set Variable xpath://span[contains(@class, 'cm-lsp-highlight')][contains(text(), '${token } ')]
6667 Wait Until Page Contains Element ${token_element } timeout=${timeout }
6768
6869Should Not Highlight Token
69- [Arguments] ${token } ${timeout } =10s
70+ [Arguments] ${token } ${timeout } =15s
7071 ${token_element } Set Variable xpath://span[contains(@class, 'cm-lsp-highlight')][contains(text(), '${token } ')]
7172 Wait Until Page Does Not Contain Element ${token_element } timeout=${timeout }
7273
0 commit comments