From 52fc54becb77c37a16c23d251dde86771a583fa3 Mon Sep 17 00:00:00 2001 From: liuxiran Date: Fri, 8 Jan 2021 13:22:48 +0800 Subject: [PATCH] fix: try test --- web/cypress/integration/plugin/schema-smocktest.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/cypress/integration/plugin/schema-smocktest.spec.js b/web/cypress/integration/plugin/schema-smocktest.spec.js index 1878fbf82f..ee3325fe44 100644 --- a/web/cypress/integration/plugin/schema-smocktest.spec.js +++ b/web/cypress/integration/plugin/schema-smocktest.spec.js @@ -71,9 +71,9 @@ context('smoke test for plugin schema', () => { } else { cy.get(this.selector.notification).should('contain', 'Invalid plugin data'); - cy.get('.anticon-close').click({ + /* cy.get('.anticon-close').click({ multiple: true, - }); + }); */ cy.contains('Cancel').click({ force: true, });