Skip to content

Commit

Permalink
fix: build v2
Browse files Browse the repository at this point in the history
  • Loading branch information
matstyler committed Oct 12, 2024
1 parent 2d66a1c commit fa9ed0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/playwright.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test('should connect wallet to the MetaMask Test Dapp', async ({ context, page,

You can notice the unusual `extensionId` fixture used here. This fixture is amongst a few others that are provided by Synpress. You can learn more about them in the [Built-in Fixtures](./fixtures) section.

To access the MetaMask API, you must create an instance of the `MetaMask` class as shown above. To learn more about the constructor and all the methods this class provides, see [its API reference](/api/classes/MetaMask).
To access the MetaMask API, you must create an instance of the `MetaMask` class as shown above. To learn more about the constructor and all the methods this class provides, see [its API reference](/api/playwright/classes/MetaMask.md).

::: tip

Expand Down

0 comments on commit fa9ed0b

Please sign in to comment.