Skip to content

Commit 8afbfdf

Browse files
authored
Fix storybook link for perf profiler (#7004)
Performance profiler has been failing since last week. Looks like maybe a storybook update changed the kitchen sink url
1 parent 1464fc7 commit 8afbfdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris-react/scripts/profiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const puppeteer = require('puppeteer');
22

33
const iframePath =
4-
'http://localhost:6006/iframe.html?id=playground--kitchen-sink&viewMode=story&globals=profiler:false';
4+
'http://localhost:6006/iframe.html?args=&id=playground--kitchen-sink&viewMode=story&globals=profiler:false';
55

66
(async () => {
77
const browser = await puppeteer.launch();

0 commit comments

Comments
 (0)