|
|
|
|
128
|
await expect(elementById(testIDs.TOP_BAR_ELEMENT)).toBeVisible();
|
128
|
await expect(elementById(testIDs.TOP_BAR_ELEMENT)).toBeVisible();
|
129
|
});
|
129
|
});
|
130
|
|
130
|
|
131
|
- it('set title component', async () => {
|
|
|
|
|
131
|
+ it(':android: set title component', async () => {
|
132
|
await elementById(testIDs.PUSH_OPTIONS_BUTTON).tap();
|
132
|
await elementById(testIDs.PUSH_OPTIONS_BUTTON).tap();
|
133
|
await elementById(testIDs.SHOW_TOPBAR_REACT_VIEW).tap();
|
133
|
await elementById(testIDs.SHOW_TOPBAR_REACT_VIEW).tap();
|
134
|
await expect(elementByLabel('Press Me')).toBeVisible();
|
134
|
await expect(elementByLabel('Press Me')).toBeVisible();
|