riot-web/test/end-to-end-tests/src/usecases
Suguru Hirahara 12dd5a7ef0
Name lists on invite dialog (#8046)
* Place room tiles with grid

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Set padding inside of name stack

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Remove overflow:hidden (to be cancelled)

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Replace text-align with margin

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Style invite failure dialog with display:grid

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Merge style rules of room tiles and tiles on invitation failure dialog

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Normalize avatar size for multiInviterError

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Set text overflow with ellipsis

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Use spacing variables

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Set narrow gap to nameStack

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Rename mx_InviteDialog_inviterErrorTile_error

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Create mx_InviteDialog_tile

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Set padding to room tiles only

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Remove space between name / userID and time (there is gap by default)

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Remove the margin from the last child

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2022-06-09 13:45:33 +01:00
..
README.md move everything to subfolder to merge into react-sdk 2019-10-09 16:52:48 +02:00
accept-invite.ts Voice rooms prototype (#8084) 2022-03-22 16:14:11 -06:00
create-room.ts Name lists on invite dialog (#8046) 2022-06-09 13:45:33 +01:00
dialog.ts Auto fix 2021-12-09 09:10:23 +00:00
invite.ts Name lists on invite dialog (#8046) 2022-06-09 13:45:33 +01:00
join.ts Convert end-to-end tests to Typescript (#7206) 2021-12-06 09:59:06 +11:00
login.ts Add an end-to-end test for stickers (#7733) 2022-02-15 11:49:53 +00:00
memberlist.ts Auto fix 2021-12-09 09:10:23 +00:00
rightpanel.ts End to end tests for threads (#8267) 2022-04-12 17:46:08 -06:00
room-settings.ts Triple the speed of E2E tests and stop them exploding if a circular datastructure is logged (#8095) 2022-03-21 10:26:26 +00:00
security.ts Convert end-to-end tests to Typescript (#7206) 2021-12-06 09:59:06 +11:00
select-room.ts Voice rooms prototype (#8084) 2022-03-22 16:14:11 -06:00
send-message.ts Auto fix 2021-12-09 09:10:23 +00:00
send-sticker.ts Add an end-to-end test for stickers (#7733) 2022-02-15 11:49:53 +00:00
settings.ts End-to-end test alias publishing flow (#7779) 2022-02-11 11:37:31 +00:00
signup.ts End to end tests for threads (#8267) 2022-04-12 17:46:08 -06:00
timeline.ts Use styled mxids in member list v2 (#8110) 2022-03-22 16:14:55 -06:00
toasts.ts Auto fix 2021-12-09 09:10:23 +00:00
verify.ts Auto fix 2021-12-09 09:10:23 +00:00

README.md

use cases contains the detailed DOM interactions to perform a given use case, may also do some assertions. use cases are often used in multiple scenarios.