Skip to content

Commit

Permalink
added change to feature1.spec.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
Unik0rnMaggie committed Oct 21, 2024
1 parent 1ecc031 commit 6c99e61
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 @@ -6,7 +6,7 @@ test('has title', async ({ page }) => {
});

test('Watch account @smoke', async ({ page }) => {
await page.goto('.');
await page.goto('https://portfolio.metamask.io/');
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');
Expand Down

0 comments on commit 6c99e61

Please sign in to comment.