Skip to content

Commit

Permalink
test(e2e/simple): update to reflect no slider on home-page (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi authored Oct 16, 2024
1 parent bff27af commit 0b6dfef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/e2e/simple.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,4 @@ test('should monetize site with single wallet address', async ({

await expect(popup.getByRole('button', { name: 'Send now' })).toBeVisible();
expect(await popup.getByRole('textbox').all()).toHaveLength(1);

await expect(popup.getByLabel('Continuous payment stream')).toBeVisible();
expect(await popup.getByRole('switch').all()).toHaveLength(1);
});

0 comments on commit 0b6dfef

Please sign in to comment.