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 302296e commit 6ad8601Copy full SHA for 6ad8601
Applitools.Example.Tests/AcmeBankTest.cs
@@ -141,12 +141,12 @@ public void LogIntoBankAccount()
141
[TearDown]
142
public void CleanUpTest()
143
{
144
- // Quit the WebDriver instance.
145
- Driver.Quit();
146
-
147
// Close Eyes to tell the server it should display the results.
148
Eyes.CloseAsync();
149
+ // Quit the WebDriver instance.
+ Driver.Quit();
+
150
// Warning: `Eyes.CloseAsync()` will NOT wait for visual checkpoints to complete.
151
// You will need to check the Eyes Test Manager for visual results per checkpoint.
152
// Note that "unresolved" and "failed" visual checkpoints will not cause the NUnit test to fail.
0 commit comments