Skip to content

Commit da1e8b1

Browse files
committed
be less specific about r diagnostic error
1 parent 7a336df commit da1e8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atest/03_Notebook.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Python
1515
Foregin Extractors
1616
Setup Notebook Python Foreign extractors.ipynb
1717
# if mypy and pyflakes will fight over `(N|n)ame 'valid'`, just hope for the best
18-
@{diagnostics} = Create List Failed to parse expression ame 'valid' Trailing whitespace is superfluous. (lintr)
18+
@{diagnostics} = Create List Failed to parse expression ame 'valid' Trailing whitespace is superfluous.
1919
FOR ${diagnostic} IN @{diagnostics}
2020
Wait Until Page Contains Element css:.cm-lsp-diagnostic[title*\="${diagnostic}"] timeout=35s
2121
Capture Page Screenshot 0x-${diagnostic}.png

0 commit comments

Comments
 (0)