diff --git a/frontend/src/lib/components/accounts/ImportTokenCanisterId.svelte b/frontend/src/lib/components/accounts/ImportTokenCanisterId.svelte index 1c46ce0e7b5..1eb13108381 100644 --- a/frontend/src/lib/components/accounts/ImportTokenCanisterId.svelte +++ b/frontend/src/lib/components/accounts/ImportTokenCanisterId.svelte @@ -4,12 +4,13 @@ import LinkIcon from "$lib/components/common/LinkIcon.svelte"; export let label: string; + export let testId: string = "import-token-canister-id-component"; export let canisterId: string | undefined = undefined; export let canisterLinkHref: string | undefined = undefined; export let canisterIdFallback: string | undefined = undefined; -
{$i18n.import_token.description}
+ + +