Skip to content
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

Upgrade test app to Next 15 #1109

Merged
merged 7 commits into from
Jan 16, 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
Lint
  • Loading branch information
NSeydoux committed Jan 15, 2025
commit 3e5d818e644fa23115d0e501f58c0f77e4a323fd
2 changes: 1 addition & 1 deletion e2e/browser/test/e2e.playwright.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test("creating and removing empty Containers", async ({ page, auth }) => {

// The button is only shown once the app is ready.
await expect(
page.locator("button[data-testid=createContainer]")
page.locator("button[data-testid=createContainer]"),
).toBeVisible();

// A root container should have been found.
Expand Down