element-portable/test/end-to-end-tests/src/usecases
Michael Telatynski 8fe582b094
Tweaks to informational architecture 1.1 (#7052)
* Move user avatar to Space panel

* Add room list header for 'Home' or 'Space Name' to room list
Add existing Space context menus to room list header

* Re-add pending room join spinner

* Iterate RoomListHeader plus context menu

* Iterate space context menu

* Iterate room list + interactions

* Move DND to new iA model

* Replace composer custom status management with usermenu one

* Cull Quick Actions

* Iterate minimized room list state

* delint

* Merge the RoomListNumResults into the RoomListHeader

* Make the search shortcut prompt semi-bold

* Iterate RoomListHeader based on design review

* Iterate UserMenu based on feedback

* Add name to expanded spacepanel usermenu button

* i18n

* Make room sub list aux button components more generic

* Change left panel explore button to only refer to room directory

* Iterate RoomListHeader

* Fix custom user status input field width in Chrome

* Bring back Notification settings button

* delint

* i18n

* post-merge fix

* iterate pr

* Remove unused state

* update copy

* Apply suggestions from PR review

* delint

* Update invite iconography

* Iterate Space context menu to match Figma

* Fix chevron alignment

* Fix edge case for RoomListHeader on metaspaces

* Wire up general rageshake-driven feedback mechanism

* Add IA1.1 info toast

* add missing alt attribute

* delint

* delint

* tweak ia toast priority

* e2e test account for new toast

* autofocus feedback field and remove old subheading

* tweak copy

* Iterate space panel colours to match Figma

* Iterate PR

* delint

* Fix feedback submission with object setting values

* iterate based on review

* Tweak colours and update splash image

* Tweaks based on review

* Remove room list prompt, made redundant by the big fat `+`

* Fix edge cases around User Menu positioning and dnd

* Add missing import, bad merge?

* Update aria label in e2e test

* Fix room list space rooms context menu explore button behaviour

* Tweak copy

* Revert order of options in the UserMenu

* Tweak copy

* i18n
2021-11-30 18:08:46 +00:00
..
accept-invite.js Auto-fix lint errors 2021-06-29 13:11:58 +01:00
create-room.js Auto-fix lint errors 2021-06-29 13:11:58 +01:00
create-space.js Tweaks to informational architecture 1.1 (#7052) 2021-11-30 18:08:46 +00:00
dialog.js Fix assert vs assert.equal 2020-05-27 13:39:00 +01:00
invite.js update e2e tests for invite ux tweaks 2020-11-03 15:16:52 +00:00
join.js Auto-fix lint errors 2021-06-29 13:11:58 +01:00
memberlist.js Auto-fix lint errors 2021-06-29 13:11:58 +01:00
README.md move everything to subfolder to merge into react-sdk 2019-10-09 16:52:48 +02:00
rightpanel.js Fix e2e test right panel back behaviour 2021-06-29 10:37:30 +01:00
room-settings.js delint 2021-09-10 11:01:01 +01:00
security.js Adjust tests for Secure Backup toast 2020-09-16 16:51:10 +01:00
send-message.js fix lint 2019-10-09 17:57:55 +02:00
settings.js Break 'Cryptography' settings into a separate component 2021-10-15 16:02:44 +01:00
signup.js add e2e session.delay explainer 2021-04-19 18:01:19 +01:00
timeline.js Auto-fix lint errors 2021-06-29 13:11:58 +01:00
toasts.js Auto-fix lint errors 2021-06-29 13:11:58 +01:00
verify.js Auto-fix lint errors 2021-06-29 13:11:58 +01:00

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.