Skip to content

Commit

Permalink
rename e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Dec 18, 2024
1 parent 2a69d26 commit 2b2b54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/e2e-tests/addon-onboarding.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test.describe('addon-onboarding', () => {
!supportsOnboarding,
`Skipping ${templateName}, which does not have addon-onboarding set up.`
);
test('should load the onboarding screen', async ({ page }) => {
test('the onboarding flow', async ({ page }) => {
await page.goto(`${storybookUrl}/?path=/onboarding`);
const sbPage = new SbPage(page, expect);
await sbPage.waitUntilLoaded();
Expand Down

0 comments on commit 2b2b54d

Please sign in to comment.