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.
1 parent e0af796 commit 252a8dcCopy full SHA for 252a8dc
atest/01_Editor.robot
@@ -97,13 +97,13 @@ Editor Shows Features for Language
97
Editor Should Show Diagnostics
98
[Arguments] ${diagnostic}
99
Set Tags feature:diagnostics
100
+ Wait Until Page Contains Element css:.cm-lsp-diagnostic[title*="${diagnostic}"] timeout=20s
101
Capture Page Screenshot 01-diagnostics.png
102
Open Diagnostics Panel
103
Capture Page Screenshot 02-diagnostics.png
104
${count} = Count Diagnostics In Panel
- # Should Be True ${count} >= 1
105
+ Should Be True ${count} >= 1
106
Close Diagnostics Panel
- Wait Until Page Contains Element css:.cm-lsp-diagnostic[title*="${diagnostic}"] timeout=40s
107
108
Editor Content Changed
109
[Arguments] ${old_content}
0 commit comments