Sfoglia il codice sorgente

explicit tests for ios

yogevbd 6 anni fa
parent
commit
150f30693f
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      e2e/StaticLifecycleEvents.test.js

+ 2
- 2
e2e/StaticLifecycleEvents.test.js Vedi File

@@ -16,7 +16,7 @@ describe('static lifecycle events', () => {
16 16
     await expect(elementByLabel('componentDidDisappear | navigation.playground.WelcomeScreen')).toBeVisible();
17 17
   });
18 18
 
19
-  it('pushing and poping screen dispatch static event', async () => {
19
+  it(':ios: pushing and popping screen dispatch static event', async () => {
20 20
     await elementById(testIDs.PUSH_STATIC_LIFECYCLE_BUTTON).tap();
21 21
     await expect(elementByLabel('Static Lifecycle Events Overlay')).toBeVisible();
22 22
     await expect(elementByLabel('componentDidAppear | navigation.playground.StaticLifecycleOverlay')).toBeVisible();
@@ -26,7 +26,7 @@ describe('static lifecycle events', () => {
26 26
     await expect(elementByLabel('pop')).toBeVisible();
27 27
   });
28 28
 
29
-  it('showModal and dismissModal dispatch static event', async () => {
29
+  it(':ios: showModal and dismissModal dispatch static event', async () => {
30 30
     await elementById(testIDs.PUSH_STATIC_LIFECYCLE_BUTTON).tap();
31 31
     await expect(elementByLabel('Static Lifecycle Events Overlay')).toBeVisible();
32 32
     await expect(elementByLabel('componentDidAppear | navigation.playground.StaticLifecycleOverlay')).toBeVisible();