Skip to content

Commit

Permalink
Temporary commend out imported modal specs
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrasinskis committed Aug 21, 2024
1 parent b6f0d4e commit 1193906
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import ImportTokenModal from "$lib/modals/accounts/ImportTokenModal.svelte";
import { toastsError } from "$lib/stores/toasts.store";
import type { IcrcTokenMetadata } from "$lib/types/icrc";
import { ImportTokenModalPo } from "$tests/page-objects/ImportTokenModal.page-object";
import { JestPageObjectElement } from "$tests/page-objects/jest.page-object";
import { render } from "$tests/utils/svelte.test-utils";
Expand All @@ -15,11 +14,11 @@ vi.mock("$lib/stores/toasts.store", () => {
describe("ImportTokenModal", () => {
// const ledgerCanisterId = principal(0);
// const indexCanisterId = principal(1);
const tokenMetaData = {
name: "Tetris",
symbol: "TET",
logo: "https://tetris.tet/logo.png",
} as IcrcTokenMetadata;
// const tokenMetaData = {
// name: "Tetris",
// symbol: "TET",
// logo: "https://tetris.tet/logo.png",
// } as IcrcTokenMetadata;

const renderComponent = () => {
const { container, component } = render(ImportTokenModal);
Expand Down

0 comments on commit 1193906

Please sign in to comment.