aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/spec/LibreJSSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/LibreJSSpec.js b/test/spec/LibreJSSpec.js
index 8638d67..b2ca40e 100644
--- a/test/spec/LibreJSSpec.js
+++ b/test/spec/LibreJSSpec.js
@@ -206,7 +206,7 @@ describe("LibreJS' components", () => {
});
});
afterAll(async () => {
- // await browser.tabs.remove(tab.id);
+ await browser.tabs.remove(tab.id);
browser.tabs.update((await browser.tabs.getCurrent()).id, {active: true});
});
});