Fix more tests

This commit is contained in:
Michael Telatynski 2019-12-17 11:47:01 +00:00
parent ab3fb6581b
commit e6d8487302
11 changed files with 42 additions and 884 deletions

View file

@ -24,6 +24,7 @@ import sdk from "../../../skinned-sdk";
import Matrix from "matrix-js-sdk";
import * as TestUtils from "../../../test-utils";
import * as languageHandler from "../../../../src/languageHandler";
const { waitForUpdate } = TestUtils;
const GroupMemberList = sdk.getComponent("views.groups.GroupMemberList");