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