-
Notifications
You must be signed in to change notification settings - Fork 528
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
feat: improve the config plugin button enable disable status #1610
feat: improve the config plugin button enable disable status #1610
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1610 +/- ##
==========================================
- Coverage 72.01% 67.02% -4.99%
==========================================
Files 160 160
Lines 5820 5822 +2
Branches 651 653 +2
==========================================
- Hits 4191 3902 -289
- Misses 1385 1607 +222
- Partials 244 313 +69
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hi @juzhiyuan and @guoqqqi Update the commit :) |
@stu01509 please sync codes from branch master |
…button-enable-status
Done. |
web/cypress/integration/service/edit-service-with-upstream.spec.js
Outdated
Show resolved
Hide resolved
@stu01509 Hi, here are some conflicts, please take a look. |
Hi @juzhiyuan Update the commit :) |
@stu01509 Hi, please run |
Hi @juzhiyuan and @guoqqqi Update the commit, and passed the CI, |
LGTM, Thanks! |
Deploy preview for apisix-dashboard ready! Built with commit 5bc61a4 |
@stu01509 Hi, to prevent from CI failed, please merge the latest codes into your branch :) Thanks |
…button-enable-status
…u01509/apisix-dashboard into fix-#1586-plugin-button-enable-status
Codecov Report
@@ Coverage Diff @@
## master #1610 +/- ##
=========================================
Coverage ? 72.14%
=========================================
Files ? 125
Lines ? 2908
Branches ? 701
=========================================
Hits ? 2098
Misses ? 810
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hi @juzhiyuan Update the commit, sorry for the delayed reply. |
@@ -57,7 +57,7 @@ context('Create and delete route with limit-count form', () => { | |||
|
|||
// config limit-count form with local policy | |||
cy.contains(this.domSelector.pluginCard, 'limit-count').within(() => { | |||
cy.contains('Enable').click({ | |||
cy.get('button').click({ |
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.
If we have multiple buttons, which one it will take?
@guoqqqi Please recheck this PR, and merge the latest master codes to this one, and see if it's working properly, thanks! |
Please answer these questions before submitting a pull request
Why submit this pull request?
Bugfix
New feature provided
Improve performance
Backport patches
Related issues
Fix Config Plugin button enable status #1586
New feature or improvement
Improve the config plugin button status, also I didn't found the 启用 and 禁用 in our current locales files, please help me to translate it, thanks.