-
Notifications
You must be signed in to change notification settings - Fork 175
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
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
Reminder to set the |
? aemSk.shadowRoot.querySelector('plugin-action-bar').shadowRoot.querySelector('sk-action-button.publish') | ||
: hlxSk.shadowRoot.querySelector('div.publish.plugin button'); | ||
|
||
publishBtn.addEventListener('click', () => { |
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.
nit: this can be a single row
publishBtn.addEventListener('click', () => { | |
publishBtn?.addEventListener('click', sendResults); |
Resolves: MWPW-160966
Test URLs:
Note: Next-Gen sidekick is required to test