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 8924d28 commit 6659f4dCopy full SHA for 6659f4d
test/acme-bank.test.js
@@ -116,12 +116,12 @@ describe('ACME Bank', function () {
116
117
afterEach(async () => {
118
119
- // Quit the WebdriverIO instance
120
- await browser.closeWindow();
121
-
122
// Close Eyes to tell the server it should display the results.
123
await eyes.closeAsync();
124
+ // Quit the WebdriverIO instance
+ await browser.closeWindow();
+
125
// Warning: `eyes.closeAsync()` will NOT wait for visual checkpoints to complete.
126
// You will need to check the Applitools dashboard for visual results per checkpoint.
127
// Note that "unresolved" and "failed" visual checkpoints will not cause the Mocha test to fail.
0 commit comments