This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new afa05e7 fix: fix fe ci failed (#1577)
afa05e7 is described below
commit afa05e706e45d4867b3556524e240fef4b73ff06
Author: JinChen <[email protected]>
AuthorDate: Fri Mar 12 09:51:49 2021 +0800
fix: fix fe ci failed (#1577)
---
.../integration/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 67bd664..36a2f8e 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();