Daniel Zlotin 7 years ago
parent
commit
3e800889b6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      e2e/app.test.js

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

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