Back to Omi

tab-navigation

app/e2e/viewer/tab-navigation.html

3.0.0-Android-App988 B
Original Source

tab-navigation

app/e2e/flows/tab-navigation.yaml — Bottom nav bar detection, 4-tab switching, scroll

ALL PASS6 STEPS17.6s

0:00 / 0:18Pixel emulator • 1080×2400

1

Verify home tab and nav bar

assert: interactive ≥ 20, nav_tabs ≥ 4

0:01.022 elements, 4 nav tabs

2

Switch to tab 2 — Action Items

press: { bottom_nav_tab: 1 }

0:03.8"No Tasks Yet" page

3

Switch to tab 3 — Memories

press: { bottom_nav_tab: 2 }

0:06.7Search bar, graph, management buttons

4

Scroll in current tab

scroll: down

0:09.3Scrolled

5

Switch to tab 4 — Apps

press: { bottom_nav_tab: 3 }

0:12.0Featured apps, 1500+ catalog

6

Return to home tab

press: { bottom_nav_tab: 0 } — assert: interactive ≥ 20

0:15.0Home page, Daily Score, 22 elements

tab-navigation.yaml

E2E Flow: Bottom tab navigationname: tab-navigationdescription: Bottom nav bar detection, switch between 4 tabs, scrollcovers: - app/lib/pages/home/page.dartprerequisites: - auth_readysetup: normal