mutation demo: break one assertion in each e2e suite (scratch branch, do not merge)
Some checks failed
check / check (push) Successful in 1m7s
e2e / e2e-chrome (push) Failing after 2m6s
e2e / e2e-firefox (push) Failing after 1m41s

This commit is contained in:
2026-08-14 04:13:14 +00:00
parent 037c91da13
commit 3075c2319a
2 changed files with 2 additions and 2 deletions

View File

@@ -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) => {

View File

@@ -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