Skip to content

Commit

Permalink
Debug Windows failure on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed May 19, 2021
1 parent 2cf698a commit d2ec0b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atest/01_Editor.robot
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ Editor Shows Features for Language
Editor Should Show Diagnostics
[Arguments] ${diagnostic}
Set Tags feature:diagnostics
Wait Until Page Contains Element css:.cm-lsp-diagnostic[title*="${diagnostic}"] timeout=20s
Capture Page Screenshot 01-diagnostics.png
Open Diagnostics Panel
Capture Page Screenshot 02-diagnostics.png
${count} = Count Diagnostics In Panel
Should Be True ${count} >= 1
# Should Be True ${count} >= 1
Close Diagnostics Panel
Wait Until Page Contains Element css:.cm-lsp-diagnostic[title*="${diagnostic}"] timeout=40s

Editor Content Changed
[Arguments] ${old_content}
Expand Down

0 comments on commit d2ec0b1

Please sign in to comment.