This is an automated email from the ASF dual-hosted git repository.

sunyi 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 816ba9e  fix:  the CI error for #1518 (#1523)
816ba9e is described below

commit 816ba9ec5e37327e151ca095a280ee2d087097f1
Author: guoqqqi <[email protected]>
AuthorDate: Mon Mar 1 12:31:45 2021 +0800

    fix:  the CI error for #1518 (#1523)
---
 web/cypress/integration/plugin/create-edit-delete-plugin.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/cypress/integration/plugin/create-edit-delete-plugin.spec.js 
b/web/cypress/integration/plugin/create-edit-delete-plugin.spec.js
index 017a5cd..dcde1b4 100644
--- a/web/cypress/integration/plugin/create-edit-delete-plugin.spec.js
+++ b/web/cypress/integration/plugin/create-edit-delete-plugin.spec.js
@@ -24,7 +24,6 @@ context('Create and Delete Plugin List', () => {
 
     cy.fixture('selector.json').as('domSelector');
     cy.fixture('data.json').as('data');
-    cy.fixture('plugin-dataset.json').as('cases');
   });
 
   it('should visit plugin market', function () {
@@ -32,6 +31,7 @@ context('Create and Delete Plugin List', () => {
     cy.contains('Plugin').click();
     cy.contains('Create').click();
 
+    cy.fixture('plugin-dataset.json').as('cases');
     cy.get('@cases').then((cases) => {
       cy.configurePlugins(cases);
     });

Reply via email to