|
@@ -67,7 +67,7 @@ describe('screen style', () => {
|
67
|
67
|
await expect(elementById(testIDs.BOTTOM_TABS_ELEMENT)).toBeVisible();
|
68
|
68
|
});
|
69
|
69
|
|
70
|
|
- it(':ios: side menu visibility - left', async () => {
|
|
70
|
+ it('side menu visibility - left', async () => {
|
71
|
71
|
await elementById(testIDs.TAB_BASED_APP_SIDE_BUTTON).tap();
|
72
|
72
|
await elementById(testIDs.SHOW_LEFT_SIDE_MENU_BUTTON).tap();
|
73
|
73
|
await expect(elementById(testIDs.HIDE_LEFT_SIDE_MENU_BUTTON)).toBeVisible();
|
|
@@ -75,7 +75,7 @@ describe('screen style', () => {
|
75
|
75
|
await expect(elementById(testIDs.CENTERED_TEXT_HEADER)).toBeVisible();
|
76
|
76
|
});
|
77
|
77
|
|
78
|
|
- it(':ios: side menu visibility - right', async () => {
|
|
78
|
+ it('side menu visibility - right', async () => {
|
79
|
79
|
await elementById(testIDs.TAB_BASED_APP_SIDE_BUTTON).tap();
|
80
|
80
|
await elementById(testIDs.SHOW_RIGHT_SIDE_MENU_BUTTON).tap();
|
81
|
81
|
await expect(elementById(testIDs.HIDE_RIGHT_SIDE_MENU_BUTTON)).toBeVisible();
|