Skip to content

Commit c78735e

Browse files
committed
test: remove unnecessary driver.quit()
1 parent 4b0bc16 commit c78735e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/integration/costumes.test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ describe('Working with costumes', () => {
3030
});
3131

3232
test('Adding a costume through the library', async () => {
33-
// This is needed when running the tests all at once or it just fails...
34-
await driver.quit();
35-
driver = getDriver();
36-
3733
await loadUri(uri);
3834
await driver.sleep(500);
3935
await clickText('Costumes');

0 commit comments

Comments
 (0)