diff --git a/playground/e2e/BottomTabs.test.js b/playground/e2e/BottomTabs.test.js index e5ecea4cbc..9e3a11104a 100644 --- a/playground/e2e/BottomTabs.test.js +++ b/playground/e2e/BottomTabs.test.js @@ -179,7 +179,7 @@ describe('BottomTabs', () => { ).toBeVisible(); }); - describe(':ios: BottomTab Role', () => { + describe.e2e(':ios: BottomTab Role', () => { beforeEach(async () => { await device.launchApp({ newInstance: true }); await elementById(TestIDs.BOTTOM_TABS_ROLE_BTN).tap();