This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.
from b0c531d fix(fe): update url regexp in online debug (#1326)
add 1bdcaa8 fix: cannot delete multiple plugins without page refreshing
(#1317)
No new revisions were added by this update.
Summary of changes:
web/cypress/fixtures/plugin-list.json | 41 ++++++++++++
.../plugin/create_and_delete_plugin.spec.js | 61 ++++++++++++++++++
.../integration/plugin/schema-smocktest.spec.js | 72 +--------------------
web/cypress/support/commands.js | 73 ++++++++++++++++++++++
web/src/pages/Plugin/List.tsx | 1 +
5 files changed, 177 insertions(+), 71 deletions(-)
create mode 100644 web/cypress/fixtures/plugin-list.json
create mode 100644
web/cypress/integration/plugin/create_and_delete_plugin.spec.js