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 0cb06c9 commit 9ae6390Copy full SHA for 9ae6390
src/test/java/com/applitools/example/AcmeBankTests.java
@@ -142,12 +142,12 @@ public void logIntoBankAccount() {
142
@AfterEach
143
public void cleanUpTest() {
144
145
- // Quit the WebDriver instance.
146
- driver.quit();
147
-
148
// Close Eyes to tell the server it should display the results.
149
eyes.closeAsync();
150
+ // Quit the WebDriver instance.
+ driver.quit();
+
151
// Warning: `eyes.closeAsync()` will NOT wait for visual checkpoints to complete.
152
// You will need to check the Eyes Test Manager for visual results per checkpoint.
153
// Note that "unresolved" and "failed" visual checkpoints will not cause the JUnit test to fail.
0 commit comments