idbeta opened a new issue #1113:
URL: https://github.com/apache/apisix-dashboard/issues/1113
# Feature request
## Please describe your feature
now the method of `change upstream type to cash and input hash_on and key`
which in frontend E2E test is:
```
cy.get('[title=roundrobin]').click();
cy.wait(sleepTime);
cy.get('.ant-select-item:nth-child(2)').click();
cy.get('#hash_on').click();
cy.wait(sleepTime);
cy.get('.ant-select-item-option-active:nth-child(1) >
.ant-select-item-option-content').click();
cy.get('#key').click();
cy.wait(sleepTime);
cy.get('div:nth-child(8) .ant-select-item:nth-child(1) >
.ant-select-item-option-content:nth-child(1)').click();
```
These steps seem too complicated, I hope there are simpler steps to achieve
it.
----------------------------------------------------------------
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]