You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/12/29 09:53:55 UTC

[apisix-dashboard] branch master updated (43d541f -> 47db8e6)

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 43d541f  fix: minish resync_delay for e2e test (#922) (#1139)
     add 47db8e6  test: add frontend e2e test (edit and search route) (#1093)

No new revisions were added by this update.

Summary of changes:
 ...te.spec.js => create-edit-delete-route.spec.js} | 43 ++++++++---
 web/cypress/integration/route/search-route.spec.js | 86 ++++++++++++++++++++++
 .../useForceIntl.ts}                               | 53 +++++++------
 web/src/pages/Consumer/List.tsx                    |  4 +
 web/src/pages/Route/List.tsx                       |  3 +
 .../Route/components/ResultView/ResultView.tsx     |  2 +-
 web/src/pages/Route/locales/en-US.ts               |  2 +-
 web/src/pages/SSL/List.tsx                         |  2 +
 web/src/pages/Service/List.tsx                     |  4 +
 web/src/pages/Upstream/List.tsx                    |  3 +
 10 files changed, 169 insertions(+), 33 deletions(-)
 rename web/cypress/integration/route/{create-and-delete-route.spec.js => create-edit-delete-route.spec.js} (70%)
 create mode 100644 web/cypress/integration/route/search-route.spec.js
 copy web/src/{pages/Route/components/Step2/RequestRewriteView.tsx => hooks/useForceIntl.ts} (50%)