# Status
- we used to have the same problem with puppeteer, resolved by running each test in a separate tab
- webdriverio, puppeteer and cypress are running the same tests, only cypress is failing
---
# TODO
- create a page with mediawiki in an iframe and try to log in, check if you're getting the error message
- move code from [[ https://gerrit.wikimedia.org/r/c/mediawiki/core/+/601375 | 601375 ]]
- to the first separate patch, make sure each test is in a separate file
- the second separate patch, try not using mwbot and see if that fixes the problem (this patch doesn't have each test is in a separate file)
- optionally, create a third separate patch, combining the two above patches (each test is in a separate file, not using mwbot)
---
When I try to Login or Create a new Account with Cypress, I keep getting the error shown in the picture below.
{F31734354}
The tests for logging in an account work fine locally using Mediawiki-Docker but fail with this error on the CI.
The same error message at in {T258121}.