Skip to content

Commit

Permalink
fix: the CI error for #1518 (#1523)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoqqqi authored Mar 1, 2021
1 parent 93e55ec commit 816ba9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ 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 () {
cy.visit('/');
cy.contains('Plugin').click();
cy.contains('Create').click();

cy.fixture('plugin-dataset.json').as('cases');
cy.get('@cases').then((cases) => {
cy.configurePlugins(cases);
});
Expand Down

0 comments on commit 816ba9e

Please sign in to comment.