-
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 own renderWhenVisible function since manually creating an object view #7281
Conversation
Current Playwright Test Results Summary✅ 164 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 12/07/2023 01:43:57am UTC)
|
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 / 58 runsfailed over last 7 days |
32.76% (19)19 / 58 runsflaked over last 7 days |
📄 functional/plugins/notebook/restrictedNotebook.e2e.spec.js • 2 Flakes
Top 1 Common Error Messages
|
2 Test Cases Affected |
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Restricted Notebook with a page locked and with an embed @addinit Allows embeds to be deleted if page unlocked @addinit
Retry 1 • Initial Attempt |
0% (0)0 / 57 runsfailed over last 7 days |
43.86% (25)25 / 57 runsflaked over last 7 days |
Restricted Notebook with a page locked and with an embed @addinit Disallows embeds to be deleted if page locked @addinit
Retry 1 • Initial Attempt |
1.75% (1)1 / 57 runfailed over last 7 days |
40.35% (23)23 / 57 runsflaked over last 7 days |
📄 functional/planning/timelist.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Time List Create a Time List, add a single Plan to it and verify all the activities are displayed with no milliseconds
Retry 1 • Initial Attempt |
5.06% (4)4 / 79 runsfailed over last 7 days |
65.82% (52)52 / 79 runsflaked over last 7 days |
📄 functional/plugins/notebook/notebookSnapshots.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Snapshot image tests Can drop an image onto a notebook and create a new entry
Retry 1 • Initial Attempt |
1.72% (1)1 / 58 runfailed over last 7 days |
62.07% (36)36 / 58 runsflaked over last 7 days |
Current Playwright Test Results Summary
✅ 15 Passing
Run may still be in progress, this comment will be updated as current testing workflow or job completes...
(Last updated on 12/07/2023 01:43:57am UTC)
Run Details
Running Workflow e2e-couchdb on Github Actions
Commit: 6d1c311
Started: 12/07/2023 01:36:13am UTC
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #7281 +/- ##
==========================================
- Coverage 55.97% 55.91% -0.06%
==========================================
Files 655 655
Lines 26290 26297 +7
Branches 2540 2541 +1
==========================================
- Hits 14715 14704 -11
- Misses 10867 10885 +18
Partials 708 708
... and 8 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Fixes #7283
Describe your changes:
Provide
renderWhenVisible
function to plot objectAll Submissions:
Author Checklist
Reviewer Checklist