Skip to content

Commit

Permalink
add more test
Browse files Browse the repository at this point in the history
  • Loading branch information
hariombalhara committed May 18, 2024
1 parent 3bae506 commit a0fa3c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/features/bookings/components/BookerSeo.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ vi.mock("@calcom/ui", () => ({
}));

describe("BookerSeo Component", () => {
it.only("renders SEO tags correctly for a regular event", () => {
it("renders SEO tags correctly for a regular event", () => {
const event = {
profile: { name: "John Doe", image: "image-url" },
title: "30min",
Expand Down
2 changes: 1 addition & 1 deletion packages/features/test/orgDomains.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe("Org Domains Utils", () => {
});
expect(getOrgFullOrigin(null)).toEqual("https://abc.com");
});
it.only("should return the org origin if slug is set", () => {
it("should return the org origin if slug is set", () => {
setupEnvs({
WEBAPP_URL: "https://app.cal-app.com",
WEBSITE_URL: "https://cal.com",
Expand Down

0 comments on commit a0fa3c8

Please sign in to comment.