liuxiran commented on a change in pull request #1326:
URL: https://github.com/apache/apisix-dashboard/pull/1326#discussion_r560833899
##########
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?
In fact, this test case does not have to wait for the response of the
request, because It only needs to validate the url
and it passed in my local env.
However, it is possible that multiple requests are made frequently and
errors are reported because of blocking. PLS let me try to find out the exact
cause of the problem first, then I'll try `interceptor` ^_^
----------------------------------------------------------------
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]