Skip to content

Commit

Permalink
Update stories to use E2E-specific wording
Browse files Browse the repository at this point in the history
  • Loading branch information
codykaup committed Oct 17, 2024
1 parent 42d989b commit 41b4056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions node-src/ui/tasks/buildE2E.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ export const Built = () =>
...ctx,
now: 0,
startedAt: -32_100,
buildLogFile: '/users/me/project/build-storybook.log',
buildLogFile: '/users/me/project/build-archive.log',
} as any);

export const Skipped = () =>
skipped({
...ctx,
options: { ...ctx.options, storybookBuildDir: '/users/me/project/storybook-static' },
options: { ...ctx.options, storybookBuildDir: '/users/me/project/archive-static' },
} as any);

export const Failed = () => failed({ ...ctx, buildCommand } as any);
2 changes: 1 addition & 1 deletion node-src/ui/tasks/snapshotE2E.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const DryRun = () => dryRun(ctx);
export const Pending = () =>
pending({ ...ctx, build } as any, {
cursor: 6,
label: 'ComponentName › StoryName',
label: 'Snapshot #1 w1280h720',
});

export const PendingOnlyChanged = () =>
Expand Down

0 comments on commit 41b4056

Please sign in to comment.