diff options
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'); |