Ran Greenberg 8 years ago
parent
commit
3fba336381
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      playground/e2e/app.test.js

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

71
     await expect(elementByLabel('Stack Position: 3')).toBeVisible();
71
     await expect(elementByLabel('Stack Position: 3')).toBeVisible();
72
     await elementByLabel('Pop To Stack Position 1').tap();
72
     await elementByLabel('Pop To Stack Position 1').tap();
73
     await expect(elementByLabel('Stack Position: 1')).toBeVisible();
73
     await expect(elementByLabel('Stack Position: 1')).toBeVisible();
74
-  })
74
+  });
75
 });
75
 });
76
 
76
 
77
 describe('modal', () => {
77
 describe('modal', () => {