mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
test: fix extensions console flake (#47791)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ const uuid = require('uuid');
|
||||
const fixtures = path.join(__dirname, 'fixtures');
|
||||
|
||||
describe('chrome extensions', () => {
|
||||
const emptyPage = '<script>console.log("loaded")</script>';
|
||||
const emptyPage = '<html><body><h1>EMPTY PAGE</h1></body></html>';
|
||||
|
||||
// NB. extensions are only allowed on http://, https:// and ftp:// (!) urls by default.
|
||||
let server: http.Server;
|
||||
|
||||
Reference in New Issue
Block a user