Skip to main content

Skip

EPIC: auth
Authentication
STORY: intro
As a first-time visitor I can swipe through the 3-beat intro carousel and skip or get started to reach Welcome.
AC: skip
Tapping Skip on slide 1 navigates to Welcome and marks intro as seen.

slide 1 — evening battle glow word visible

Expect:
  • IntroPage is rendered
  • the slide-1 glow word "evening battle" is visible
  • Skip button is present

tap Skip → lands on WelcomePage + prefs marked seen

User Actions:
  • Tapped: widget with key [<'IntroPage.skip'>]
Expect:
  • router.replace(WelcomeRoute) lands on WelcomePage
  • setSeenIntro(true) was called before navigation
Events:
  • [ANALYTIC] [page]: WelcomeRoute