HotFix: Broken Email Field in Routing Form#8074
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Ignored Deployments
|
📦 Next.js Bundle AnalysisThis analysis was generated by the next.js bundle analysis action 🤖 Fourteen Pages Changed SizeThe following pages changed size from the code in this PR compared to its base branch:
DetailsOnly the gzipped size is provided here based on an expert tip. First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If Any third party scripts you have added directly to your app using the The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored. |
|
If there would have been a test for Email field, we could have avoided this issue. |
Current Playwright Test Results Summary✅ 60 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 04/04/2023 07:55:13am UTC) Run DetailsRunning Workflow PR Update on Github Actions Commit: d570b98 Started: 04/04/2023 07:49:09am UTC
|
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
Embed Code Generator Tests Event Type Edit Page open Embed Dialog for the Event Type
Retry 1 • Initial Attempt |
4.23% (8)8 / 189 runsfailed over last 7 days |
22.75% (43)43 / 189 runsflaked over last 7 days |
📄 packages/app-store/routing-forms/playwright/tests/basic.e2e.ts • 1 Flake
Test Case Results
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
Routing Forms Seeded Routing Form Routing Link - Reporting and CSV Download
Retry 1 • Initial Attempt |
8.72% (13)13 / 149 runsfailed over last 7 days |
26.85% (40)40 / 149 runsflaked over last 7 days |
Fixes #8075
Make Email field full width and add dark mode styles and make it fully consistent visually with TextWidget
Also, the Form Submission stopped working with Email field.
Before:



After:


Regression from #8047