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 0138f1f commit d0fadafCopy full SHA for d0fadaf
atest/07_Configuration.robot
@@ -76,8 +76,11 @@ Settings Should Change Editor Diagnostics
76
Capture Page Screenshot 03-settings-changed.png
77
IF ${needs reload}
78
Reload After Configuration ${language} ${file}
79
+ # allow longer after reload
80
+ Wait Until Page Contains Element ${after diagnostic} timeout=60s
81
+ ELSE
82
+ Wait Until Page Contains Element ${after diagnostic} timeout=30s
83
END
- Wait Until Page Contains Element ${after diagnostic} timeout=30s
84
Capture Page Screenshot 04-configured-diagnostic-found.png
85
[Teardown] Clean Up After Working with File and Settings ${file}
86
0 commit comments