Skip to content

Commit ed74562

Browse files
fix: Organization check (#14251)
1 parent 29bca76 commit ed74562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__checks__/organization.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ test.describe("Org", () => {
5656
];
5757
const response = await page.goto(`http://i.cal.com/${users[0].username}+${users[1].username}`);
5858
expect(response?.status()).toBe(200);
59-
expect(await page.locator('[data-testid="event-title"]').textContent()).toBe("Dynamic");
59+
expect(await page.locator('[data-testid="event-title"]').textContent()).toBe("Group Meeting");
6060

6161
expect(await page.locator('[data-testid="event-meta"]').textContent()).toContain(users[0].name);
6262
expect(await page.locator('[data-testid="event-meta"]').textContent()).toContain(users[1].name);

0 commit comments

Comments
 (0)