-
Notifications
You must be signed in to change notification settings - Fork 177
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
Revert "[Release] Stage to Main" #3496
Conversation
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
Commits
|
await sendKeys({ press: 'ArrowRight' }); | ||
expect(document.activeElement).to.equal(element); | ||
} | ||
if (!isElementVisible(element)) continue; |
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.
🚫 [eslint] <no-continue> reported by reviewdog 🐶
Unexpected use of continue statement.
await sendKeys({ press: 'ArrowLeft' }); | ||
expect(document.activeElement).to.equal(element); | ||
} | ||
if (!isElementVisible(element)) continue; |
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.
🚫 [eslint] <no-continue> reported by reviewdog 🐶
Unexpected use of continue statement.
await sendKeys({ press: 'ArrowUp' }); | ||
expect(document.activeElement).to.equal(element); | ||
} | ||
if (!isElementVisible(element)) continue; |
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.
🚫 [eslint] <no-continue> reported by reviewdog 🐶
Unexpected use of continue statement.
await sendKeys({ press: 'ArrowDown' }); | ||
expect(document.activeElement).to.equal(element); | ||
} | ||
if (!isElementVisible(element)) continue; |
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.
🚫 [eslint] <no-continue> reported by reviewdog 🐶
Unexpected use of continue statement.
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.
File ignored because of a matching ignore pattern. Use "--no-ignore" to override.
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.
File ignored because of a matching ignore pattern. Use "--no-ignore" to override.
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.
File ignored because of a matching ignore pattern. Use "--no-ignore" to override.
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.
File ignored because of a matching ignore pattern. Use "--no-ignore" to override.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3496 +/- ##
==========================================
- Coverage 96.47% 96.45% -0.03%
==========================================
Files 256 255 -1
Lines 60101 59430 -671
==========================================
- Hits 57984 57324 -660
+ Misses 2117 2106 -11 ☔ View full report in Codecov by Sentry. |
Reverts #3487