guoqqqi edited a comment on pull request #1570: URL: https://github.com/apache/apisix-dashboard/pull/1570#issuecomment-795670862
> cc @juzhiyuan @guoqqqi FE CI failed. PTAL > https://github.com/apache/apisix-dashboard/pull/1570/checks?check_run_id=2077434026 The error is due to the element being fetched before the data has finished loading, creating a separation from the element after the data has finished loading. You can add ` cy.contains('Custom').should('be .visible');`after line 43 of `web/cypress/integration/pluginTemplate/create-plugin-template-with-route.spec.js` Resolve the error. If I have something wrong, please help me to point out the correction. 😊 ---------------------------------------------------------------- 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: us...@infra.apache.org