We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
now the method of change upstream type to cash and input hash_on and key which in frontend E2E test is:
change upstream type to cash and input hash_on and key
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.
https://github.com/apache/apisix-dashboard/blob/master/web/cypress/integration/upstream/create_and_delete_upstream.spec.js#L73-L84
The text was updated successfully, but these errors were encountered:
@idbeta please provide a link about your example, it is easier to view
Sorry, something went wrong.
@LiteSun Need your help ^_^
ok, I have added the link.
ping @LiteSun
LiteSun
Successfully merging a pull request may close this issue.
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:These steps seem too complicated, I hope there are simpler steps to achieve it.
https://github.com/apache/apisix-dashboard/blob/master/web/cypress/integration/upstream/create_and_delete_upstream.spec.js#L73-L84
The text was updated successfully, but these errors were encountered: