Will Hunt
ab904bb6ca
Ensure interface gradually reduces visible buttons when viewport shrinks ( #33477 )
...
* Rewrite Measured to be a functional component
* Add tests to cover narrow viewports
* lint
* breakpoint is optional
* Cleanup
* Provide default value
* Fixup
* fix two snaps
* Update screenshot
* and the other one
* unfake CIDER
* Update snaps AGAIN
2026-05-14 15:15:43 +00:00
Will Hunt
38c3d4f8a3
Playwright test for pasting files ( #33350 )
...
* Add tests for pasting
* Add tests for pasting files.
* Remove redundant fn
* rm comment
2026-05-01 11:25:49 +00:00
Will Hunt
af20018ea2
Playwright tests for file uploads ( #33319 )
...
* Refactor tests to use helper method for composer uploads.
* Add drag and drop tests
* lint
* Add commentary
* fixup test
* More precise selector
2026-04-30 12:49:27 +00:00
YONGJAE LEE(이용재)
68070b2e97
Fix E2E test quality issues: always-passing assertions, unawaited checks, and dead code ( #32801 )
...
* Fix E2E test quality issues: always-passing assertions, unawaited checks, and dead code
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
* apply review
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-16 18:00:22 +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