1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Merge branch 'master' into bwindels/lltests

This commit is contained in:
Bruno Windels
2018-09-11 17:21:30 +02:00
11 changed files with 32 additions and 28 deletions

View File

@ -63,7 +63,7 @@ async function runTests() {
} catch(err) {
failure = true;
console.log('failure: ', err);
if (!program.noLogs) {
if (program.logs) {
for(let i = 0; i < sessions.length; ++i) {
const session = sessions[i];
documentHtml = await session.page.content();