Michael Telatynski and GitHub
42253a7ae5
Make apps/web/playwright comply with strict mode ( #34403 )
...
* Make apps/web/playwright comply with strict mode
Otherwise it sometimes fails to compile matrix-js-sdk as strict mode & noImplicitAny both impact how overloads are asserted
* Iterate
2026-07-30 09:07:03 +00:00
Florian Duros and GitHub
aed2009b9f
Room list: move sections out of labs to all the users ( #33810 )
...
* feat: remove section labs flag
* test: update tests
* feat: remove favourites and low prioriy filter in SC
* test: update screenshots
* test: update snapshots
* test: update playwright tests
* test: update playright screenshots
* test: update screenshot
* test: close release announcement
* test: fix skeleton screenshot
* test: fix sliding sync
* test: update room list tests
* test: update room list tests after section dnd
* test: update toast screenshot
* test: update again room list tests
* test: update screenshot
2026-06-29 16:30:27 +00:00
David Baker and GitHub
ae3ec0ef86
Deflake sliding sync test ( #33719 )
...
It was trying to click the room before it had turned the invite filter
off so it was relying on clicking it before the rescind made its way
to the UI.
2026-06-03 09:32:17 +00:00
Andy Balaam and GitHub
5be0b778db
Change all toast rejection code to use the rejectToast utility ( #33025 )
2026-05-18 16:31:52 +00:00
Andy Balaam and GitHub
76b65b14de
Show 'Verify this device' toast even if there are no encrypted rooms yet ( #32891 )
...
* Show 'Verify this device' toast even if there are no encrypted rooms yet
* Close verify toast in more tests
2026-04-24 11:39:59 +00:00
Michael Telatynski
91a3cb03c1
mv element.io @types __mocks__/ debian docker module_system/ playwright res src test webapp Dockerfile .dockerignore .eslintignore .stylelintrc.cjs babel.config.cjs recorder-worklet-loader.cjs .modernizr.json components.json config.json config.sample.json package.json project.json tsconfig.json tsconfig.module_system.json jest.config.ts playwright.config.ts webpack.config.ts build_config.sample.yaml apps/web/
...
mkdir apps/web/scripts
mv scripts/{cleanup.sh,ci_package.sh,copy-res.ts,deploy.py,package.sh} apps/web/scripts
And a couple of gitignore tweaks
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2026-02-24 15:43:58 +00:00