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 2021/04/10 14:52:24 UTC

[GitHub] [apisix-dashboard] LiteSun commented on a change in pull request #1734: fix: FE CI unstable

LiteSun commented on a change in pull request #1734:
URL: https://github.com/apache/apisix-dashboard/pull/1734#discussion_r611054128



##########
File path: web/cypress/support/commands.js
##########
@@ -72,6 +72,17 @@ Cypress.Commands.add('configurePlugins', (cases) => {
           });
         });
 
+        cy.get(domSelector.codeMirrorMode).invoke('text').then(text => {
+          if (text === 'Form') {
+            // FIXME: https://github.com/cypress-io/cypress/issues/7306

Review comment:
       > please create a issue for it
   
   ok, https://github.com/apache/apisix-dashboard/issues/1738 




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