File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff 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 ( ) ;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments