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 10:52:47 UTC

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

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



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




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