Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

Adjust tests for hidden IS field #55

Merged
merged 1 commit into from
Aug 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/usecases/signup.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ module.exports = async function signup(session, username, password, homeserver)
await session.replaceInputText(hsInputField, homeserver);
const nextButton = await session.query('.mx_Login_submit');
await nextButton.click();
await session.query('.mx_ServerConfig_identityServer_shown');
await nextButton.click();
}
//fill out form
const usernameField = await session.query("#mx_RegistrationForm_username");
Expand Down