|
@@ -34,7 +34,7 @@ describe('screen style', () => {
|
34
|
34
|
await expect(elementById(testIDs.TOP_BAR_ELEMENT)).toBeVisible();
|
35
|
35
|
});
|
36
|
36
|
|
37
|
|
- it('hides topBar onScroll down and shows it on scroll up', async () => {
|
|
37
|
+ xit('hides topBar onScroll down and shows it on scroll up', async () => {
|
38
|
38
|
await elementById(testIDs.PUSH_OPTIONS_BUTTON).tap();
|
39
|
39
|
await elementById(testIDs.SCROLLVIEW_SCREEN_BUTTON).tap();
|
40
|
40
|
await elementById(testIDs.TOGGLE_TOP_BAR_HIDE_ON_SCROLL).tap();
|