Alessio Gravili
bcb3f08386
chore: hide test flakes, improve playwright CI logs, significantly reduce playwright timeouts, add back test retries, cache playwright browsers in CI, disable CI telemetry, improve test throttle utility ( #6155 )
2024-05-01 17:35:41 -04:00
Jarrod Flesch
2deeb61f17
fix: locale switcher flakey test ( #5761 )
2024-04-10 13:05:30 -04:00
James
5084d6dd97
chore: attempts to de-flake live preview
2024-04-08 22:34:23 -04:00
Jacob Fletcher
03c9a883e1
Merge branch 'alpha' into fix/alpha/admin-e2e
2024-04-04 13:48:11 -04:00
Jacob Fletcher
c06df267a3
test(live-preview): uses correct locator to find linked cell
2024-04-04 13:42:55 -04:00
Alessio Gravili
e912dde08d
chore: ensure autologin passes before starting tests for all e2e test suites ( #5659 )
2024-04-04 13:39:06 -04:00
Alessio Gravili
ddd75ce730
Merge remote-tracking branch 'origin/temp38' into temp38
2024-04-02 12:12:51 -04:00
Alessio Gravili
4bc13c28dd
chore: passing live-preview
2024-04-02 12:12:42 -04:00
James
c08489509a
chore: startMemoryDB in e2e
2024-04-02 12:12:21 -04:00
James
c7274ba16f
chore: wires up conditions for collapsibles, groups, etc
2024-04-02 10:39:52 -04:00
James
5e52339135
chore: converts e2e suites to new pattern
2024-04-01 16:37:12 -04:00
Jessica Chowdhury
ece7d92e57
chore: updates e2e tests for plugin-nested-docs and plugin-seo ( #5434 )
...
* test: removes unnecessary lines
* fix: do not error if row field has no fields (#5433 )
* ci(deps): update turborepo
* ci: release script updates
* chore: lint all json/yml, add to lint-staged
* chore: lint mdx in lint-staged
* chore: enable e2e live preview (#5444 )
* chore: update workflow file
---------
Co-authored-by: Alessio Gravili <70709113+AlessioGr@users.noreply.github.com >
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
Co-authored-by: Paul <paul@payloadcms.com >
2024-04-01 15:01:05 +01:00
Jarrod Flesch
c1d654c4ce
fix(tests): passing tabs test in fields suite ( #5463 )
2024-03-28 11:28:37 -04:00
Paul
f4acc74eee
chore: added iframe content test for live-preview test ( #5476 )
2024-03-26 15:03:18 -03:00
Alessio Gravili
5241c38ba0
chore: speed up tests by not running seed twice for the first test, and reduce flakiness of lexical e2e test suite
2024-03-25 23:55:42 -04:00
Patrik
a9b46a4d63
fix(ui): properly formats collapsible field IDs ( #5435 )
...
* test: passing collapsible fields test suite
* chore: passes indexPath into ArrayRow & updates path in collapsible field
* fix: collapsible paths and indexPath prop types
* chore: improves path and schemaPath syntax
* leftover
* chore: updates selectors in collapsibles tests
* chore: updates selector in live-preview test suite
---------
Co-authored-by: Jacob Fletcher <jacobsfletch@gmail.com >
2024-03-25 14:16:35 -04:00
Paul
ee4cd61696
chore: enable e2e live preview ( #5444 )
2024-03-25 08:39:34 -03:00
Elliot DeNolf
67f7c002c9
Merge pull request #5359 from payloadcms/chore/test-dir-to-workspace
...
chore: add test dir to workspace
2024-03-19 08:53:37 -04:00
Elliot DeNolf
99adfd2bba
chore: export mapAsync, fix some packages/next refs
2024-03-19 01:34:12 -04:00
Elliot DeNolf
c5ecf48d94
chore: add test/ to workspace, update most references
2024-03-19 00:59:56 -04:00
Paul Popus
7d0bd49ae3
fix: live-preview replace goToDoc utility with correct waitForURL
2024-03-18 18:38:07 -03:00
Paul Popus
ea713758a1
fix: remove pretest steps on live-preview e2e
2024-03-18 17:52:15 -03:00
Elliot DeNolf
65f2cb9a22
chore: rename configHelpers to match function name
2024-03-16 10:18:34 -04:00
Paul Popus
d785af1826
fix: core fixes to the live-preview e2e test suite
2024-03-15 15:36:58 -03:00
Alessio Gravili
8895f6420f
chore: fix all esm test suite imports
2024-03-08 14:42:24 -05:00
Alessio Gravili
881d1e9594
chore: replace all __dirname's in test dir
2024-03-08 11:09:59 -05:00
Elliot DeNolf
802919e6ea
test: update e2e suites
2024-02-20 16:26:09 -05:00
Patrik
9e8f14a897
feat: adds new actions property to admin customization ( #4468 )
2023-12-19 09:31:58 -05:00
Alessio Gravili
c068a8784e
fix(richtext-lexical): Blocks: make sure fields are wrapped in a uniquely-named group, change block node data format, fix react key error ( #3995 )
...
* fix(richtext-lexical): make sure block fields are wrapped in a uniquely-named group
* chore: remove redundant hook
* chore(richtext-lexical): attempt to fix unnecessary unsaved changes warning regression
* cleanup everything
* chore: more cleanup
* debug
* looks like properly cloning the formdata for setting initial state fixes the issue where the old formdata is updated even if node.setFields is not called
* chore: fix e2e tests
* chore: fix e2e tests (a selector has changed)
* chore: fix int tests (due to new blocks data format)
* chore: fix incorrect insert block commands in drawer
* chore: add new e2e test
* chore: fail e2e tests when there are browser console errors
* fix(breaking): beforeInput and afterInput: fix missing key errors, consistent typing and cases in name
2023-11-16 22:01:04 +01:00
Quentin Beauperin
b91711a74a
fix: improves live preview breakpoints and zoom options in dark mode ( #4090 )
2023-11-16 09:10:33 -05:00
Jarrod Flesch
c7a315a7d1
fix: passes correct data to buildStateFromSchema on account page ( #3984 )
...
* chore: fixes e2e tests
2023-11-03 10:30:36 -04:00
Jacob Fletcher
fbc2064a10
chore: deflakes e2e tests ( #3970 )
2023-11-01 17:26:07 -04:00
Jacob Fletcher
3032e0b5a2
fix: global permissions for live preview ( #3854 )
2023-10-24 23:32:55 -04:00
Jacob Fletcher
a13ec2ebc4
fix: renders live preview for globals ( #3801 )
2023-10-23 14:30:51 -04:00
Jacob Fletcher
2697753715
chore(live-preview): significantly improves test coverage ( #3763 )
2023-10-19 14:56:16 -04:00
Jacob Fletcher
a53cbd146f
feat: live preview ( #3382 )
2023-10-02 11:40:08 -04:00