LiteSun commented on a change in pull request #1093:
URL: https://github.com/apache/apisix-dashboard/pull/1093#discussion_r547104965
##########
File path: web/cypress/integration/route/create-edit-delete-route.spec.js
##########
@@ -18,6 +18,7 @@
context('Create and Delete Route', () => {
const name = `routeName${new Date().valueOf()}`;
+ const newname = `newName${new Date().valueOf()}`;
Review comment:
```suggestion
const newName = `newName${new Date().valueOf()}`;
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]