FangSen9000 commented on code in PR #2604:
URL: https://github.com/apache/apisix-dashboard/pull/2604#discussion_r963560313


##########
web/cypress/e2e/rest/service-edit-service-with-upstream.cy.js:
##########
@@ -73,7 +73,7 @@ context('Edit Service with Upstream', () => {
     cy.get(selector.description).type(data.description);
     cy.get(selector.upstreamSelector).click();
     cy.contains(data.upstreamName).click();
-    cy.get(selector.input).should('be.disabled');
+    cy.get(selector.input).should('not.be.disabled');
 

Review Comment:
   If you don't click next, some will be banned and some will not. Its 
positioning of elements is not accurate. It may refer to all input boxes, but 
there are forbidden and good input boxes. No matter whether it is '.not ' or 
'.be', it will make mistakes. If it refers to the box just entered, there is 
something wrong with its writing. It's better to delete it.
   
   **In a word**, name has just been written. It will not be abandoned until I 
click ‘next’.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to