docs(playwright-electron/README.md): fix comment mistake (#2568)

This commit is contained in:
Luke Chu 2020-06-13 23:10:34 -07:00 committed by GitHub
parent 61b11252b4
commit 456c865fe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ describe('Sanity checks', function () {
});
afterEach(async () => {
// Before each test close Electron application.
// After each test close Electron application.
await this.app.close();
});