Skip to content

Commit

Permalink
Update histoireScreenshots.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hinogi committed Jan 17, 2024
1 parent d00668e commit 96c707b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crawler/histoireScreenshots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const generateShotItemsForStory = (
for (const variant of variants) {
const shotName =
config.shotNameGenerator?.({ ...variant, shotMode: 'histoire' }) ??
variant.title;
${story.id}_${variant.title};
const label = generateLabel({ browser });
const fileNameWithExt = `${shotName}${label}.png`;

Expand Down

0 comments on commit 96c707b

Please sign in to comment.