1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-21 07:42:09 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
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