You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
split up scenarios in multiple files as lazy-loading scenarios grow
This commit is contained in:
@@ -124,7 +124,7 @@ module.exports = class RiotSession {
|
||||
return await this.queryAll(selector);
|
||||
}
|
||||
|
||||
waitForReload(timeout = 5000) {
|
||||
waitForReload(timeout = 10000) {
|
||||
return new Promise((resolve, reject) => {
|
||||
const timeoutHandle = setTimeout(() => {
|
||||
this.browser.removeEventListener('domcontentloaded', callback);
|
||||
|
||||
Reference in New Issue
Block a user