mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-18 06:44:27 +01:00
fix tests for new fedimint flow
This commit is contained in:
committed by
benthecarman
parent
f1e461a7d1
commit
111b45ace8
@@ -13,11 +13,11 @@ export async function loadHome(page: Page) {
|
||||
|
||||
await page.locator("button:has-text('Skip for now')").click();
|
||||
|
||||
await page.getByText("Pick a Federation").waitFor();
|
||||
// await page.getByText("Pick a Federation").waitFor();
|
||||
|
||||
await page.locator("button:has-text('Skip for now')").click();
|
||||
// await page.locator("button:has-text('Skip for now')").click();
|
||||
|
||||
await page.locator(`button:has-text('Confirm')`).click();
|
||||
// await page.locator(`button:has-text('Confirm')`).click();
|
||||
|
||||
// Should have a balance up top now
|
||||
await page.locator(`text=0 sats`).first().waitFor();
|
||||
|
||||
Reference in New Issue
Block a user