Shalom Yerushalmy 7 lat temu
rodzic
commit
759d695adc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      e2e/ScreenStack.test.js

+ 1
- 1
e2e/ScreenStack.test.js Wyświetl plik

16
     await expect(elementById(testIDs.WELCOME_SCREEN_HEADER)).toBeVisible();
16
     await expect(elementById(testIDs.WELCOME_SCREEN_HEADER)).toBeVisible();
17
   });
17
   });
18
 
18
 
19
-  it('push and pop screen with out animation', async () => {
19
+  it(':android: push and pop screen with out animation', async () => {
20
     await elementById(testIDs.PUSH_OPTIONS_BUTTON).tap();
20
     await elementById(testIDs.PUSH_OPTIONS_BUTTON).tap();
21
     await expect(elementById(testIDs.OPTIONS_SCREEN_HEADER)).toBeVisible();
21
     await expect(elementById(testIDs.OPTIONS_SCREEN_HEADER)).toBeVisible();
22
     Android.pressBack();
22
     Android.pressBack();