-
Notifications
You must be signed in to change notification settings - Fork 32
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
WRQ-17933: Add unit tests for screenTypes matching supported resolutions #3228
Conversation
Enact-DCO-1.0-Signed-off-by: Jiye Kim ([email protected])
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3228 +/- ##
===========================================
+ Coverage 82.36% 82.41% +0.04%
===========================================
Files 156 156
Lines 7209 7209
Branches 1907 1907
===========================================
+ Hits 5938 5941 +3
+ Misses 999 997 -2
+ Partials 272 271 -1 ☔ View full report in Codecov by Sentry. |
Enact-DCO-1.0-Signed-off-by: Jiye Kim ([email protected])
Just to add one comment, when specifying sizes, including resolution, we typically use the order width x height. So I think it would be a good idea to have these unit tests in that order as well. |
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.
Good
Enact-DCO-1.0-Signed-off-by: Jiye Kim ([email protected])
I changed |
@vJIYEv, Please add more cases(QHD and UHD) to the |
Enact-DCO-1.0-Signed-off-by: Jiye Kim ([email protected])
Enact-DCO-1.0-Signed-off-by: Jiye Kim ([email protected])
Enact-DCO-1.0-Signed-off-by: Jiye Kim ([email protected])
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.
LGTM
Checklist
Issue Resolved / Feature Added
As we support new resolution type QHD, we decided to test all supported screen types.
Resolution
Added QHD type in screenTypes.json file. (enactjs/sandstone#1596)
And added unit tests for screenTypes of supported resolutions.
Additional Considerations
Links
WRQ-17933
Comments
Enact-DCO-1.0-Signed-off-by: Jiye Kim ([email protected])