I am trying to match value that is inside a bundle of bundle (see image).
I need to verify that that uriString="file:///storage/emulated...." is set.
But so far with my code, I can verify upto value[1]="Benefits Card provied by" only.
intended(IntentMatchers.hasExtras(BundleMatchers.hasValue(hasExtras(BundleMatchers.hasValue("test - Prescription Card")))));