Skip to content

Commit edbe16e

Browse files
committed
bring back missing setup code to Test528
1 parent baedab6 commit edbe16e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

FabricExample/e2e/issuesTests/Test528.e2e.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ describeIfiOS('Test528', () => {
77
await device.reloadReactNative();
88
});
99

10+
it('Test528 should exist', async () => {
11+
await waitFor(element(by.id('root-screen-tests-Test528')))
12+
.toBeVisible()
13+
.whileElement(by.id('root-screen-examples-scrollview'))
14+
.scroll(600, 'down', NaN, 0.85);
15+
16+
await expect(element(by.id('root-screen-tests-Test528'))).toBeVisible();
17+
await element(by.id('root-screen-tests-Test528')).tap();
18+
});
19+
1020
it('headerRight button should be visible after orientation change', async () => {
1121
await expect(element(by.text('Custom Button'))).toBeVisible(100);
1222
await device.setOrientation('landscape');

0 commit comments

Comments
 (0)