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

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

@@ -128,7 +128,7 @@ describe('screen style', () => {
128 128
     await expect(elementById(testIDs.TOP_BAR_ELEMENT)).toBeVisible();
129 129
   });
130 130
 
131
-  it(':android: set title component', async () => {
131
+  it('set title component', async () => {
132 132
     await elementById(testIDs.PUSH_OPTIONS_BUTTON).tap();
133 133
     await elementById(testIDs.SHOW_TOPBAR_REACT_VIEW).tap();
134 134
     await expect(elementByLabel('Press Me')).toBeVisible();