File tree Expand file tree Collapse file tree 4 files changed +43
-42
lines changed
integration/templates/react-vite/src
packages/ui/src/components/SignUp Expand file tree Collapse file tree 4 files changed +43
-42
lines changed Original file line number Diff line number Diff line change @@ -295,54 +295,53 @@ jobs:
295295 strategy :
296296 fail-fast : false
297297 matrix :
298- test-name :
299- [
298+ test-name : [
300299 " generic" ,
301- " express" ,
302- " ap-flows" ,
303- " localhost" ,
304- " sessions" ,
305- " sessions:staging" ,
306- " handshake" ,
307- " handshake:staging" ,
308- " astro" ,
309- " tanstack-react-start" ,
310- " vue" ,
311- " nuxt" ,
312- " react-router" ,
313- " custom" ,
300+ # "express",
301+ # "ap-flows",
302+ # "localhost",
303+ # "sessions",
304+ # "sessions:staging",
305+ # "handshake",
306+ # "handshake:staging",
307+ # "astro",
308+ # "tanstack-react-start",
309+ # "vue",
310+ # "nuxt",
311+ # "react-router",
312+ # "custom",
314313 ]
315314 test-project : ["chrome"]
316315 include :
317- - test-name : " billing"
318- test-project : " chrome"
319- clerk-use-rq : " false"
320- - test-name : " billing"
321- test-project : " chrome"
322- clerk-use-rq : " true"
323- - test-name : " machine"
324- test-project : " chrome"
325- clerk-use-rq : " false"
326- - test-name : " machine"
327- test-project : " chrome"
328- clerk-use-rq : " true"
316+ # - test-name: "billing"
317+ # test-project: "chrome"
318+ # clerk-use-rq: "false"
319+ # - test-name: "billing"
320+ # test-project: "chrome"
321+ # clerk-use-rq: "true"
322+ # - test-name: "machine"
323+ # test-project: "chrome"
324+ # clerk-use-rq: "false"
325+ # - test-name: "machine"
326+ # test-project: "chrome"
327+ # clerk-use-rq: "true"
328+ # - test-name: "nextjs"
329+ # test-project: "chrome"
330+ # next-version: "15"
331+ # clerk-use-rq: "false"
332+ # - test-name: "nextjs"
333+ # test-project: "chrome"
334+ # next-version: "15"
335+ # clerk-use-rq: "true"
329336 - test-name : " nextjs"
330- test-project : " chrome"
331- next-version : " 15"
332- clerk-use-rq : " false"
333- - test-name : " nextjs"
334- test-project : " chrome"
335- next-version : " 15"
336- clerk-use-rq : " true"
337- - test-name : " nextjs"
338- test-project : " chrome"
339- next-version : " 16"
340- - test-name : " quickstart"
341- test-project : " chrome"
342- next-version : " 15"
343- - test-name : " quickstart"
344337 test-project : " chrome"
345338 next-version : " 16"
339+ # - test-name: "quickstart"
340+ # test-project: "chrome"
341+ # next-version: "15"
342+ # - test-name: "quickstart"
343+ # test-project: "chrome"
344+ # next-version: "16"
346345
347346 steps :
348347 - name : Checkout Repo
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ const Root = () => {
4545 : undefined ,
4646 } }
4747 >
48+ here?
4849 < Outlet />
4950 </ ClerkProvider >
5051 ) ;
Original file line number Diff line number Diff line change 4040 "test:integration:deployment:nextjs" : " pnpm playwright test --config integration/playwright.deployments.config.ts" ,
4141 "test:integration:expo-web:disabled" : " E2E_APP_ID=expo.expo-web pnpm test:integration:base --grep @expo-web" ,
4242 "test:integration:express" : " E2E_DEBUG=1 E2E_APP_ID=express.* pnpm test:integration:base --grep @express" ,
43- "test:integration:generic" : " E2E_APP_ID=react.vite.*,next.appRouter. withEmailCodes* pnpm test:integration:base --grep @generic" ,
43+ "test:integration:generic" : " E2E_DEBUG=1 E2E_APP_ID=react.vite.withEmailCodes pnpm test:integration:base --grep @generic integration/tests/sign-up-flow.test.ts " ,
4444 "test:integration:handshake" : " DISABLE_WEB_SECURITY=true E2E_APP_1_ENV_KEY=sessions-prod-1 E2E_SESSIONS_APP_1_HOST=multiple-apps-e2e.clerk.app pnpm test:integration:base --grep @handshake" ,
4545 "test:integration:handshake:staging" : " DISABLE_WEB_SECURITY=true E2E_APP_1_ENV_KEY=clerkstage-sessions-prod-1 E2E_SESSIONS_APP_1_HOST=clerkstage-sessions-prod-1-e2e.clerk.app pnpm test:integration:base --grep @handshake" ,
4646 "test:integration:localhost" : " pnpm test:integration:base --grep @localhost" ,
Original file line number Diff line number Diff line change @@ -439,6 +439,7 @@ function SignUpStartInternal(): JSX.Element {
439439 legalAccepted = { Boolean ( formState . legalAccepted . checked ) || undefined }
440440 />
441441 ) }
442+ hello there
442443 { shouldShowForm && (
443444 < SignUpForm
444445 handleSubmit = { handleSubmit }
You can’t perform that action at this time.
0 commit comments