-
Notifications
You must be signed in to change notification settings - Fork 63
FORMS-11692 : Upgrade af2-web-runtime version and add Rule editor UI end to end test cases in Forms Core Components #1111
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
Conversation
952585a to
f676079
Compare
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1111 +/- ##
=========================================
Coverage 80.82% 80.82%
Complexity 774 774
=========================================
Files 92 92
Lines 2117 2117
Branches 285 285
=========================================
Hits 1711 1711
Misses 252 252
Partials 154 154 ☔ View full report in Codecov by Sentry. |
| closeRuleEditor : ".exp-Close-Button" | ||
| closeRuleEditor : ".exp-Close-Button", | ||
| sideToggleButton : "#exp-toggle-sidepanel-button", | ||
| formObjectsTab : ".exp-sidepanel coral-tabview coral-tab coral-tab-label:first", |
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.
Is it possible to have a specific selector without having coral dependency ?
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 is no specific selector available for the tabs currently. So we will have to depend upon the coral tag.
| formsSelectors = require('../../libs/commons/guideSelectors'), | ||
| afConstants = require('../../libs/commons/formsConstants'); | ||
|
|
||
| describe('Rule editor sanity for core-components',function(){ |
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.
Can we also add these test cases in SITE page, you can refer other test cases, we follow this pattern everywhere
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.
Done.
rismehta
left a comment
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.
check comments
Accessibility Violations Found
|
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
1 similar comment
Accessibility Violations Found
|
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
|
moved to new PR: #1117 |
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: