-
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
Export display #6562
Export display #6562
Conversation
Current Playwright Test Results Summary✅ 117 Passing - ❌ 1 Failing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 04/06/2023 02:55:26am UTC) ❌ Failures📄 framework/baseFixtures.e2e.spec.js • 1 FailureTest Case Results
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Log plot tests Log Plot ticks are functionally correct in regular and log mode and after refresh
Retry 1 • Initial Attempt |
0% (0)0 / 8 runsfailed over last 7 days |
12.50% (1)1 / 8 runflaked over last 7 days |
📄 functional/plugins/plot/plotLegendSwatch.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Legend color in sync with plot color Testing
Retry 1 • Initial Attempt |
0% (0)0 / 7 runsfailed over last 7 days |
28.57% (2)2 / 7 runsflaked over last 7 days |
📄 functional/plugins/plot/overlayPlot.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Overlay Plot Clicking on an item in the elements pool brings up the plot preview with data points
Retry 1 • Initial Attempt |
0% (0)0 / 7 runsfailed over last 7 days |
100% (7)7 / 7 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## master #6562 +/- ##
==========================================
- Coverage 54.97% 54.71% -0.26%
==========================================
Files 628 628
Lines 26805 26814 +9
Branches 2422 2422
==========================================
- Hits 14736 14672 -64
- Misses 11409 11476 +67
- Partials 660 666 +6
*This pull request uses carry forward flags. Click here to find out more.
... and 12 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
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.
Great find and fix.
Like you said, we really should go through and ensure we're using the api method on creating identifiers.
Object.keys(this.idMap).forEach(function (oldId) { | ||
const newId = this.idMap[oldId]; | ||
treeString = treeString.split(oldId).join(newId); | ||
}.bind(this)); |
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.
We don't need no stinking binders!
Closes #6561
Describe your changes:
Finding and replacing identifiers as well.
All Submissions:
Author Checklist
Reviewer Checklist