Daniel Zlotin 6 years ago
parent
commit
087d70aca9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      e2e/Modals.test.js

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

32
     await expect(elementById(testIDs.WELCOME_SCREEN_HEADER)).toBeVisible();
32
     await expect(elementById(testIDs.WELCOME_SCREEN_HEADER)).toBeVisible();
33
   });
33
   });
34
 
34
 
35
-  it('dismiss unknown screen id', async () => {
35
+  xit('dismiss unknown screen id', async () => {
36
     await elementById(testIDs.SHOW_MODAL_BUTTON).tap();
36
     await elementById(testIDs.SHOW_MODAL_BUTTON).tap();
37
     await expect(elementByLabel('Modal Stack Position: 1')).toBeVisible();
37
     await expect(elementByLabel('Modal Stack Position: 1')).toBeVisible();
38
     await elementById(testIDs.DISMISS_UNKNOWN_MODAL_BUTTON).tap();
38
     await elementById(testIDs.DISMISS_UNKNOWN_MODAL_BUTTON).tap();