guoqqqi commented 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');` Resolve the error. Feel free to help me out if there is something wrong.😊 ---------------------------------------------------------------- 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]
