mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
fix another test
This commit is contained in:
parent
c4084196d1
commit
3bdedd73f7
@ -56,7 +56,7 @@ module.exports = async function signup(session, username, password, homeserver)
|
||||
await registerButton.click();
|
||||
|
||||
//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();
|
||||
|
||||
//find the privacy policy checkbox and check it
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user