You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Port remaining Puppeteer tests over to Cypress (#9104)
* Port remaining Puppeteer tests over to Cypress * Remove puppeteer support files * Fix lifecycle matrixclientpeg setup race condition * Alternative solution to the lifecycle problem * Dismiss the notifications toast
This commit is contained in:
committed by
GitHub
parent
1e4c336fed
commit
f566c600e2
@@ -635,8 +635,8 @@ async function doSetLoggedIn(
|
||||
}
|
||||
|
||||
dis.fire(Action.OnLoggedIn);
|
||||
|
||||
await startMatrixClient(/*startSyncing=*/!softLogout);
|
||||
|
||||
return client;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user