You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Close#1040
## Changes
- [e2e] Update tests for `View Institution Profile` that were missed as
part of #1013
- [fix] [View Institution Profile] Display alert when
`sbl_institution_types` is `null` or `[]`
- Updated `.nvmrc` to use `v22`
- Updated `package.json -> engines` to use Node v22
- Update Github actions to use Node v22
- Updated Dockerfile to use new `node-js-alpine:3.20` base image
## How to test this PR
1. Pull branch
2. `nvm use`
3. `yarn start` to easily launch all backend services
4. `yarn docker-build-and-run` to run the container version of the
Frontend
5. Update your `.env` file to run tests against the container version
```
SBL_PLAYWRIGHT_TEST_TARGET="http://localhost:8085"
```
6. `yarn playwright test --workers 4`
7. Verify all tests pass
---------
Co-authored-by: tanner-ricks <[email protected]>
Institution profile: http://localhost:8899/institution/123456789TESTBANK123
The text was updated successfully, but these errors were encountered: