From 4c39ccb25c4dfe2932366916303e2365a8f284de Mon Sep 17 00:00:00 2001 From: Jaycean Date: Fri, 12 Mar 2021 00:58:30 +0800 Subject: [PATCH] fix: fix fe ci failed --- .../pluginTemplate/create-plugin-template-with-route.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/cypress/integration/pluginTemplate/create-plugin-template-with-route.spec.js b/web/cypress/integration/pluginTemplate/create-plugin-template-with-route.spec.js index 67bd664a40..36a2f8e19e 100644 --- a/web/cypress/integration/pluginTemplate/create-plugin-template-with-route.spec.js +++ b/web/cypress/integration/pluginTemplate/create-plugin-template-with-route.spec.js @@ -41,6 +41,7 @@ context('Create PluginTemplate Binding To Route', () => { cy.contains('Next').click(); cy.get(this.domSelector.nodes_0_host).type(this.data.ip1); cy.contains('Next').click(); + cy.contains('Custom').should('be.visible'); cy.get(this.domSelector.customSelector).click(); cy.contains(this.data.pluginTemplateName).click();