-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Added topics and skills dashboard e2e tests #6204
Conversation
Assigning to @tjiang11 and @nithusha21 for review, since they would be better able to spot any missing tests that would need to be added. (From a code perspective I have no concerns. Thanks @aks681!) |
Codecov Report
@@ Coverage Diff @@
## develop #6204 +/- ##
========================================
Coverage 45.38% 45.38%
========================================
Files 525 525
Lines 30925 30925
Branches 4633 4633
========================================
Hits 14034 14034
Misses 16891 16891 Continue to review full report at Codecov.
|
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.
I think this looks good! A few questions :)
core/templates/dev/head/components/top_navigation_bar/top_navigation_bar_directive.html
Outdated
Show resolved
Hide 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, thanks @aks681 !
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!
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.
Thanks (and congrats on the flag flip)!
Thanks! Merging. |
In this PR, the preliminary e2e tests related to topics and skills dashboard are done.
More tests related to published skills have to be added once skill editor e2e tests are done by @nalinbhardwaj .
Also, in this PR, the
ENABLE_NEW_STRUCTURE_EDITORS
is now flipped.