Skip to content

Some copy/paste related fixes: #3679

Some copy/paste related fixes:

Some copy/paste related fixes: #3679

Triggered via push September 10, 2023 09:39
Status Failure
Total duration 10m 5s
Artifacts

build.yml

on: push
Build and deploy to preview channel
2m 26s
Build and deploy to preview channel
Lint source
2m 40s
Lint source
Check dependency versions
34s
Check dependency versions
Build storybook for client
4m 31s
Build storybook for client
Build storybook for ui
2m 10s
Build storybook for ui
Coveralls finish
0s
Coveralls finish
Fit to window
Zoom out
Zoom in

Annotations

13 errors
src/__tests__/dataTriggers.test.ts ► Cloud functions -> Data triggers -> > createAttendanceForBooking > should create attendance entry for booking and not overwrite existing data in slot: packages/client/junit.xml#L0
Failed test found in: packages/client/junit.xml Error: AssertionError: expected { date: '2021-03-01', …(1) } to deeply equal { date: '2021-03-01', …(1) }
src/__tests__/firestoreRules.test.ts ► Firestore rules > Organization rules > should not allow read nor write access to an unauth user: packages/client/junit.xml#L0
Failed test found in: packages/client/junit.xml Error: Error: Expected request to fail, but it succeeded.
src/__tests__/firestoreRules.test.ts ► Firestore rules > Slots rules > should not allow access to unauth user: packages/client/junit.xml#L0
Failed test found in: packages/client/junit.xml Error: Error: Expected request to fail, but it succeeded.
src/__tests__/firestoreRules.test.ts ► Firestore rules > Slots rules > should not allow create/update if slot date not valid: packages/client/junit.xml#L0
Failed test found in: packages/client/junit.xml Error: Error: Expected request to fail, but it succeeded.
src/__tests__/firestoreRules.test.ts ► Firestore rules > Slots rules > should not allow create/update if slot type not valid: packages/client/junit.xml#L0
Failed test found in: packages/client/junit.xml Error: Error: Expected request to fail, but it succeeded.
src/__tests__/firestoreRules.test.ts ► Firestore rules > Slots rules > should not allow create/update if slot category not valid: packages/client/junit.xml#L0
Failed test found in: packages/client/junit.xml Error: Error: Expected request to fail, but it succeeded.
src/__tests__/firestoreRules.test.ts ► Firestore rules > SlotsByDay rules > should not allow write access (the collection is updated by cloud functions): packages/client/junit.xml#L0
Failed test found in: packages/client/junit.xml Error: Error: Expected request to fail, but it succeeded.
src/__tests__/firestoreRules.test.ts ► Firestore rules > Bookings rules > should not allow update access to non-admins: packages/client/junit.xml#L0
Failed test found in: packages/client/junit.xml Error: Error: Expected request to fail, but it succeeded.
Run tests
Process completed with exit code 1.
Run tests
Failed test were found and 'fail-on-error' option is set to true