You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] Orders push notification opens the correct order
48
+
-[ ] Reviews push notification opens the correct review
49
+
7.[Settings]()
50
+
-[ ] Contact support
11
51
12
52
## Running tests
13
53
@@ -35,6 +75,8 @@ It's preferred to focus UI tests on entire user flows, and group tests with rela
35
75
36
76
When you add a new test, you may need to add new screens and methods. We use [screen (page) objects](https://www.martinfowler.com/bliki/PageObject.html) and method chaining for clarity in our tests. Wherever possible, use an existing `accessibilityIdentifier` (or add one to the app) instead of a string to select a UI element on the screen. This ensures tests can be run regardless of the device language.
37
77
78
+
When adding a new test case, please mark the test case as done on the list above. If the test case is not on the list, please add it to the list and mark it as done.
79
+
38
80
## Adding or updating network mocks
39
81
40
82
When you add a test (or when the app changes), the request definitions for WireMock need to be updated. You can read the [WireMock documentation](http://wiremock.org/docs/) for more details.
0 commit comments