Skip to content

Commit

Permalink
Merge pull request #175 from OasisDEX/fix-broken-selector
Browse files Browse the repository at this point in the history
Fixing broken selector
  • Loading branch information
juan-langa authored Feb 16, 2024
2 parents cb6b7b3 + a1091c5 commit 7e02ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/fork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const addToApp = async ({
network: 'mainnet' | 'optimism' | 'arbitrum' | 'base';
}) => {
// Adding fork to app
await app.page.locator('header > div > div:nth-child(2) > button').click();
await app.page.locator('header > div > div > button').nth(0).click();
await app.page.getByRole('button', { name: 'Fork settings' }).click();
await app.page
.locator(`input[placeholder="http://localhost:854${networks[network].locator}"]`)
Expand Down

0 comments on commit 7e02ef7

Please sign in to comment.