-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(core): Textfield
with [content]
property has invalid behavior for <input />
#10066
Conversation
… for `<input />`
Pull request was closed ✔️All saved screenshots (for current PR) were deleted 🗑️ |
}); | ||
|
||
it('shows content for untouched field without focused', () => { | ||
cy.get('tui-textfield').compareSnapshot('[content]-pristine-unfocused'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.wait(300) // to ensure that all possible operations are finished | ||
.blur(); | ||
|
||
cy.get('tui-textfield').compareSnapshot('[content]-after-blur'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10066 +/- ##
=======================================
Coverage 65.57% 65.57%
=======================================
Files 1222 1222
Lines 15916 15916
Branches 2352 2336 -16
=======================================
Hits 10437 10437
+ Misses 5189 5177 -12
- Partials 290 302 +12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Visit the preview URL for this PR (updated for commit 5eb7a51): https://taiga-previews-demo--pr10066-textfield-content-demo-sr6e2d20.web.app (expires Fri, 27 Dec 2024 08:41:09 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 73dddc3c665194f3e11f18c16aeb71af4c289c37 |
BundleMonUnchanged files (5)
Total files change +7B 0% Unchanged groups (1)
Final result: ✅ View report in BundleMon website ➡️ |
Playwright test results 1 failed Details Open report ↗︎ Failed testswebkit › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts › PieChart › should be show hints on charts Flaky testschromium › tests/core/hint/hint.pw.spec.ts › TuiHint › false mode hint with delay Skipped testswebkit › tests/addon-commerce/input-card-group.pw.spec.ts › InputCardGroup › Examples › input card grouped with validation |
No description provided.