-
- Downloads
refactor e2e of onboarding/setup (#38669)
* refactor: extract language step helper * refactor: convert test and util to typescript * fillUserAndContinue and skipWelcomePage * test events sent via snowplow * adds last step "completed" + add step_number in the assertions * adds comment clarifying why we expect 1 event even though we block snoplow * findByTextEnsureVisible().click() can just be findByText.click() as we can't click invisibile things * remove default parameters to fillUserAndContinue * refactor: use findByRole for "Next" button
Please register or sign in to comment