Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 138f668

Browse files
authored
re-enable Spaces e2e tests (#7207)
1 parent d256af7 commit 138f668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/end-to-end-tests/src/scenario.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const toastScenarios = require('./scenarios/toast');
2020
const roomDirectoryScenarios = require('./scenarios/directory');
2121
const lazyLoadingScenarios = require('./scenarios/lazy-loading');
2222
const e2eEncryptionScenarios = require('./scenarios/e2e-encryption');
23+
const spacesScenarios = require('./scenarios/spaces');
2324

2425
module.exports = async function scenario(createSession, restCreator) {
2526
let firstUser = true;
@@ -44,8 +45,7 @@ module.exports = async function scenario(createSession, restCreator) {
4445
const charlies = await createRestUsers(restCreator);
4546
await lazyLoadingScenarios(alice, bob, charlies);
4647
// do spaces scenarios last as the rest of the tests may get confused by spaces
47-
// XXX: disabled for now as fails in CI but succeeds locally
48-
// await spacesScenarios(alice, bob);
48+
await spacesScenarios(alice, bob);
4949
};
5050

5151
async function createRestUsers(restCreator) {

0 commit comments

Comments
 (0)