MM-42835_Invite People - add email+user invites
This commit is contained in:
parent
0262b22a02
commit
09c24f0059
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue