From 57a58a82609cc5130942676514b6e99b6f6f317f Mon Sep 17 00:00:00 2001 From: hackademix Date: Tue, 2 Oct 2018 15:58:08 +0200 Subject: Restored testing page tab removal after completion. --- test/spec/LibreJSSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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}); }); }); -- cgit v1.2.3