Ran Greenberg 8 年前
父节点
当前提交
3fba336381
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      playground/e2e/app.test.js

+ 1
- 1
playground/e2e/app.test.js 查看文件

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', () => {