Skip to content

Commit 0082bca

Browse files
committed
Merge pull request #2 from mauricegavin/master
Update to URL path in Readme for UiAutomator example
2 parents 00dbef9 + 0f5cb53 commit 0082bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidTestingBlueprint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +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)
95+
To learn more about UIAutomator refer to the [BasicSample](https://github.com/googlesamples/android-testing/tree/master/ui/uiautomator/BasicSample)
9696

9797
## Modules
9898

0 commit comments

Comments
 (0)