-
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-11284 fixing enum name display on hide #911
Conversation
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
Codecov Report
@@ Coverage Diff @@
## dev #911 +/- ##
=========================================
Coverage 80.16% 80.16%
Complexity 718 718
=========================================
Files 88 88
Lines 2032 2032
Branches 269 269
=========================================
Hits 1629 1629
Misses 254 254
Partials 149 149 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -298,7 +299,7 @@ | |||
channel.on("click", BASE_ENUM_MULTIFIELD_ADD_BUTTON, function (e) { | |||
let areOptionsRichText = $(BASE_ARE_OPTIONS_RICH_TEXT)[0], | |||
enumNames = $(BASE_ENUMNAMES_VISIBLE), | |||
richTextEnumNames = $(BASE_WRAPPER_INPUT_RICH_TEXT_ENUMNAMES); | |||
richTextEnumNames = $(BASE_RICH_TEXT_ENUMNAMES); |
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.
Please write a test case for this use-case.
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.
added
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
db84419
to
4f3eb64
Compare
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
* FORMS-11284 fixing enum name display on hide * FORMS-11284 adding test case Co-authored-by: Shivam Agarwal <[email protected]> removed unwanted comment
* FORMS-11284 fixing enum name display on hide * FORMS-11284 adding test case Co-authored-by: Shivam Agarwal <[email protected]> removed unwanted comment
* FORMS-11284 fixing enum name display on hide * FORMS-11284 adding test case Co-authored-by: Shivam Agarwal <[email protected]>
* FORMS-11284 fixing enum name display on hide * FORMS-11284 adding test case Co-authored-by: Shivam Agarwal <[email protected]>
* FORMS-11284 fixing enum name display on hide * FORMS-11284 adding test case Co-authored-by: Shivam Agarwal <[email protected]>
* FORMS-11284 fixing enum name display on hide * FORMS-11284 adding test case Co-authored-by: Shivam Agarwal <[email protected]>
* FORMS-11284 fixing enum name display on hide * FORMS-11284 adding test case Co-authored-by: Shivam Agarwal <[email protected]>
* FORMS-11284 fixing enum name display on hide * FORMS-11284 adding test case Co-authored-by: Shivam Agarwal <[email protected]>
* FORMS-11284 fixing enum name display on hide * FORMS-11284 adding test case Co-authored-by: Shivam Agarwal <[email protected]>
* Added Switch component and resolved PR comments * Resolved PR comments Abstracted nitialize common logic for switch and checkbox Added test cases Fixed bug with enableUncheckedValue sync after save updated js docs and java docs fixed bem updated abstraction logic for switch and checkbox * skipped temporarily tests due to dialog bugs * Refactored code. ternery operator instead of if else fixed bem fixed flaky tests bumped package-info version * FORMS-11284 fixing enum name display on hide (#911) * FORMS-11284 fixing enum name display on hide * FORMS-11284 adding test case Co-authored-by: Shivam Agarwal <[email protected]> --------- Co-authored-by: Gulshan Mishra <[email protected]> Co-authored-by: Shivam Agarwal <[email protected]> Co-authored-by: Shivam Agarwal <[email protected]>
* FORMS-11284 fixing enum name display on hide * FORMS-11284 adding test case --------- Co-authored-by: Shivam Agarwal <[email protected]>
* Added Switch component and resolved PR comments * Resolved PR comments Abstracted nitialize common logic for switch and checkbox Added test cases Fixed bug with enableUncheckedValue sync after save updated js docs and java docs fixed bem updated abstraction logic for switch and checkbox * skipped temporarily tests due to dialog bugs * Refactored code. ternery operator instead of if else fixed bem fixed flaky tests bumped package-info version * FORMS-11284 fixing enum name display on hide (#911) * FORMS-11284 fixing enum name display on hide * FORMS-11284 adding test case Co-authored-by: Shivam Agarwal <[email protected]> --------- Co-authored-by: Gulshan Mishra <[email protected]> Co-authored-by: Shivam Agarwal <[email protected]> Co-authored-by: Shivam Agarwal <[email protected]>
* FORMS-11284 fixing enum name display on hide * FORMS-11284 adding test case --------- Co-authored-by: Shivam Agarwal <[email protected]>
* Added Switch component and resolved PR comments * Resolved PR comments Abstracted nitialize common logic for switch and checkbox Added test cases Fixed bug with enableUncheckedValue sync after save updated js docs and java docs fixed bem updated abstraction logic for switch and checkbox * skipped temporarily tests due to dialog bugs * Refactored code. ternery operator instead of if else fixed bem fixed flaky tests bumped package-info version * FORMS-11284 fixing enum name display on hide (#911) * FORMS-11284 fixing enum name display on hide * FORMS-11284 adding test case Co-authored-by: Shivam Agarwal <[email protected]> --------- Co-authored-by: Gulshan Mishra <[email protected]> Co-authored-by: Shivam Agarwal <[email protected]> Co-authored-by: Shivam Agarwal <[email protected]>
* Revert "FORMS-11402 fixing initial rte value copying" This reverts commit 80e690b. * Revert "FORMS-11340 adding locale test case for rich text (#918)" This reverts commit 5775ec0. * Revert "FORMS-11284 fixing enum name display on hide (#911)" This reverts commit 08189ee. * Revert "FORMS-3696 adding rich text support for labels (#904)" This reverts commit 6b84a82. * rte-revet fixed test case for tnc * Revert Rich Text: TnC test case fix * Revert Rich Text: TnC test case fix
* Revert "FORMS-11402 fixing initial rte value copying" This reverts commit 80e690b. * Revert "FORMS-11340 adding locale test case for rich text (#918)" This reverts commit 5775ec0. * Revert "FORMS-11284 fixing enum name display on hide (#911)" This reverts commit 08189ee. * Revert "FORMS-3696 adding rich text support for labels (#904)" This reverts commit 6b84a82. * rte-revet fixed test case for tnc * Revert Rich Text: TnC test case fix * Revert Rich Text: TnC test case fix
No description provided.