Feat/tests #11
Annotations
2 errors
tests/test-extension.test.ts > Extension E2E Tests > Setup flow is working properly:
tests/test-extension.test.ts#L45
AssertionError: expected '<!DOCTYPE html><html lang="en"><head>…' to contain 'Welcome to Holo Key Manager'
- Expected
+ Received
- Welcome to Holo Key Manager
+ <!DOCTYPE html><html lang="en"><head>
+ <meta charset="utf-8">
+ <link rel="icon" href="chrome-extension://eggfhkdnfdhdpmkfpihjjbnncgmhihce/favicon.png">
+ <link rel="preload" href="/fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf" as="font" type="font/ttf" crossorigin="">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+
+ <link href="../app/immutable/assets/0.CM5ULvRR.css" rel="stylesheet">
+ <link rel="modulepreload" href="../app/immutable/entry/start.DPAIV4p8.js">
+ <link rel="modulepreload" href="../app/immutable/chunks/entry.DL_kftsU.js">
+ <link rel="modulepreload" href="../app/immutable/chunks/scheduler.BTj1qrQN.js">
+ <link rel="modulepreload" href="../app/immutable/chunks/index.DRYki1Ca.js">
+ <link rel="modulepreload" href="../app/immutable/entry/app.ugfPcb3T.js">
+ <link rel="modulepreload" href="../app/immutable/chunks/index.D9y6hn24.js">
+ <link rel="modulepreload" href="../app/immutable/nodes/0.RxzxwY0p.js">
+ <link rel="modulepreload" href="../app/immutable/chunks/context.B9_j10xN.js">
+ <link rel="modulepreload" href="../app/immutable/nodes/4.tRSJKAzt.js">
+ <link rel="modulepreload" href="../app/immutable/chunks/stores.CtxDALX6.js">
+ <link rel="modulepreload" href="../app/immutable/chunks/index.BUJeBZ4p.js">
+ <link rel="modulepreload" href="../app/immutable/chunks/AppContainer.hy4poHg4.js">
+ <link rel="modulepreload" href="../app/immutable/chunks/GoBack.CkjNXsQZ.js">
+ <link rel="modulepreload" href="../app/immutable/chunks/index.ChtkrmoR.js">
+ <link rel="modulepreload" href="../app/immutable/chunks/manage-keys.BBkN2x5x.js">
+ <link rel="modulepreload" href="../app/immutable/nodes/16.CAzIHJFF.js">
+ <link rel="modulepreload" href="../app/immutable/chunks/Title.kAh32s_F.js">
+ <link rel="modulepreload" href="../app/immutable/chunks/clsx.B-dksMZM.js">
+ <link rel="modulepreload" href="../app/immutable/chunks/AppParagraph.DPPj7jIn.js">
+ <link rel="modulepreload" href="../app/immutable/chunks/Button.BSoz8Z1j.js">
+ <link rel="modulepreload" as="script" crossorigin="" href="chrome-extension://eggfhkdnfdhdpmkfpihjjbnncgmhihce/app/immutable/nodes/1.thyl4P7F.js"></head>
+ <body class="font-sans" data-sveltekit-preload-data="hover">
+ <div class="contents"><div class="mx-auto mt-20 flex w-[576px] flex-col items-center rounded-xl border border-light-gray py-8"> <img src="/img/holo_logo.svg" alt="Holo Key Manager Logo" class="my-4 w-12"> <h1 class="text-center font-bold mb-2 text-3xl">Holo Key Manager</h1> <p class="text-secondary text-base font-light my-4 max-w-xs">Holo Key Manager is a safe place to set up and manage keys for Holochain apps. Get started below.</p> <button class="relative my-2 flex w-full max-w-xs justify-center rounded-2xl p-2 text-base font-bold bg-primary text-white"><span>First time set up</span> <img src="/img/arrow-right.svg" alt="Arrow" class="absolute right-4"></button> <button class="relative my-2 flex w-full max-w-xs justify-center rounded-2xl p-2 text-base font-bold border border-secondary bg-white text-secondary"><span>Import existing keys</span> </button></div> <div id="svelte-announcer" aria-live="assertive" aria-atomic="true" style="position: absolute; left: 0px; top: 0px; clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); overflow: hidden; white-space: nowrap; width: 1px; height: 1px;"></div></div>
+
+
+ </body></html>
❯ tests/test-extension.test.ts:45:28
|
build
Process completed with exit code 1.
|