chore: [IOCOM-1358] FIMS flow IAB saga
Short description
Addition of the required saga for LolliPoP auth and IAB url gathering for FIMS
List of changes proposed in this pull request
- small mock update
- addition of handleFimsGetRedirectUrlAndOpenIAB saga
- addition of its required utility functions
- tests to come
How to test
- check out this dev-server branch
- in the dev-server's config.ts file, set
withCTAtotrue - start a FIMS flow from the messages_home route
- make sure it all goes swimmingly and at the end of the flow the app navigates back and opens the IAB
Affected stories
- ⚙️ IOCOM-1358: [APP] seconda parte Saga + Autenticazione Lollipop in flusso FIMS
subtask of
- 🌟 IOCOM-1336: Come RP voglio poter verificare che l’accesso ai miei servizi web è originato a partire dal dispositivo del cittadino
Generated by :no_entry_sign: dangerJS against 6050f24541da29f4cdcd8966981f5f728a27f7af
Codecov Report
Attention: Patch coverage is 7.54717% with 98 lines in your changes are missing coverage. Please review.
Project coverage is 49.49%. Comparing base (
4f204b4) to head (6050f24). Report is 101 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #5782 +/- ##
==========================================
+ Coverage 48.42% 49.49% +1.06%
==========================================
Files 1488 1624 +136
Lines 31617 32348 +731
Branches 7669 7765 +96
==========================================
+ Hits 15311 16010 +699
- Misses 16238 16284 +46
+ Partials 68 54 -14
| Files | Coverage Δ | |
|---|---|---|
| ts/features/fims/store/actions/index.ts | 100.00% <ø> (ø) |
|
| ts/features/fims/store/reducers/index.ts | 39.13% <14.28%> (ø) |
|
| ts/features/fims/screens/FimsFlowHandlerScreen.tsx | 9.09% <11.11%> (ø) |
|
| ts/features/fims/saga/index.tsx | 5.94% <6.66%> (ø) |
... and 546 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update b8b56cc...6050f24. Read the comment docs.