liuxiran commented on pull request #1691: URL: https://github.com/apache/apisix-dashboard/pull/1691#issuecomment-813083336
Hi @stu01509 , thanks for your nice work. since you added a new tab for the response results area, you have to modify the fe e2e test cases at the same time to fix the fe e2e test failure  Try to add `cy.get('#rc-tabs-1-tab-response').should('be.visible').click();` after each `cy.wait('@DebugAPI');` in the https://github.com/apache/apisix-dashboard/blob/master/web/cypress/integration/route/online-debug.spec.js Or just put the `Response`(Response Body would be better) before `Response Header` is also a better choice, for most users will pay attention to the response body first. -- 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]
