1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-06-14 10:22:29 +03:00
Commit Graph

488 Commits

Author SHA1 Message Date
fdda534053 Merge branch 'develop' into feature/call-event-tile
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-06-09 19:23:14 +02:00
6e0a908c59 Merge branch 'develop' into gsouquet/react-17 2021-06-09 12:01:35 +01:00
d492ee4d8a Update Enzyme adapter name 2021-06-09 11:57:29 +01:00
0f64f4d692 Fix MessagePanel tests
Signed-off-by: Robin Townsend <robin@robin.town>
2021-06-05 10:49:44 -04:00
6eb33ac730 Merge remote-tracking branch 'upstream/develop' into feature/call-event-tile
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-06-04 07:49:05 +02:00
7f83590846 Merge pull request #6079 from matrix-org/gsouquet/switch-rooms 2021-06-03 08:44:01 +01:00
1c92e31683 Add missing license header
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-06-02 19:27:57 +02:00
e0572acb14 Write tests for CallEventGrouper
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-06-02 19:22:22 +02:00
f11a7083ae Switch to stable endpoint/fields for MSC2858 2021-06-01 11:01:09 +01:00
c428736191 Update MessagePanel test to account for new DOM structure 2021-05-21 14:59:26 +01:00
379d19e2e0 Lint 2021-05-10 19:56:30 -06:00
2ad0032f72 Added regression tests for Natural headers 2021-05-09 01:10:54 +05:30
d1f23fb994 Partially added the tests [WIP] 2021-05-07 11:45:52 +05:30
6ab235f10c Fix tests for new call path
We have to mock `fetch` for the caching of the download icon, and then mock out all the function calls used by components to feed a Media object.
2021-03-11 09:42:55 -07:00
533c9fed64 Appease the linter 2021-03-10 12:32:18 -07:00
0dd4d45c49 Disable velocity mock option
This appears to have been removed in the beta
2021-02-26 22:36:42 -07:00
2142a65a9b delint 2020-12-16 10:46:39 +00:00
4c2b6f410b fix tests 2020-12-16 10:41:56 +00:00
1b1c482f9c Iterate tests 2020-11-25 10:22:16 +00:00
4997676f5d fix last remaining broken test 2020-11-05 16:57:51 +00:00
ae2d9941ff fix more tests 2020-11-05 16:54:25 +00:00
54e41b5f32 fix tests 2020-11-05 16:27:41 +00:00
72498df28f Remove create-react-class 2020-08-29 12:14:16 +01:00
86f39ee0ee Fix read marker visibility for grouped events
The recent "groupers" which extracted out timeline grouping logic forgot to
pass through the last event state for read marker computation. This causes the
read marker to become visible when e.g. returning to room if it was last placed
inside a grouped set of events (currently room creation and membership events).

Regressed by https://github.com/matrix-org/matrix-react-sdk/pull/4059
Related to https://github.com/vector-im/riot-web/issues/12338
2020-04-03 01:14:31 +01:00
908ca6b6ef add test for grouping room creation events 2020-02-13 17:25:54 -05:00
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
fde32f13a5 [CONFLICT CHUNKS] Merge branch 'develop' into travis/sourcemaps-develop 2020-01-09 14:15:09 -07:00
042bd35d79 Fix MatrixClientPeg imports 2019-12-22 21:15:54 -07:00
937b32663c Migrate away from Legacy React Contexts 2019-12-17 17:26:12 +00: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
0041dae664 26 test failures to go :D 2019-12-16 11:55:01 +00:00
6ad31fe023 30 test failures to go :D 2019-12-16 11:12:48 +00:00
ffa2ac172c delint 2019-12-15 14:09:41 +00:00
18f81d80db Initial jest stuff. Blocked on Babel 7 2019-12-13 13:43:48 +00:00
a2e3f64963 Change read markers to use CSS transitions
Removes one of the two places we use Velocity, so we're one step
closer to getting rid of it for good.

Should therefore fix the fact that Velocity is leaking data entries
and therefore <hr> elements.

Hopefully also makes the logic in getEventTiles incrementally simpler,
if still somwewhat byzantine.
2019-11-26 19:06:02 +00:00
d5c96b86d4 fix test
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-09-19 10:31:34 +01:00
02dfdffc4f Fix failing test due to newly added assumption
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-09-18 14:35:13 +01:00
bf30cfe699 Fix other test
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-09-11 17:44:04 +01:00
1c7d67e8b3 fix test
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-09-11 17:44:04 +01:00
70ff2bc9cd Switch to createReactClass: views/rooms and test/components. React 16 :D
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-09-06 15:04:46 +01:00
accb0abe2d Switch from react-addons-test-utils to react-dom/test-utils. React 16 :D
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-08-24 11:47:07 +01:00
a87fb7eaa2 also remove from comment 2019-08-16 15:36:41 +01:00
3c4c595f79 remove old serverCaps 2019-08-16 15:27:11 +01:00
19c7a4627d fix test 2019-08-16 12:24:52 +01:00
201d7fb448 Merge branches 'develop' and 't3chguy/prop-types' of github.com:matrix-org/matrix-react-sdk into t3chguy/prop-types
# Conflicts:
#	test/components/structures/MessagePanel-test.js
2019-07-31 12:21:00 +01:00
1087e04bb5 Replace React.PropTypes with usage of the prop-types package
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-07-31 12:19:29 +01:00
c338f8bf1f Add room context to test 2019-07-31 11:17:28 +01:00
90212c76a5 Use r0 media endpoints for group tests 2019-07-10 13:24:47 -06:00