We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c336a83 + 239df2b commit d9a9334Copy full SHA for d9a9334
atest/03_Notebook.robot
@@ -15,7 +15,7 @@ Python
15
Foregin Extractors
16
Setup Notebook Python Foreign extractors.ipynb
17
# 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)
+ @{diagnostics} = Create List Failed to parse expression ame 'valid' Trailing whitespace is superfluous.
19
FOR ${diagnostic} IN @{diagnostics}
20
Wait Until Page Contains Element css:.cm-lsp-diagnostic[title*\="${diagnostic}"] timeout=35s
21
Capture Page Screenshot 0x-${diagnostic}.png
0 commit comments