Skip to content

Commit 9f46730

Browse files
authored
fixing test that was triggered on android (#8294)
1 parent f834ec6 commit 9f46730

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)