-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Provide renderWhenVisible
to LadTableSets
#7384
Provide renderWhenVisible
to LadTableSets
#7384
Conversation
renderWhenVisible
to LadTableSets
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7384 +/- ##
==========================================
+ Coverage 55.89% 55.91% +0.02%
==========================================
Files 659 659
Lines 26278 26277 -1
Branches 2550 2549 -1
==========================================
+ Hits 14687 14692 +5
+ Misses 10882 10877 -5
+ Partials 709 708 -1
... and 10 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
This comment was marked as resolved.
This comment was marked as resolved.
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.
LGTM!
@@ -36,7 +36,7 @@ test.describe('Testing numeric data with inspector data visualization (i.e., dat | |||
await page.goto('./', { waitUntil: 'domcontentloaded' }); | |||
}); | |||
|
|||
test('Can click on telemetry and see data in inspector', async ({ page }) => { | |||
test('Can click on telemetry and see data in inspector', async ({ page, context }) => { |
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.
this should have had a @2p
Closes #7383 #7382
Describe your changes:
renderWhenVisible
to LadTableSets (and thus to child LadTables)ladTelemetryObjects
is actually initialized before adding objects to itAll Submissions:
Author Checklist
type:
label? Note: this is not necessarily the same as the original issue.Reviewer Checklist