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

This commit is contained in:
Bruno Windels 2018-07-31 10:08:01 +02:00
parent c357a0158d
commit 9a2f309486

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