From 3075c2319ad1ce037cb8de25f4b316ca1b7d3b98 Mon Sep 17 00:00:00 2001 From: sneak Date: Fri, 14 Aug 2026 04:13:14 +0000 Subject: [PATCH] mutation demo: break one assertion in each e2e suite (scratch branch, do not merge) --- tests/e2e/firefox/run.js | 2 +- tests/e2e/run.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/firefox/run.js b/tests/e2e/firefox/run.js index 59546b6..0ee2fdf 100644 --- a/tests/e2e/firefox/run.js +++ b/tests/e2e/firefox/run.js @@ -84,7 +84,7 @@ step("popup loads and reaches the welcome view", async (env) => { await d.navigate(POPUP_URL); await d.waitVisible("#view-welcome", STEP_TIMEOUT_MS); const title = await d.title(); - assert(title === "AutistMask", "unexpected popup title: " + title); + assert(title === "MUTANT", "unexpected popup title: " + title); }); step("wallet creation through the UI reaches the main view", async (env) => { diff --git a/tests/e2e/run.js b/tests/e2e/run.js index 409d198..dcd9715 100644 --- a/tests/e2e/run.js +++ b/tests/e2e/run.js @@ -79,7 +79,7 @@ test("popup loads and reaches the welcome view", async (env) => { env.page = await openPopup(env.ctx, env.popupUrl); await visible(env.page, "#view-welcome"); const title = await env.page.title(); - assert(title === "AutistMask", "unexpected popup title: " + title); + assert(title === "MUTANT", "unexpected popup title: " + title); }); // The empirical half of #182. The manifest change is only a claim about