fix another test
This commit is contained in:
parent
c4084196d1
commit
3bdedd73f7
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ module.exports = async function signup(session, username, password, homeserver)
|
||||||
await registerButton.click();
|
await registerButton.click();
|
||||||
|
|
||||||
//confirm dialog saying you cant log back in without e-mail
|
//confirm dialog saying you cant log back in without e-mail
|
||||||
const continueButton = await session.query('.mx_QuestionDialog button.mx_Dialog_primary');
|
const continueButton = await session.query('.mx_RegistrationEmailPromptDialog button.mx_Dialog_primary');
|
||||||
await continueButton.click();
|
await continueButton.click();
|
||||||
|
|
||||||
//find the privacy policy checkbox and check it
|
//find the privacy policy checkbox and check it
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue