Integrated testing with patient registration. [Test Mode - USBSerial]

This commit is contained in:
vsuryakumar
2023-06-03 19:10:48 +05:30
parent 0e5046d521
commit a1f41db68b
48 changed files with 1323 additions and 666 deletions

View File

@@ -21,13 +21,13 @@
<fragment
android:id="@+id/nav_profile"
android:name="com.example.hpos.presentation.dashboard.GalleryFragment"
android:label="@string/menu_gallery"
android:label="@string/profile"
tools:layout="@layout/fragment_gallery" />
<fragment
android:id="@+id/nav_settings"
android:name="com.example.hpos.presentation.dashboard.SlideshowFragment"
android:label="@string/menu_slideshow"
android:label="@string/action_settings"
tools:layout="@layout/fragment_slideshow" />
<fragment
android:id="@+id/registerOneScanAbhaFragment"
@@ -53,8 +53,8 @@
android:name="com.example.hpos.presentation.dashboard.register.RegisterThreeEnterPatientDetails"
android:label="Registration (3/3)" >
<action
android:id="@+id/action_registerThreeEnterPatientDetails_to_mainActivity"
app:destination="@id/mainActivity" />
android:id="@+id/action_registerThreeEnterPatientDetails_to_nav_home"
app:destination="@id/nav_home" />
</fragment>
<fragment
android:id="@+id/registerOneCreateAbha"