Skip to content

Commit

Permalink
Auto updated submodule references
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 16, 2024
1 parent dd86199 commit 15595f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcom
Submodule calcom updated 42 files
+2 −2 apps/web/app/future/auth/verify/page.tsx
+1 −1 apps/web/app/future/settings/(settings)/developer/api-keys/page.tsx
+20 −3 apps/web/modules/settings/developer/api-keys-view.tsx
+1 −1 apps/web/package.json
+1 −17 apps/web/pages/settings/developer/api-keys.tsx
+66 −68 apps/web/playwright/auth/auth-index.e2e.ts
+8 −11 apps/web/playwright/availability.e2e.ts
+3 −4 apps/web/playwright/booking-limits.e2e.ts
+6 −6 apps/web/playwright/booking-pages.e2e.ts
+8 −6 apps/web/playwright/booking-seats.e2e.ts
+1 −1 apps/web/playwright/change-password.e2e.ts
+2 −2 apps/web/playwright/change-theme.e2e.ts
+2 −2 apps/web/playwright/change-username.e2e.ts
+1 −1 apps/web/playwright/dynamic-booking-pages.e2e.ts
+3 −3 apps/web/playwright/event-types.e2e.ts
+4 −4 apps/web/playwright/fixtures/apps.ts
+2 −2 apps/web/playwright/hash-my-url.e2e.ts
+1 −0 apps/web/playwright/impersonation.e2e.ts
+9 −12 apps/web/playwright/insights.e2e.ts
+12 −0 apps/web/playwright/lib/testUtils.ts
+12 −10 apps/web/playwright/managed-event-types.e2e.ts
+2 −2 apps/web/playwright/oauth-provider.e2e.ts
+5 −6 apps/web/playwright/organization/across-org/across-org.e2e.ts
+4 −4 apps/web/playwright/organization/lib/inviteUser.ts
+12 −12 apps/web/playwright/organization/organization-creation.e2e.ts
+7 −6 apps/web/playwright/organization/organization-invitation.e2e.ts
+1 −1 apps/web/playwright/organization/team-management.e2e.ts
+24 −15 apps/web/playwright/out-of-office.e2e.ts
+1 −1 apps/web/playwright/overlay-calendar.e2e.ts
+1 −1 apps/web/playwright/payment.e2e.ts
+2 −2 apps/web/playwright/profile.e2e.ts
+1 −1 apps/web/playwright/reschedule.e2e.ts
+7 −7 apps/web/playwright/signup.e2e.ts
+5 −5 apps/web/playwright/team/team-invitation.e2e.ts
+1 −1 apps/web/playwright/teams.e2e.ts
+5 −5 apps/web/playwright/unpublished.e2e.ts
+5 −3 apps/web/playwright/webhook.e2e.ts
+1 −0 packages/app-store/routing-forms/playwright/tests/basic.e2e.ts
+1 −1 packages/features/bookings/components/VerifyCodeDialog.tsx
+1 −1 packages/lib/server/service/stripe.ts
+2 −2 packages/trpc/server/routers/publicViewer/stripeCheckoutSession.handler.ts
+7 −5 playwright.config.ts

0 comments on commit 15595f3

Please sign in to comment.