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

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

@@ -50,7 +50,7 @@ describe('screen stack', () => {
50 50
 
51 51
   it('pop screen deep in the stack', async () => {
52 52
     await elementByLabel('Push').tap();
53
-    await expect(elementByLabel('Stack Position: 1')).t\oBeVisible();
53
+    await expect(elementByLabel('Stack Position: 1')).toBeVisible();
54 54
     await elementByLabel('Push').tap();
55 55
     await expect(elementByLabel('Stack Position: 2')).toBeVisible();
56 56
     await elementByLabel('Pop Previous').tap();