Guy Carmeli 6 年前
父节点
当前提交
87b467db4e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      e2e/ScreenStyle.test.js

+ 1
- 1
e2e/ScreenStyle.test.js 查看文件

@@ -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();