element-web/playwright/e2e
Travis Ralston d25d529e86
Extract functions for service worker usage, and add initial MSC3916 playwright test (when supported) (#12414)
* Send user credentials to service worker for MSC3916 authentication

* appease linter

* Add initial test

The test fails, seemingly because the service worker isn't being installed or because the network mock can't reach that far.

* Remove unsafe access token code

* Split out base IDB operations to avoid importing `document` in serviceworkers

* Use safe crypto access for service workers

* Fix tests/unsafe access

* Remove backwards compatibility layer & appease linter

* Add docs

* Fix tests

* Appease the linter

* Iterate tests

* Factor out pickle key handling for service workers

* Enable everything we can about service workers

* Appease the linter

* Add docs

* Rename win32 image to linux in hopes of it just working

* Use actual image

* Apply suggestions from code review

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>

* Improve documentation

* Document `??` not working

* Try to appease the tests

* Add some notes

---------

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2024-05-02 22:19:55 +00:00
..
audio-player Fix some playwright flaky tests (#12357) 2024-03-21 15:49:12 +00:00
composer
create-room
crypto Expected UTDs: use a different message for UTDs sent before login (#12391) 2024-04-25 08:11:41 +00:00
editing
integration-manager
invite
knock Remove use of KnownMembership from playwright tests 2024-03-18 16:32:36 +00:00
lazy-loading
left-panel
location
login ModuleAPI: `overwrite_login` action was not stopping the existing client resulting in the action failing with rust-sdk (#12272) 2024-02-22 15:41:21 +00:00
oidc Add Playwright tests for OIDC-aware & OIDC-native (#12252) 2024-02-21 10:43:47 +00:00
one-to-one-chat Hide the archived section (#12286) 2024-02-27 10:00:10 +00:00
permalinks
polls
presence Fix/disable failing playwright tests (#12402) 2024-04-05 18:07:25 +00:00
read-receipts Take the Threads Activity Centre out of labs (#12439) 2024-04-29 15:30:19 +00:00
register Improvements around docker in Playwright (#12261) 2024-02-20 14:21:10 +00:00
regression-tests
release-announcement TAC: Release Announcement (#12380) 2024-04-08 08:43:59 +00:00
right-panel
room Fix some playwright flaky tests (#12357) 2024-03-21 15:49:12 +00:00
room-directory
room_options Mark as Unread (#12254) 2024-03-19 13:28:20 +00:00
settings Change user permission by using a new apply button (#12346) 2024-03-19 13:45:23 +00:00
sliding-sync
spaces Add `Tooltip` to `AccessibleButton` (#12443) 2024-04-24 12:24:25 +00:00
spotlight
threads Take the Threads Activity Centre out of labs (#12439) 2024-04-29 15:30:19 +00:00
timeline Extract functions for service worker usage, and add initial MSC3916 playwright test (when supported) (#12414) 2024-05-02 22:19:55 +00:00
toasts
update
user-menu
user-onboarding Use h1 as first heading in dialogs (#12250) 2024-02-16 14:23:33 +00:00
user-view
widgets
utils.ts