-
Notifications
You must be signed in to change notification settings - Fork 162
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
fix: Incorporate split panel height when rendering stickyVerticalBottomOffset value #3225
Conversation
|
||
import mobileStyles from '../../../lib/components/app-layout/mobile-toolbar/styles.selectors.js'; | ||
import tableScrollbarStyles from '../../../lib/components/table/sticky-scrollbar/styles.selectors.js'; | ||
|
||
const scrollbarSelector = `.${tableScrollbarStyles['sticky-scrollbar-visible']}`; |
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.
That's how we access this element in other integration tests:
const scrollbarSelector = `.${scrollbarStyles['sticky-scrollbar-visible']}`; |
const params = new URLSearchParams({ | ||
visualRefresh: `${theme.startsWith('refresh')}`, | ||
appLayoutToolbar: `${theme === 'refresh-toolbar'}`, | ||
}); | ||
await browser.url(`${url}?${params.toString()}`); | ||
await browser.url(`${url}?${getUrlParams(theme)}`); |
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.
Removed custom code while we are here
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3225 +/- ##
=======================================
Coverage 96.45% 96.45%
=======================================
Files 791 791
Lines 22314 22315 +1
Branches 7661 7659 -2
=======================================
+ Hits 21523 21524 +1
+ Misses 784 739 -45
- Partials 7 52 +45 ☔ View full report in Codecov by Sentry. |
d82e217
to
383e072
Compare
Description
Fixing a bug
Related links, issue #, if available: AWSUI-60293
How has this been tested?
Review checklist
The following items are to be evaluated by the author(s) and the reviewer(s).
Correctness
CONTRIBUTING.md
.CONTRIBUTING.md
.Security
checkSafeUrl
function.Testing
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.