Shalom Yerushalmy 6 years ago
parent
commit
1d8a9d80f0
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      e2e/ScreenStack.test.js

+ 0
- 1
e2e/ScreenStack.test.js View File

90
     await elementById(testIDs.POP_BUTTON).tap();
90
     await elementById(testIDs.POP_BUTTON).tap();
91
     await expect(elementByLabel('Stack Position: 2')).toBeVisible();
91
     await expect(elementByLabel('Stack Position: 2')).toBeVisible();
92
   });
92
   });
93
-  
94
 });
93
 });