mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Fix end-to-end tests
The right panel needs to be opened manually now.
This commit is contained in:
parent
814c408e23
commit
185830e4f3
@ -17,6 +17,8 @@ limitations under the License.
|
||||
module.exports = async function invite(session, userId) {
|
||||
session.log.step(`invites "${userId}" to room`);
|
||||
await session.delay(1000);
|
||||
const memberPanelButton = await session.query(".mx_RightPanel_membersButton");
|
||||
await memberPanelButton.click();
|
||||
const inviteButton = await session.query(".mx_MemberList_invite");
|
||||
await inviteButton.click();
|
||||
const inviteTextArea = await session.query(".mx_AddressPickerDialog textarea");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user