Bump the client-development-dependencies group across 1 directory with 8 updates #351
Annotations
10 errors and 3 warnings
src/components/__tests__/RsvpModal.spec.ts > rsvp submit > calls api with the correct data:
client/src/components/__tests__/RsvpModal.spec.ts#L89
AssertionError: expected 'http://localhost:3000/api/weeks/2020-…' to deeply equal '/api/weeks/2020-01-01/rsvp'
Expected: "/api/weeks/2020-01-01/rsvp"
Received: "http://localhost:3000/api/weeks/2020-01-01/rsvp"
❯ src/components/__tests__/RsvpModal.spec.ts:89:25
|
src/components/__tests__/RsvpModal.spec.ts > rsvp submit > closes the modal:
client/src/components/__tests__/RsvpModal.spec.ts#L98
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ src/components/__tests__/RsvpModal.spec.ts:98:28
|
src/components/__tests__/RsvpModal.spec.ts > rsvp submit > saves email and name to local storage:
client/src/components/__tests__/RsvpModal.spec.ts#L106
AssertionError: expected null to deeply equal '[email protected]'
- Expected:
"[email protected]"
+ Received:
null
❯ src/components/__tests__/RsvpModal.spec.ts:106:48
|
src/pages/__tests__/AdminPage.spec.ts > authentication problems > 401 > does not shows admin content:
client/src/pages/__tests__/AdminPage.spec.ts#L39
AssertionError: expected 'Admin Password Unlocking' to contain 'Something went wrong authenticating y…'
Expected: "Something went wrong authenticating you"
Received: "Admin Password Unlocking"
❯ src/pages/__tests__/AdminPage.spec.ts:39:30
|
src/pages/__tests__/AdminPage.spec.ts > authentication problems > 403 > does not shows admin content:
client/src/pages/__tests__/AdminPage.spec.ts#L57
AssertionError: expected 'Admin Password Unlocking' to contain 'Password incorrect'
Expected: "Password incorrect"
Received: "Admin Password Unlocking"
❯ src/pages/__tests__/AdminPage.spec.ts:57:30
|
src/pages/__tests__/AdminPage.spec.ts > correct password - logged in > shows admin content:
client/src/pages/__tests__/AdminPage.spec.ts#L77
AssertionError: expected 'Admin Password Unlocking' to contain 'Sync Weeks'
Expected: "Sync Weeks"
Received: "Admin Password Unlocking"
❯ src/pages/__tests__/AdminPage.spec.ts:77:28
|
src/pages/__tests__/AdminPage.spec.ts > correct password - logged in > shows updated weeks metadata:
client/src/pages/__tests__/AdminPage.spec.ts#L81
AssertionError: expected 'Admin Password Unlocking' to contain '15'
Expected: "15"
Received: "Admin Password Unlocking"
❯ src/pages/__tests__/AdminPage.spec.ts:81:28
|
src/components/form/__tests__/MovieSearchInput.spec.ts > user types in search > searches for matching movies:
client/src/components/form/__tests__/MovieSearchInput.spec.ts#L55
AssertionError: expected 'http://localhost:3000/api/movies?sear…' to be '/api/movies?search=The%20Matrix' // Object.is equality
Expected: "/api/movies?search=The%20Matrix"
Received: "http://localhost:3000/api/movies?search=The%20Matrix"
❯ src/components/form/__tests__/MovieSearchInput.spec.ts:55:25
|
src/components/form/__tests__/MovieSearchInput.spec.ts > user types in search > movies returned > displays movie information:
client/src/components/form/__tests__/MovieSearchInput.spec.ts#L111
AssertionError: expected 'Search' to contain 'The Matrix'
Expected: "The Matrix"
Received: "Search"
❯ src/components/form/__tests__/MovieSearchInput.spec.ts:111:30
|
test-client
Process completed with exit code 1.
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-client
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-server
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|