We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7dea9 commit 04d9cc8Copy full SHA for 04d9cc8
site/e2e/tests/organizations.spec.ts
@@ -12,7 +12,7 @@ test.beforeEach(async ({ page }) => {
12
test("create and delete organization", async ({ page, baseURL }) => {
13
requiresEnterpriseLicense();
14
15
- // Create an organzation
+ // Create an organization
16
await page.goto(`${baseURL}/organizations/new`, {
17
waitUntil: "domcontentloaded",
18
});
0 commit comments