juzhiyuan commented on a change in pull request #1326:
URL: https://github.com/apache/apisix-dashboard/pull/1326#discussion_r560808184
##########
File path: web/cypress/integration/route/online-debug.spec.js
##########
@@ -54,6 +54,9 @@ context('Online debug', () => {
cy.get(domSelector.uriInput).type(`${defaultSettings.serveUrlMap[SERVE_ENV].split('//').pop()}${uri}`);
cy.contains(routeLocaleUS['page.route.button.send']).click();
// should not show the notification
+
+ // test ci failed
+ cy.wait(500)
Review comment:
Could we use `interceptor` to check if that request is finished?
----------------------------------------------------------------
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]