Skip to content

Commit 96d5cb4

Browse files
AtishayMsftatisjai
andauthored
Fix storybook url (#378)
Co-authored-by: Atishay Jain (from Dev Box) <[email protected]>
1 parent e946935 commit 96d5cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/plotly_examples/tests/FluentUIv9ChartsSnapshotTests.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ for (const theme of themes) {
8585
for (const mode of modes) {
8686
for (const chart of charts) {
8787
async function loadChartPage(page: any, chart: { name: string; path: string }) {
88-
const url = process.env.BASE_URL!;
88+
const url = `${process.env.BASE_URL!}/?path=/docs/`;
8989
await page.goto(url);
9090
await page.getByLabel('Shortcuts').click();
9191
await page.locator('#list-item-T').click();

0 commit comments

Comments
 (0)