Skip to content

Commit 614d79b

Browse files
committed
try somehting new
1 parent 5db1b85 commit 614d79b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

playground/e2e/Options.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)