synpress
                                
                                
                                
                                    synpress copied to clipboard
                            
                            
                            
                        Docs: Incorrect Documentation
๐ Have you searched existing issues to avoid duplicates?
- [X] I have made sure that my issue is not a duplicate.
 
๐งช Have you tested your code using latest version of Synpress?
- [X] I have made sure that my issue still exists on latest version of Synpress.
 
๐ก Are you able to provide enough information to be able to reproduce your issue locally?
- [X] I can provide enough details to reproduce my issue on local environment.
 
Synpress version
4.0.3
Node.js version
22.11.0
Operating system
15.0
Run mode
Playwright + Synpress (as plugin)
CI platform (if applicable)
No response
Are you running your tests inside docker? (if applicable)
- [ ] This issue could be related to docker.
 
What happened?
Docs are outdated https://docs.synpress.io/docs/setup-playwright
import { MetaMask } from "@synthetixio/synpress"; -> Metamask is not define in synthetixio/synpress
import { testWithSynpress, MetaMask, unlockForFixture, } from "@synthetixio/synpress"; -> unlockForFixture is also not defined in synthetixio/synpress
What is your expected behavior?
Please update the docs.
How to reproduce the bug.
Just look at the docs and the synpress example docs
Relevant log output
No response