diff --git a/src/test/components/Popup/MenuPage.test.ts b/src/test/components/Popup/MenuPage.test.ts index 3fa84b00..f8c169b1 100644 --- a/src/test/components/Popup/MenuPage.test.ts +++ b/src/test/components/Popup/MenuPage.test.ts @@ -17,7 +17,6 @@ import { Notification } from "../../../store/Notification"; import { Qr } from "../../../store/Qr"; import chrome from "sinon-chrome"; -import sinon from "sinon"; chai.should(); chai.use(sinonChai); @@ -64,10 +63,6 @@ describe("MenuPage", () => { title: string ) => wrapper.find(`*[title='${title}']`).trigger("click"); - it("Tests disabled", async () => { - return true; - }); - describe("feedback button", () => { // mocks the user agent for testing purposes const mockUserAgent = (userAgent: string) => { @@ -117,7 +112,6 @@ describe("MenuPage", () => { "Mozilla/5.0 (Windows NT x.y; rv:10.0) Gecko/20100101 Firefox/10.0" ); await clickMenuPageButtonByTitle(wrapper, "Feedback"); - console.log("TESTESFDGSDG"); assert.ok( chrome.tabs.create.withArgs({ url: "https://otp.ee/firefoxissues" }) .calledOnce,