element-web/test/end-to-end-tests/src/usecases
David Baker 5fe8442f44
Add an end-to-end test for stickers (#7733)
* Add an end-to-end test for stickers

* More logs on login

* Wait for spinners to go away

* Factor out spinner waiting as it seems useful

* Move stickers to the end

* More waiting

* When all else fails... add sleeps

* Waiting for the server picker to appear seems to work..?

* Typos

Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>

* remove commented code from registration usecase

Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
2022-02-15 11:49:53 +00:00
..
README.md
accept-invite.ts
create-room.ts
create-space.ts
dialog.ts
invite.ts
join.ts
login.ts Add an end-to-end test for stickers (#7733) 2022-02-15 11:49:53 +00:00
memberlist.ts
rightpanel.ts
room-settings.ts End-to-end test alias publishing flow (#7779) 2022-02-11 11:37:31 +00:00
security.ts
select-room.ts Add an end-to-end test for stickers (#7733) 2022-02-15 11:49:53 +00:00
send-message.ts
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
timeline.ts
toasts.ts
verify.ts

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.