-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue 2822: launch dialler with phone number (#2856)
* added LAUNCH_DIALER workflow to which will be triggered by the ON_CLICK trigger attached to the clickable phone number COMPOUND_TEXT * add LAUNCH_DIALER functionality to ConfigExtensions. reset to unedited configurations/app * added tests to check that startactivity is called. check correct prefix for the telephone number. check that the correct action_dial is sent in the intent * add modified fakePatient to dialler test to allow addition of telecom values * fixed Test Bug: interpolatedParams received an empty list. fixed by complete extraction of phone number into computed values. also added action parameters to the action config * test to make sure startActivity is called successfully and no errors are thrown * spotless apply & check * merge main into my branch && change dialer to dialler for consistent spelling && spotless checks * config(test) changes. add phoneNumber parameters and extraction rules to fix failing CI test * add verification that startActivity was called and added assertions to enfocrce Intent.ACTION_DIAL and correct data * CI spotless
- Loading branch information
1 parent
4a55f61
commit 0ec96d7
Showing
4 changed files
with
120 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters