Elliot DeNolf
14eb66c87d
test: refactor int tests to use initPayloadInt which reduces boilerplate
2024-03-16 10:11:00 -04:00
Elliot DeNolf
4eba651c3d
test: refine testHooks
2024-03-16 07:00:38 -04:00
Elliot DeNolf
c48719dfdb
test: fix next/link import
2024-03-16 06:46:30 -04:00
Elliot DeNolf
ae6c4b2ddf
test: remove typescript declare from test suite type output
2024-03-16 06:45:32 -04:00
Elliot DeNolf
a2f2a59c21
test: rework jest setup to use setupFilesAfterEnv
2024-03-16 06:40:20 -04:00
Elliot DeNolf
e739c26f2e
chore: rework test hooks to reset tsconfig.json
2024-03-16 06:37:30 -04:00
Jacob Fletcher
fb4651bdad
chore(ui): strictly types fields ( #5344 )
2024-03-15 17:41:48 -04:00
Jarrod Flesch
eef06425a3
chore: passing versions e2e ( #5343 )
2024-03-15 17:09:32 -04:00
Elliot DeNolf
04a3223ff5
test: fix seed helper, was causing errors in versions suite
2024-03-15 16:55:54 -04:00
Elliot DeNolf
9226be058c
test: fix useField imports
2024-03-15 16:02:27 -04:00
PatrikKozak
2dc425b083
test: updates text field config imports to relative imports
2024-03-15 15:54:54 -04:00
James
c5f915651c
Merge branch 'alpha' of github.com:payloadcms/payload into alpha
2024-03-15 15:30:56 -04:00
James
e2d7fec793
chore: merge
2024-03-15 15:30:29 -04:00
Paul Popus
d3b4f46b25
fix: further fixes for live preview
2024-03-15 16:30:00 -03:00
Paul Popus
d785af1826
fix: core fixes to the live-preview e2e test suite
2024-03-15 15:36:58 -03:00
Patrik
c5f9533d2b
test: passing text field suite ( #5341 )
2024-03-15 14:27:43 -04:00
Alessio Gravili
aaf17aa2b2
chore: e2e tests: get nav-toggler helpers to work on all screen sizes
2024-03-15 13:43:48 -04:00
Elliot DeNolf
978e19c817
test: fix custom-graphql beforeAll
2024-03-15 12:19:00 -04:00
Alessio Gravili
6789e61488
chore: run lint & prettier on everything
2024-03-14 23:53:47 -04:00
Alessio Gravili
eb5899c94b
chore: upgrade all eslint packages, fix incorrect override for test/eslintrc
2024-03-14 22:40:08 -04:00
Alessio Gravili
580520f100
chore: add back relaxed eslint rules for tests
2024-03-14 21:22:30 -04:00
Jacob Fletcher
f85e96acac
fix(ui): executes filterOptions on the server ( #5335 )
2024-03-14 16:53:24 -04:00
Paul Popus
2dc98f682f
fix: issue with community post type
2024-03-14 17:01:33 -03:00
Paul Popus
d4f3309ffd
fix: rowLabel for array field and collapsible field to support client side components
2024-03-14 16:59:33 -03:00
Dan Ribbens
d193c677c7
chore: attach mongoMemoryServer to db and destroy in tests ( #5326 )
...
* chore: attach mongoMemoryServer to db and destroy in tests
* bump mongodb-memory-server to 9.x
---------
Co-authored-by: Paul Popus <paul@nouance.io >
2024-03-14 15:41:20 -04:00
Elliot DeNolf
e8b47eef2f
chore(plugin-sentry): migrate esm, remove webpack
2024-03-14 12:15:58 -04:00
Paul Popus
415ba26efe
fix: openNav selector in test helpers
2024-03-14 13:11:52 -03:00
Elliot DeNolf
777e2744c4
test(plugin-seo): proper import and lint
2024-03-14 11:54:54 -04:00
Elliot DeNolf
53a09f4989
chore(create-payload-app): migrate to esm, adjust init-next tests
2024-03-14 11:12:28 -04:00
Alessio Gravili
e3e0f056a9
chore: auth test suite lint & prettier
2024-03-14 10:48:48 -04:00
James
be88d278c6
chore: builds
2024-03-13 22:22:15 -04:00
Paul Popus
eee44a9919
fix: helper.ts issues with changing locales in tests
2024-03-13 18:17:00 -03:00
Jacob Fletcher
4f730410bc
fix(next): custom root views ( #5321 )
2024-03-13 17:15:38 -04:00
Paul Popus
171144be80
fix: tests running with local API imported from the payload package instead of the HMR from the next package
2024-03-13 18:01:11 -03:00
Alessio Gravili
45110f60c3
chore: ignore flaky "Failed to fetch RSC payload for" browser console error in playwright
2024-03-13 15:36:47 -04:00
Elliot DeNolf
b968d8594c
ci: proper mongodb memory server configuration ( #5318 )
...
* ci: mongo memory server instance
* test: use proper mongo memory opts
* chore: rollback mongodb-memory-server dep
* chore: more mongodb-memory-server
2024-03-13 14:44:12 -04:00
Jarrod Flesch
d7ebb871bb
feat: adds routerCache provider
2024-03-13 14:33:03 -04:00
Alessio Gravili
f0a2edf7cf
chore: fix dev script
2024-03-13 13:07:55 -04:00
Jarrod Flesch
881fcd4e9b
chore: alter @payload-config tsconfig for e2e tests
2024-03-13 13:01:28 -04:00
Alessio Gravili
8954af5c53
chore: automatically adjust tsconfig @payload-config path when running e2e tests
2024-03-13 12:32:06 -04:00
Dan Ribbens
09484667f0
chore: relationships int test race condition
2024-03-12 16:30:06 -04:00
Dan Ribbens
04fcf57d0a
Fix/alpha/int tests ( #5311 )
...
* chore: converts dynamic imports to esm require
* chore: adjusts require and import usage
* chore: reverts bin script change
* chore: adjust dataloaded tests to use slate editor
* fix: converts custom auth strategy
* chore: fixes to form builder int test config
* chore: adjusts plugin-stripe and int tests
---------
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2024-03-12 16:27:43 -04:00
Alessio Gravili
a89180ea06
chore: make sure deprecation warnings do not happen in jest
2024-03-12 12:54:04 -04:00
James
a86c1b7cd3
chore: error in _community e2e
2024-03-12 10:02:45 -04:00
James
dd6d08d61d
Merge branch 'alpha' of github.com:payloadcms/payload into alpha
2024-03-12 10:02:08 -04:00
James
0fc120d7d5
chore: _community e2e
2024-03-12 10:01:51 -04:00
Paul Popus
6e03558dcb
chore: eslint the _community code
2024-03-12 10:52:41 -03:00
Alessio Gravili
da1326a336
chore: eslint perf improvements for test suite, make use of cascading for all eslint configs to minimize duplicative rule
2024-03-12 09:15:38 -04:00
Alessio Gravili
626b6500de
chore: remove deprecation warnings for int & e2e tests
2024-03-11 17:03:50 -04:00
Jacob Fletcher
dbbbb6b921
fix(ui): document drawer permissions ( #5296 )
2024-03-11 17:03:13 -04:00