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

minor: fix custom property playwright test for AUT #17937

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

Sachin-chaurasiya
Copy link
Member

In some places, we were using .fill('value{enter}'), which was causing the test to be flaky, so I updated it to use the .press method instead.

Copy link
Contributor

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 64%
64.31% (37352/58081) 40.96% (14784/36096) 43.07% (4507/10465)

Copy link

@Sachin-chaurasiya Sachin-chaurasiya merged commit e99e8a3 into main Sep 20, 2024
16 checks passed
@Sachin-chaurasiya Sachin-chaurasiya deleted the fix-custom-property-aut branch September 20, 2024 16:14
Sachin-chaurasiya added a commit that referenced this pull request Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test Add this label to run secure Github workflows on PRs UI UI specific issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants