Skip to content

Commit 252a8dc

Browse files
committed
Restore diagnostics test to old format
1 parent e0af796 commit 252a8dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

atest/01_Editor.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ Editor Shows Features for Language
9797
Editor Should Show Diagnostics
9898
[Arguments] ${diagnostic}
9999
Set Tags feature:diagnostics
100+
Wait Until Page Contains Element css:.cm-lsp-diagnostic[title*="${diagnostic}"] timeout=20s
100101
Capture Page Screenshot 01-diagnostics.png
101102
Open Diagnostics Panel
102103
Capture Page Screenshot 02-diagnostics.png
103104
${count} = Count Diagnostics In Panel
104-
# Should Be True ${count} >= 1
105+
Should Be True ${count} >= 1
105106
Close Diagnostics Panel
106-
Wait Until Page Contains Element css:.cm-lsp-diagnostic[title*="${diagnostic}"] timeout=40s
107107

108108
Editor Content Changed
109109
[Arguments] ${old_content}

0 commit comments

Comments
 (0)