Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3811 from matrix-org/t3chguy/fix_e2e_tests
Browse files Browse the repository at this point in the history
Attempt to fix e2e tests
  • Loading branch information
t3chguy authored Jan 6, 2020
2 parents 653f31b + 7b91d20 commit 6ba5dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/end-to-end-tests/src/usecases/room-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 6ba5dc6

Please sign in to comment.