Daniel Zlotin 8 년 전
부모
커밋
e2d771f6d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      e2e/ScreenStyleStatic.test.js

+ 1
- 1
e2e/ScreenStyleStatic.test.js 파일 보기

8
 
8
 
9
   it('declare a navigationOptions on container component', async () => {
9
   it('declare a navigationOptions on container component', async () => {
10
     await elementByLabel('Push Options Screen').tap();
10
     await elementByLabel('Push Options Screen').tap();
11
-    await expect(elementByLabel('Static Title').and(by.type('UILabel'))).toBeVisible();
11
+    await expect(element(by.label('Static Title').and(by.type('UILabel')))).toBeVisible();
12
   });
12
   });
13
 });
13
 });