yogevbd 6 years ago
parent
commit
8e469c8a26
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      e2e/ScreenStyle.test.js

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

64
     await expect(element(by.text('TeSt'))).toBeVisible();
64
     await expect(element(by.text('TeSt'))).toBeVisible();
65
   });
65
   });
66
 
66
 
67
-  test('set Tab Bar badge null on a current Tab should reset badge', async () => {
67
+  test(':ios: set Tab Bar badge null on a current Tab should reset badge', async () => {
68
     await elementById(testIDs.TAB_BASED_APP_BUTTON).tap();
68
     await elementById(testIDs.TAB_BASED_APP_BUTTON).tap();
69
     await elementById(testIDs.SET_TAB_BADGE_BUTTON).tap();
69
     await elementById(testIDs.SET_TAB_BADGE_BUTTON).tap();
70
     await expect(element(by.text('TeSt'))).toBeVisible();
70
     await expect(element(by.text('TeSt'))).toBeVisible();