From 76632d0d9f7eea3fb0bb22dcb66f8cabd19063ae Mon Sep 17 00:00:00 2001 From: Rachel McR Date: Tue, 1 Sep 2020 11:36:48 +0100 Subject: [PATCH] Remove references to WordPressMocks repo --- .../androidTest/java/org/wordpress/android/e2e/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/WordPress/src/androidTest/java/org/wordpress/android/e2e/README.md b/WordPress/src/androidTest/java/org/wordpress/android/e2e/README.md index ea14feb7e804..c9029ae21891 100644 --- a/WordPress/src/androidTest/java/org/wordpress/android/e2e/README.md +++ b/WordPress/src/androidTest/java/org/wordpress/android/e2e/README.md @@ -1,8 +1,7 @@ ## UI tests Overview WordPress for Android has UI acceptance tests for critical user flows through the app, such as login, -signup, and publishing. The tests use mocked network requests with [WireMock](http://wiremock.org/), -defined in [WordPressMocks](https://github.com/wordpress-mobile/WordPressMocks). +signup, and publishing. The tests use mocked network requests with [WireMock](http://wiremock.org/). ## Running the tests @@ -40,6 +39,5 @@ When you add a test (or when the app changes), the request definitions for WireM If you are unsure what network requests need to be mocked for a test, an easy way to find out is to run the app through [Charles Proxy](https://www.charlesproxy.com/) and observe the required requests. -`WordPressMocks` is included as a library in `WordPress-Android` and are located in `libs/mocks/WordPressMocks/`, you can update -your local mock files and make changes here. Additionally a pull request updating the mocks -here should have an accompanying pull request to the `WordPressMocks` repo so that the mocks can be shared across the platforms. +`WordPressMocks` is included as a library in `WordPress-Android` and are located in `libs/mocks/WordPressMocks/`; you can update +your local mock files and make changes here.