Skip to content

Commit

Permalink
Modify watch scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
MarjuszeG committed Sep 23, 2024
1 parent 0ef5361 commit 65c39de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/feature1.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test('Watch account @smoke', async ({ page }) => {
await page.goto('.');
await page.getByRole('button', { name: 'Manage in Settings' }).click();
await page.getByRole('link', { name: 'Overview' }).click();
await page.getByPlaceholder('Wallet address or ENS name').fill('vitalik.eth');
await page.getByPlaceholder('Wallet address or ENS name').fill('pepe.eth');
await page.getByRole('button', { name: 'Watch address' }).click();
await page.getByRole('link', { name: 'Overview' }).click();
await expect(
Expand Down

0 comments on commit 65c39de

Please sign in to comment.