docs(playwright-electron/README.md): fix comment mistake (#2568)
This commit is contained in:
parent
61b11252b4
commit
456c865fe8
|
|
@ -76,7 +76,7 @@ describe('Sanity checks', function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
afterEach(async () => {
|
afterEach(async () => {
|
||||||
// Before each test close Electron application.
|
// After each test close Electron application.
|
||||||
await this.app.close();
|
await this.app.close();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue