FangSen9000 commented on code in PR #2581:
URL: https://github.com/apache/apisix-dashboard/pull/2581#discussion_r984202540
##########
web/cypress/e2e/plugin/plugin-schema.cy.js:
##########
@@ -75,10 +75,6 @@ describe('Plugin Schema Test', () => {
} else {
cy.log(`${name} not a global plugin, skipping`);
}
-
- if (cases.length === i + 1) {
- cy.reload(true);
- }
Review Comment:
Frequent refreshing is the **root cause** of plugin-schema.cy.js' error. In
fact, the logic of the test case is completely correct. It is the constant
aspiration of **umi.js**
--
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]