Skip to content

Commit

Permalink
Removed empty test
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkelM committed Jul 3, 2024
1 parent 90fbf33 commit b6b7189
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/compatibility.headful.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Puppeteer browser tests that install the extension and therefore require a headful browser to run.
// Puppeteer browser tests that install the extension and therefore require a headful browser.
import expect from "expect.js";
import puppeteer from "puppeteer";
import { fileURLToPath } from 'url';
Expand Down
6 changes: 1 addition & 5 deletions test/compatibility.headless.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Tests that can be run in a headless puppeteer browser.
import expect from "expect.js";
import puppeteer from "puppeteer";

Expand Down Expand Up @@ -180,9 +181,4 @@ describe("headless compatibility", function () {
expect(event.channelName).to.be("Rick Astley");
});
});

context("DOM elements", function () {
it("should contain the expected channel header elements to insert the button into", async function () {
});
});
});
1 change: 1 addition & 0 deletions test/compatibility.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Compatibility tests that do not need puppeteer/a mocked browser environment
import expect from "expect.js";

describe("compatibility", function () {
Expand Down

0 comments on commit b6b7189

Please sign in to comment.