File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -56,12 +56,14 @@ 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 ( ) ;
5960 await elementById ( TestIDs . GOTO_TOPBAR_TITLE_TEST ) . tap ( ) ;
6061 await expect ( elementById ( TestIDs . TOPBAR_TITLE_TEXT ) ) . toBeVisible ( ) ;
6162 await expect ( elementById ( TestIDs . TOPBAR_TITLE_AVATAR ) ) . toBeVisible ( ) ;
6263 } ) ;
6364
6465 it ( ':android: TopBar custom title without subtitle should be visible' , async ( ) => {
66+ await elementById ( TestIDs . SET_REACT_TITLE_VIEW ) . tap ( ) ;
6567 await elementById ( TestIDs . GOTO_TOPBAR_TITLE_TEST ) . tap ( ) ;
6668 await elementById ( TestIDs . SET_TOPBAR_WITHOUT_SUBTITLE_BTN ) . tap ( ) ;
6769 await expect ( elementById ( TestIDs . TOPBAR_TITLE_TEXT ) ) . toBeVisible ( ) ;
You can’t perform that action at this time.
0 commit comments