Skip to content

Commit

Permalink
rc5 and fix fedimint test
Browse files Browse the repository at this point in the history
  • Loading branch information
futurepaul committed Mar 25, 2024
1 parent 5163073 commit 033da5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
8 changes: 3 additions & 5 deletions e2e/fedimint.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect, test } from "@playwright/test";

import { loadHome, visitSettings } from "./utils";
import { loadHome } from "./utils";

const SIGNET_INVITE_CODE =
"fed11qgqzc2nhwden5te0vejkg6tdd9h8gepwvejkg6tdd9h8garhduhx6at5d9h8jmn9wshxxmmd9uqqzgxg6s3evnr6m9zdxr6hxkdkukexpcs3mn7mj3g5pc5dfh63l4tj6g9zk4er";
Expand All @@ -11,10 +11,9 @@ test.beforeEach(async ({ page }) => {

test("fedmint join, receive, send", async ({ page }) => {
await loadHome(page);
await visitSettings(page);

// Click "Manage Federations" link
await page.click("text=Manage Federations");
// Click "Join a federation" cta
await page.click("text=Join a federation");

// Fill the input with the federation code
await page.fill("input[name='federation_code']", SIGNET_INVITE_CODE);
Expand All @@ -29,7 +28,6 @@ test("fedmint join, receive, send", async ({ page }) => {

// Navigate back home
await page.goBack();
await page.goBack();

// Click the top left button (it's the profile button), a child of header
// TODO: better ARIA stuff
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@capacitor/toast": "^5.0.6",
"@kobalte/core": "^0.12.6",
"@kobalte/tailwindcss": "^0.9.0",
"@mutinywallet/mutiny-wasm": "0.6.0-rc4",
"@mutinywallet/mutiny-wasm": "0.6.0-rc5",
"@modular-forms/solid": "^0.20.0",
"@solid-primitives/upload": "^0.0.117",
"@solidjs/meta": "^0.29.3",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 033da5f

Please sign in to comment.