Guy Carmeli 6 years ago
parent
commit
87b467db4e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      e2e/ScreenStyle.test.js

+ 1
- 1
e2e/ScreenStyle.test.js View File

184
     await expect(elementById(testIDs.TOP_BAR_BUTTON)).toBeVisible();
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
     await elementById(testIDs.PUSH_OPTIONS_BUTTON).tap();
188
     await elementById(testIDs.PUSH_OPTIONS_BUTTON).tap();
189
     await elementById(testIDs.SHOW_YELLOW_BOX).tap();
189
     await elementById(testIDs.SHOW_YELLOW_BOX).tap();
190
     Android.pressBack();
190
     Android.pressBack();