Skip to content

chore: upgrade to storybook 9 #18983

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Aug 8, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
oh, so that was always broken actually
  • Loading branch information
aslilac committed Aug 8, 2025
commit a1a9d2e8f7a6942d76b28a5ca8928717a4282b19
2 changes: 1 addition & 1 deletion site/e2e/setup/addUsersAndLicense.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test("setup deployment", async ({ page }) => {
await page.getByLabel(Language.passwordLabel).fill(users.owner.password);
await page.getByTestId("create").click();

await expectUrl(page).toHavePathName("/workspaces");
await expectUrl(page).toHavePathName("/templates");
await page.getByTestId("button-select-template").isVisible();

for (const user of Object.values(users)) {
Expand Down
Loading