-
Notifications
You must be signed in to change notification settings - Fork 58
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
Forms-3342 editElementQuery changes as span #883
Conversation
cdd104e
to
355df19
Compare
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
Codecov Report
@@ Coverage Diff @@
## dev #883 +/- ##
=========================================
Coverage 80.07% 80.07%
Complexity 714 714
=========================================
Files 87 87
Lines 2023 2023
Branches 269 269
=========================================
Hits 1620 1620
Misses 254 254
Partials 149 149 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
$span[0].textContent = ''; | ||
}); | ||
cy.get('body').click( 0,0); | ||
cy.get('span.sidepanel-tree-item-label label.name').as('labelElement'); |
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 have a better CSS selector for this ? Are these CSS classes public ?
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
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
* FORMS-3342 : editElementQuery changes as span * FORMS-3342 : added the test cases * FORMS-3342 : test case editted * FORMS-3342 : changes due to review commits * FORMS-3342 : changes due to
Description
the editElementQuery was label initially but in button it should be span as we have used span for the title in place of label
added the necessary test cases for the particular change.
Related Issue
FORMS-3342 Title issue is while inline editing the title for Button, Reset and Submit button.
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: