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

accept terms when joining

This commit is contained in:
Bruno Windels
2018-07-10 19:26:47 +02:00
parent 9c5e43a693
commit 9a2d32e642
3 changed files with 36 additions and 2 deletions

View File

@ -37,7 +37,7 @@ async function runTests() {
const room = 'test';
process.stdout.write(`* joining room ${room} ... `);
await join(page, room);
await join(page, room, true);
process.stdout.write('done\n');
await browser.close();