Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Nov 21, 2023
1 parent 94f833f commit 1843bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test-storybook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ async function getIndexJson(url: string) {
async function getIndexTempDir(url: string) {
let tmpDir: string;
try {
const indexJson = await getIndexJson('url');
const indexJson = await getIndexJson(url);
const titleIdToTest = transformPlaywrightJson(indexJson);

tmpDir = tempy.directory();
Expand Down

0 comments on commit 1843bee

Please sign in to comment.