This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 1924ea7 fix: change validURL to http://localhost:8000/routes/list
(#1442)
1924ea7 is described below
commit 1924ea74dc618c53ae048415cbb81ed4f12114f7
Author: liuxiran <[email protected]>
AuthorDate: Sat Feb 6 08:20:55 2021 +0800
fix: change validURL to http://localhost:8000/routes/list (#1442)
---
web/cypress/integration/settings/settings-smoketest.spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/cypress/integration/settings/settings-smoketest.spec.js
b/web/cypress/integration/settings/settings-smoketest.spec.js
index ad24ad8..0eff48a 100644
--- a/web/cypress/integration/settings/settings-smoketest.spec.js
+++ b/web/cypress/integration/settings/settings-smoketest.spec.js
@@ -23,7 +23,7 @@ context('settings page smoke test', () => {
grafanaExplanation2: 'Address is illegality',
updateSuccessfully: 'Update Configuration Successfully',
invalidURL: 'httx://www.test.com',
- validURL: 'https://apisix.apache.org/',
+ validURL: 'http://localhost:8000/routes/list',
fetchURL: 'fetchURL',
fetch: '@fetchURL',
}