-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Migrate to Vue3 #59
Migrate to Vue3 #59
Conversation
bb11724
to
12beaa9
Compare
Half way there. Unit tests passing, just setting up Cypress again, then will have to fix the e2e test, and finally make the tabs custom name work (or remove that feature… 🤔 😓 ) |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #59 +/- ##
===========================================
+ Coverage 47.05% 97.82% +50.76%
===========================================
Files 2 6 +4
Lines 51 92 +41
Branches 1 8 +7
===========================================
+ Hits 24 90 +66
+ Misses 27 0 -27
- Partials 0 2 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -78,7 +78,7 @@ describe('Lumino component', () => { | |||
.should('be.visible') | |||
// SVG element is used only in the ColoredCircle component | |||
cy.get('svg') | |||
.should('not.be.visible') | |||
.should('not.exist') |
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.
69c1e7e
to
f790512
Compare
Closes #51
Cannot resolve the issue #53 as we have a slot with one or multiple elements, and we have no easy way to retrieve each element and “teleport” it to its right destination.