liuxiran commented on a change in pull request #1326:
URL: https://github.com/apache/apisix-dashboard/pull/1326#discussion_r561425643



##########
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:
       The regular expression does not take into account the case of 
`localhost`, that is why CI failed🤣, I will update soon, thanks all your help 
@LiteSun @juzhiyuan 




----------------------------------------------------------------
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]


Reply via email to