You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/12/23 16:01:44 UTC

[GitHub] [apisix-dashboard] idbeta opened a new issue #1113: request help: frontend E2E test (change upstream type to chash) need a better the search method

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:
users@infra.apache.org



[GitHub] [apisix-dashboard] membphis commented on issue #1113: request help: frontend E2E test (change upstream type to chash) need a better the search method

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #1113:
URL: https://github.com/apache/apisix-dashboard/issues/1113#issuecomment-752072974


   @LiteSun Need your help ^_^


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [apisix-dashboard] idbeta commented on issue #1113: request help: frontend E2E test (change upstream type to chash) need a better the search method

Posted by GitBox <gi...@apache.org>.
idbeta commented on issue #1113:
URL: https://github.com/apache/apisix-dashboard/issues/1113#issuecomment-752299653


   > @idbeta please provide a link about your example, it is easier to view
   
   ok, I have added the link.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [apisix-dashboard] juzhiyuan closed issue #1113: request help: frontend E2E test (change upstream type to chash) need a better the search method

Posted by GitBox <gi...@apache.org>.
juzhiyuan closed issue #1113:
URL: https://github.com/apache/apisix-dashboard/issues/1113


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [apisix-dashboard] moonming commented on issue #1113: request help: frontend E2E test (change upstream type to chash) need a better the search method

Posted by GitBox <gi...@apache.org>.
moonming commented on issue #1113:
URL: https://github.com/apache/apisix-dashboard/issues/1113#issuecomment-753723863


   ping @LiteSun 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [apisix-dashboard] membphis commented on issue #1113: request help: frontend E2E test (change upstream type to chash) need a better the search method

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #1113:
URL: https://github.com/apache/apisix-dashboard/issues/1113#issuecomment-752072797


   @idbeta please provide a link about your example, it is easier to view


----------------------------------------------------------------
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:
users@infra.apache.org