Sfoglia il codice sorgente

Skip broken e2e on iOS

Guy Carmeli 6 anni fa
parent
commit
de6a8b2086
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      e2e/ScreenStyle.test.js

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

@@ -128,7 +128,7 @@ describe('screen style', () => {
128 128
     await expect(elementById(testIDs.TOP_BAR_ELEMENT)).toBeVisible();
129 129
   });
130 130
 
131
-  it('set title component', async () => {
131
+  it(':android: 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();