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

FORMS-12557 Forms run enhancements #1033

Merged
merged 5 commits into from
Jan 30, 2024
Merged

FORMS-12557 Forms run enhancements #1033

merged 5 commits into from
Jan 30, 2024

Conversation

rismehta
Copy link
Collaborator

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes and the overall coverage did not decrease.
  • All unit tests pass on CircleCi.
  • I ran all tests locally and they pass.

Copy link

codecov bot commented Jan 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (30eabad) 80.40% compared to head (6c05d10) 80.40%.
Report is 5 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff            @@
##                dev    #1033   +/-   ##
=========================================
  Coverage     80.40%   80.40%           
  Complexity      738      738           
=========================================
  Files            91       91           
  Lines          2057     2057           
  Branches        273      273           
=========================================
  Hits           1654     1654           
  Misses          251      251           
  Partials        152      152           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -445,7 +448,7 @@ class FormFieldBase extends FormField {
if (this.errorDiv) {
this.errorDiv.innerHTML = state.validationMessage;
if (state.validity.valid === false) {
this.#triggerEventOnGuideBridge(this.ELEMENT_ERROR_SHOWN);
this.#triggerEventOnGuideBridge(this.ELEMENT_ERROR_SHOWN, {'validationMessage' : state.validationMessage});
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

validationMessage could have PII data, hence we would instead send the validationType in the beacon.

@adobe-bot
Copy link

Lighthouse scores (desktop)

Performance Accessibility Best-Practices SEO
Scores 100 100 100 73

@adobe-bot
Copy link

Lighthouse scores (mobile)

Performance Accessibility Best-Practices SEO
Scores 86 100 100 73

@adobe-bot
Copy link

Accessibility Violations Found

Id Impact
label-title-only serious
landmark-one-main moderate
region moderate

@rismehta rismehta merged commit e238678 into dev Jan 30, 2024
9 checks passed
@rismehta rismehta deleted the rum branch January 30, 2024 12:08
github-actions bot pushed a commit that referenced this pull request Jan 31, 2024
* FORMS-12557 Forms run enhancements

* adding qualified name in data layer to support repeatibility

* Fixing test

* Adding validation type and fixing submit start

* Adding rum JS library
github-actions bot pushed a commit that referenced this pull request Feb 1, 2024
* FORMS-12557 Forms run enhancements

* adding qualified name in data layer to support repeatibility

* Fixing test

* Adding validation type and fixing submit start

* Adding rum JS library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants