Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Mar 23, 2024
1 parent bd88836 commit 322a078
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 63 deletions.
2 changes: 1 addition & 1 deletion cypress/support/commands.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import '@plone/volto-testing/cypress/support/commands';
import '@plone/volto/cypress/add-commands';
2 changes: 1 addition & 1 deletion cypress/support/e2e.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'cypress-axe';
import 'cypress-file-upload';
import './commands';
import { setup, teardown } from './reset-fixture';
import { setup, teardown } from '@plone/volto/cypress/support/reset-fixture';

beforeEach(function () {
cy.log('Setting up API fixture');
Expand Down
45 changes: 0 additions & 45 deletions cypress/support/reset-fixture.js

This file was deleted.

14 changes: 0 additions & 14 deletions cypress/support/slate.js

This file was deleted.

3 changes: 1 addition & 2 deletions mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"output": "./",
"package": "@plone/volto",
"url": "[email protected]:plone/volto.git",
"https": "https://github.com/plone/volto.git",
"tag": "18.0.0-alpha.23"
"https": "https://github.com/plone/volto.git"
}
}

0 comments on commit 322a078

Please sign in to comment.