Skip to content

Commit

Permalink
fix fe ci failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaycean committed Mar 11, 2021
1 parent 55fd1a4 commit 0a710f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 0a710f8

Please sign in to comment.