Skip to content

Commit fb7ce5a

Browse files
committed
Update README.md
Corrected broken link for UIAutomator sample: previously [BasicSample](https://github.com/googlesamples/android-testing/tree/master/uiautomator/BasicSample)
1 parent 00dbef9 commit fb7ce5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

AndroidTestingBlueprint/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ Espresso-web allows you to seamlessly test WebViews on Android. It uses the popu
9292
### UIAutomator
9393
UI Automator testing framework provides a set of APIs to build UI tests that perform interactions on user apps and system apps. The UI Automator APIs allow you to perform operations such as opening the Settings menu or the app launcher in a test device. The UI Automator testing framework is well-suited for writing black box-style automated tests, where the test code does not rely on internal implementation details of the target app.
9494

95-
To learn more about UIAutomator refer to the [BasicSample](https://github.com/googlesamples/android-testing/tree/master/uiautomator/BasicSample)
96-
95+
To learn more about UIAutomator refer to the [BasicSample](https://github.com/googlesamples/android-testing/tree/master/ui/uiautomator/BasicSample)
9796
## Modules
9897

9998
### Android Test-Only Module

0 commit comments

Comments
 (0)