Merge branch 'feature/5529_default_unattended' into 'develop'
🎯 Summary
The customised unattended video should become the default unattended video.
🤔 Type
-
✨ New feature -
🐛 Bug fix -
👷 Technical debt -
☢ ️ Breaking change (it breaks backward compatibility) -
📚 Requires a change in the docs
⚗ ️ Solution
Now the commercial demo app uses default unattended video.
🔗 JIRA
🔬 Tests
Configure the project with the correct branch:
- Compile and install the commercial demo app.
- Login with this account:
- User: mobbeel-video-liveness
- Password: mscandemo
- Check that the unattended video flow uses the default views.
- Repeat the same process with the following users:
- User: mobbeel-video
- User: mobbeel-video-otp
🧐 Checklist:
- The code follows the project guidelines.
- The changes have been tested locally.
- The code has internal docs.
- Docs are updated (README, public docs, etc.)
- Some tests have been added to check that the changes work as expected (unit, integration or e2e tests ...)
- Unit tests are running without errors.
- Other dependant changes have already been merged.
- Changelog updated (if it applies)