FangSen9000 commented on code in PR #2581:
URL: https://github.com/apache/apisix-dashboard/pull/2581#discussion_r963486955
##########
web/cypress/e2e/plugin/create-route-with-plugin-orchestration.cy.js:
##########
@@ -59,6 +59,7 @@ context('Create and delete route with plugin orchestration',
() => {
cy.contains('Next').click();
cy.get(selector.groupButton).contains('Orchestration').click();
+ cy.wait(1000);
Review Comment:
This can reduce the retry time of cypress by about 2 times.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]