Skip to content

Commit 952aae8

Browse files
committed
update
1 parent 614d79b commit 952aae8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

playground/e2e/Options.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,12 @@ describe('Options', () => {
5656
});
5757

5858
it(':android: TopBar custom title with subtitle should be visible', async () => {
59-
await elementById(TestIDs.SET_REACT_TITLE_VIEW).tap();
6059
await elementById(TestIDs.GOTO_TOPBAR_TITLE_TEST).tap();
6160
await expect(elementById(TestIDs.TOPBAR_TITLE_TEXT)).toBeVisible();
6261
await expect(elementById(TestIDs.TOPBAR_TITLE_AVATAR)).toBeVisible();
6362
});
6463

6564
it(':android: TopBar custom title without subtitle should be visible', async () => {
66-
await elementById(TestIDs.SET_REACT_TITLE_VIEW).tap();
6765
await elementById(TestIDs.GOTO_TOPBAR_TITLE_TEST).tap();
6866
await elementById(TestIDs.SET_TOPBAR_WITHOUT_SUBTITLE_BTN).tap();
6967
await expect(elementById(TestIDs.TOPBAR_TITLE_TEXT)).toBeVisible();

playground/src/screens/OptionsScreen.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export default class Options extends NavigationComponent<Props> {
7979
<Button
8080
label="TopBar Title Test"
8181
testID={GOTO_TOPBAR_TITLE_TEST}
82-
platform={'android'}
8382
onPress={this.gotoTopBarTitleTest}
8483
/>
8584
<Button

0 commit comments

Comments
 (0)