Daniel Zlotin il y a 7 ans
Parent
révision
3e800889b6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      e2e/app.test.js

+ 1
- 1
e2e/app.test.js Voir le fichier

@@ -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();