liuxiran opened a new pull request #1451: URL: https://github.com/apache/apisix-dashboard/pull/1451
Please answer these questions before submitting a pull request - Why submit this pull request? - [ ] Bugfix - [ ] New feature provided - [ ] Improve performance - [ ] Backport patches - Related issues ___ ### Bugfix - Description 1. https://github.com/apache/apisix-dashboard/runs/1843264349 I reproduced this failure locally, the error occurred due to It has not changed to step two after click `Next` button in step one  Solution: add `cy.get(this.domSelector.name).should('value', data.route_name);` to ensure edit page has ready loaded add `{force: true}` to `Next` button click to ensure the button clicked 2. https://github.com/apache/apisix-dashboard/pull/1445/checks?check_run_id=1847652754 I reproduced this failure locally, the error occurred due to It has stop on login page after `should create an upstream` run off, I tried to merge `should enter the Route creator` `should disable Upstream input boxes after selecting an existing upstream` and `should submit custom Upstream properties successfully` into one case `should create route with upstream just created`, because it will do login before every test case runs ---------------------------------------------------------------- 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]
