diff options
author | Yuchen Pei <hi@ypei.me> | 2022-07-28 11:16:33 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-07-28 11:16:33 +1000 |
commit | b8f2995c86da0edeac9178187124696eb412a8e1 (patch) | |
tree | 56ad75de091aadc58e5bef96f61221aa3bbfc57c /test | |
parent | c2ca96bcffaabb516bc3618f5fd0ea1b9c156c57 (diff) |
removed a redundant console log
Diffstat (limited to 'test')
-rw-r--r-- | test/spec/LibreJSSpec.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/spec/LibreJSSpec.js b/test/spec/LibreJSSpec.js index 1bb47ab..3ec75c5 100644 --- a/test/spec/LibreJSSpec.js +++ b/test/spec/LibreJSSpec.js @@ -304,7 +304,6 @@ describe('LibreJS\' components', () => { const [frameBody] = await browser.tabs.executeScript(tab.id, { code: 'document.getElementById("_LibreJS_frame").contentWindow.document.body.innerHTML' }) - console.log(frameBody); expect(frameBody).not.toContain('About Us'); expect(frameBody).toContain('Contact Us'); expect(frameBody).toContain('Website Feedback'); |