1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-13 23:41:50 +03:00
Commit Graph

15 Commits

Author SHA1 Message Date
1e70af00a3 Fix GroupView test
It was counting the wrong number of updates for reasons I don't understand.
2020-01-13 20:15:58 -07:00
a8c8406ac4 Merge remote-tracking branch 'origin/t3chguy/jest' into travis/sourcemaps 2020-01-09 16:06:46 -07:00
042bd35d79 Fix MatrixClientPeg imports 2019-12-22 21:15:54 -07:00
409a111b02 wait additional tick 2019-12-17 12:42:47 +00:00
ab3fb6581b Down to 7 test failures 2019-12-17 11:24:37 +00:00
6ad31fe023 30 test failures to go :D 2019-12-16 11:12:48 +00:00
18f81d80db Initial jest stuff. Blocked on Babel 7 2019-12-13 13:43:48 +00:00
90212c76a5 Use r0 media endpoints for group tests 2019-07-10 13:24:47 -06:00
42161f3a23 fix tests 2019-01-30 18:43:16 +01:00
c3185a4cdb breaking changes from expect upgrade
Signed-off-by: Stephen Solka <stephen0q@gmail.com>
2019-01-02 16:59:48 -06:00
5fc25fd6ba Only mark group as failed to load for summary
Currently, any error in the `GroupStore`s several requests can cause the whole
`GroupView` component to hide and be mark the group as failed to load.

Since it is known that group members may fail to load in some cases, let's only
show failed to load for the whole group when the summary fails.

This also strengthens the `GroupView` test by ensuring we wait for multiple
updates for checking results.

Signed-off-by: J. Ryan Stinnett <jryans@gmail.com>
2018-12-04 18:32:16 -06:00
c06a04af97 Fix unrelated linting issue 2018-05-03 18:11:32 +01:00
dc20f32ad7 Move waitForUpdate to test-utils 2018-05-02 11:19:01 +01:00
7915d97ed7 Also run other tests 2018-04-27 14:56:48 +01:00
a1c4424224 Add tests for GroupView 2018-04-27 14:28:24 +01:00