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


##########
web/cypress/e2e/plugin/create-delete-in-drawer-plugin.cy.js:
##########
@@ -292,12 +292,12 @@ context('Delete Plugin List with the Drawer', () => {
       cy.contains(item)
         .parents(selector.pluginCardBordered)
         .within(() => {
-          cy.get('button').click();
+          cy.get('button', 'Enable').click();

Review Comment:
   Well, I thought this would be more stable, and I would cancel the 'enable'. 
   
   > As for "this E2E test actually disabled the plugins and then attempted to 
check if the plugin was enabled (or switch is in" on "state) which is causing 
failure in CI." 
   
   what do you think should be solved? You can change it directly in my PR
   @butterfly1924 
   cc @bzp2010 



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