Attempt to fix e2e tests
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
ffd09e42bd
commit
7b91d2056b
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ module.exports = async function changeRoomSettings(session, settings) {
|
|||
await session.replaceInputText(aliasField, settings.alias.substring(1, settings.alias.lastIndexOf(":")));
|
||||
const addButton = await session.query(".mx_RoomSettingsDialog .mx_AliasSettings .mx_AccessibleButton");
|
||||
await addButton.click();
|
||||
await session.delay(10); // delay to give time for the validator to run and check the alias
|
||||
session.log.done();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue