Daniel Zlotin пре 7 година
родитељ
комит
9b8a2dd010
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      e2e/app.test.js

+ 1
- 1
e2e/app.test.js Прегледај датотеку

@@ -191,7 +191,7 @@ describe('screen style - static', () => {
191 191
     await device.relaunchApp();
192 192
   });
193 193
 
194
-  it('declare a navigationStyle on container component', async () => {
194
+  it.only('declare a navigationStyle on container component', async () => {
195 195
     await elementByLabel('Push').tap();
196 196
     await expect(element(by.label('Static Title').and(by.type('UILabel')))).toBeVisible();
197 197
   });