Integrated testing with patient registration. [Test Mode - USBSerial]
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user