Fix shared backend tests that don't work with NEXT_PUBLIC_ENABLE_SUOMIFI=1#3782
Fix shared backend tests that don't work with NEXT_PUBLIC_ENABLE_SUOMIFI=1#3782karisal-anders merged 1 commit intomainfrom
Conversation
Still one test remains that does not work if NEXT_PUBLIC_ENABLE_SUOMIFI=1 when bringing up the backend. Add FIXME to that test case. You can try running the shared backend tests before this commit to see that they do not all pass if you have NEXT_PUBLIC_ENABLE_SUOMIFI=1, e.g. using Kesäseteli's backend (You can use Benefit's too if you like): ``` docker exec -it kesaseteli-backend bash pytest . -vv --pyargs shared --ignore-glob="**" ```
|
|
|
|
|
|
|
|
|
YJDH-KESASETELI-API branch is deployed to platta: https://yjdh-kesaseteli-pr3782.api.dev.hel.ninja 🚀🚀🚀 |
|
YOUTH branch is deployed to platta: https://nuortenkesaseteli-pr3782.dev.hel.ninja 🚀🚀🚀 |
|
HANDLER branch is deployed to platta: https://kesaseteli-handler-ui-pr3782.dev.hel.ninja 🚀🚀🚀 |
|
EMPLOYER branch is deployed to platta: https://kesaseteli-pr3782.dev.hel.ninja 🚀🚀🚀 |
TestCafe result is success for https://kesaseteli-handler-ui-pr3782.dev.hel.ninja 😆🎉🎉🎉 |
TestCafe result is success for https://nuortenkesaseteli-pr3782.dev.hel.ninja 😆🎉🎉🎉 |
TestCafe result is success for https://kesaseteli-pr3782.dev.hel.ninja 😆🎉🎉🎉 |
|
The problems with Helsinkilisa-review have no discernible way to be caused by this PR's changes, as these changes are only to shared backend test files and only adding env variable overrides to |
|
@voneiden FYI there are problems with installing dependencies with Benefit (see also previous comment), see the details of failures in this PR |



Description ✨
Fix shared backend tests that don't work with NEXT_PUBLIC_ENABLE_SUOMIFI=1
Still one test remains that does not work if
NEXT_PUBLIC_ENABLE_SUOMIFI=1 when bringing up the backend.
Add FIXME to that test case.
You can try running the shared backend tests before this
commit to see that they do not all pass if you have
NEXT_PUBLIC_ENABLE_SUOMIFI=1, e.g. using Kesäseteli's
backend (You can use Benefit's too if you like):