|
@@ -184,7 +184,7 @@ describe('screen style', () => {
|
184
|
184
|
await expect(elementById(testIDs.TOP_BAR_BUTTON)).toBeVisible();
|
185
|
185
|
});
|
186
|
186
|
|
187
|
|
- test('Popping screen with yellow box in button, title and background components should not crash', async () => {
|
|
187
|
+ test(':android: Popping screen with yellow box in button, title and background components should not crash', async () => {
|
188
|
188
|
await elementById(testIDs.PUSH_OPTIONS_BUTTON).tap();
|
189
|
189
|
await elementById(testIDs.SHOW_YELLOW_BOX).tap();
|
190
|
190
|
Android.pressBack();
|