xhr and console logs are done for all tests now, no need to do it in signup anymore

pull/21833/head
Bruno Windels 2018-07-31 10:08:01 +02:00
parent c357a0158d
commit 9a2f309486
1 changed files with 0 additions and 2 deletions

View File

@ -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) {