MM-42835_Invite People - add email+user invites

This commit is contained in:
Julian Mondragon 2022-12-16 10:49:09 -05:00
parent 0262b22a02
commit 09c24f0059

View file

@ -45,7 +45,6 @@ class ServerScreen {
connectToServer = async (serverUrl: string, serverDisplayName: string) => {
await this.toBeVisible();
await this.serverUrlInput.replaceText(serverUrl);
await this.serverUrlInput.tapReturnKey();
await this.serverDisplayNameInput.replaceText(serverDisplayName);
await this.connectButton.tap();
};