Skip to content

feat: unify organization and deployment management settings #13602

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 17 commits into from
Jul 1, 2024
Prev Previous commit
typo
  • Loading branch information
aslilac committed Jul 1, 2024
commit 04d9cc8c6d32bcc48455be68233061236d22fcc1
2 changes: 1 addition & 1 deletion site/e2e/tests/organizations.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test.beforeEach(async ({ page }) => {
test("create and delete organization", async ({ page, baseURL }) => {
requiresEnterpriseLicense();

// Create an organzation
// Create an organization
await page.goto(`${baseURL}/organizations/new`, {
waitUntil: "domcontentloaded",
});
Expand Down
Loading