Skip to content

Commit 5258131

Browse files
authored
Merge branch 'master' into bugfix/Root-component-Appear-not-working-in-first-time-after-launch
2 parents 83c4714 + 9f46730 commit 5258131

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playground/e2e/BottomTabs.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ describe('BottomTabs', () => {
179179
).toBeVisible();
180180
});
181181

182-
describe(':ios: BottomTab Role', () => {
182+
describe.e2e(':ios: BottomTab Role', () => {
183183
beforeEach(async () => {
184184
await device.launchApp({ newInstance: true });
185185
await elementById(TestIDs.BOTTOM_TABS_ROLE_BTN).tap();

0 commit comments

Comments
 (0)