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

MWPW-160966 Fix next-gen sidekick preflight #3126

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

meganthecoder
Copy link
Contributor

  • Fixes console errors in preflight seo functionality when using next-gen sidekick

Resolves: MWPW-160966

Test URLs:

Note: Next-Gen sidekick is required to test

Copy link
Contributor

aem-code-sync bot commented Oct 31, 2024

Page Scores Audits Google
📱 /drafts/methomas/send-to-caas?martech=off PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI
🖥️ /drafts/methomas/send-to-caas?martech=off PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI

Copy link

codecov bot commented Oct 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.35%. Comparing base (d809cd5) to head (8e1da06).
Report is 27 commits behind head on stage.

Additional details and impacted files
@@           Coverage Diff           @@
##            stage    #3126   +/-   ##
=======================================
  Coverage   96.35%   96.35%           
=======================================
  Files         245      245           
  Lines       56316    56316           
=======================================
  Hits        54261    54261           
  Misses       2055     2055           

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

Copy link
Contributor

github-actions bot commented Nov 2, 2024

Reminder to set the Ready for Stage label - to queue this to get merged to stage & production.

? aemSk.shadowRoot.querySelector('plugin-action-bar').shadowRoot.querySelector('sk-action-button.publish')
: hlxSk.shadowRoot.querySelector('div.publish.plugin button');

publishBtn.addEventListener('click', () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: this can be a single row

Suggested change
publishBtn.addEventListener('click', () => {
publishBtn?.addEventListener('click', sendResults);

@JackySun9 JackySun9 added verified PR has been E2E tested by a reviewer Ready for Stage labels Nov 7, 2024
@milo-pr-merge milo-pr-merge bot merged commit 8b372b4 into adobecom:stage Nov 7, 2024
24 checks passed
@milo-pr-merge milo-pr-merge bot mentioned this pull request Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready for Stage verified PR has been E2E tested by a reviewer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants