Skip to content
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

Fixes e2e issues with input date #1840

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Fixes e2e issues with input date #1840

merged 1 commit into from
Nov 25, 2024

Conversation

Iloveall
Copy link
Collaborator

@Iloveall Iloveall commented Nov 23, 2024

Description

Fixes e2e issue with input date

Notes (out of scope, known isues, hints for reviewing code, ...) (optional)

The problem was with mask that put placeholder as value. As playwright working very fast (unlike human) sometimes it filled the value before p-input emits mask and as result the mask override the value. For self, I can see the best way how to reproduce kind race condition issues in future - is the run tests 50-100 times

image

Test cases

@Iloveall Iloveall marked this pull request as draft November 23, 2024 10:02
@smadbe
Copy link
Contributor

smadbe commented Nov 23, 2024

@Iloveall Iloveall marked this pull request as ready for review November 25, 2024 11:30
@Iloveall Iloveall requested a review from smadbe November 25, 2024 11:30
@smadbe smadbe merged commit 49a081b into master Nov 25, 2024
12 checks passed
@smadbe smadbe deleted the e2e/input-date branch November 25, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants