-
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
fix(#6942): Toggling FlexibleLayout toolbar options reflects immediately in the view #6943
Conversation
- move initialization steps to `created()` hook - remove unnecessary `:key` binds - fix comments
Current Playwright Test Results Summary✅ 14 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 08/16/2023 05:52:00pm UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 3162a62 Started: 08/16/2023 05:49:39pm UTC
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
CouchDB Status Indicator with mocked responses @couchdb Shows unknown if it receives an unexpected response code
Retry 1 • Initial Attempt |
0% (0)0 / 51 runsfailed over last 7 days |
5.88% (3)3 / 51 runsflaked over last 7 days |
Current Playwright Test Results Summary
✅ 134 Passing -
Run may still be in progress, this comment will be updated as current testing workflow or job completes...
(Last updated on 08/16/2023 05:52:00pm UTC)
⚠️ Flakes
📄 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 / 127 runsfailed over last 7 days |
47.24% (60)60 / 127 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 |
0% (0)0 / 126 runsfailed over last 7 days |
45.24% (57)57 / 126 runsflaked over last 7 days |
📄 functional/plugins/plot/tagging.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Plot Tagging Tags work with Overlay Plots
Retry 1 • Initial Attempt |
10.32% (13)13 / 126 runsfailed over last 7 days |
26.19% (33)33 / 126 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 |
0% (0)0 / 158 runsfailed over last 7 days |
57.59% (91)91 / 158 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## master #6943 +/- ##
==========================================
+ Coverage 48.33% 48.36% +0.02%
==========================================
Files 643 643
Lines 25629 25631 +2
Branches 2496 2496
==========================================
+ Hits 12389 12396 +7
+ Misses 12767 12759 -8
- Partials 473 476 +3
*This pull request uses carry forward flags. Click here to find out more.
... and 7 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.
Has some failing tests that need to be addresses, but otherwise works great!
Before:
before.mov
After:
after.mov
…ns reflects immediately in the view * fix: restore reactivity of config settings - move initialization steps to `created()` hook - remove unnecessary `:key` binds - fix comments * refactor: clean up * refactor: clean up * refactor: lint:fix * test(e2e): add regression test and cleanup suite * refactor: consistency is key! * test(fix): fix unit tests, further cleanup
…ns reflects immediately in the view (#6945) * fix: restore reactivity of config settings - move initialization steps to `created()` hook - remove unnecessary `:key` binds - fix comments * refactor: clean up * refactor: clean up * refactor: lint:fix * test(e2e): add regression test and cleanup suite * refactor: consistency is key! * test(fix): fix unit tests, further cleanup
Closes #6942
Describe your changes:
Fixes reactivity issues with toggling toolbar options tied to domainObject configuration in the Flexible Layout (Row/Column Layout and Frame Visibility).
Also adds a regression test and cleans up the Flexible Layout suite a tiny bit.
All Submissions:
Author Checklist
Reviewer Checklist