Skip to content

Commit

Permalink
remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
mymindstorm committed Mar 18, 2024
1 parent 013904a commit 053d5c4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/test/components/Popup/MenuPage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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) => {
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 053d5c4

Please sign in to comment.