xhr and console logs are done for all tests now, no need to do it in signup anymore
This commit is contained in:
parent
c357a0158d
commit
9a2f309486
1 changed files with 0 additions and 2 deletions
|
@ -19,8 +19,6 @@ const acceptTerms = require('./consent');
|
|||
const assert = require('assert');
|
||||
|
||||
module.exports = async function signup(page, username, password, homeserver) {
|
||||
const consoleLogs = helpers.logConsole(page);
|
||||
const xhrLogs = helpers.logXHRRequests(page);
|
||||
await page.goto(helpers.riotUrl('/#/register'));
|
||||
//click 'Custom server' radio button
|
||||
if (homeserver) {
|
||||
|
|
Loading…
Reference in a new issue