Compare commits

...

2 Commits

Author SHA1 Message Date
Dan Ribbens
d028c7816e chore: disable hooks e2e while bug exists 2024-12-14 22:34:29 -05:00
Dan Ribbens
a6c3eb6f09 chore: add hooks and uploadRestricted e2e to ci 2024-12-14 22:22:43 -05:00
3 changed files with 3 additions and 1 deletions

View File

@@ -283,6 +283,7 @@ jobs:
- admin-root
- auth
- auth-basic
# - hooks // TODO: disabled until hook issue can be resolved
- joins
- field-error-states
- fields-relationship
@@ -309,6 +310,7 @@ jobs:
- fields__collections__Text
- fields__collections__UI
- fields__collections__Upload
- fields__collections__UploadRestricted
- live-preview
- localization
- locked-documents

View File

@@ -56,6 +56,7 @@ describe('hooks', () => {
.fill('should replace value with before validate response again')
await saveDocAndAssert(page)
// TODO: this fails and seems to be an actual bug
await expect(page.locator('#field-title')).toHaveValue('reset in beforeValidate')
})
})

View File

@@ -1 +0,0 @@
export default {}