Skip to content

Commit

Permalink
Update blocks.cy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Feb 25, 2024
1 parent 43e442a commit 7bae2f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions acceptance/cypress/tests/blocks.cy.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
context('Blocks Acceptance Tests', () => {
describe('Searchkit Block Tests', () => {
beforeEach(() => {
// given a logged in editor and a page in edit mode
cy.visit('/');
cy.intercept('GET', `/**/*?expand*`).as('content');
cy.intercept('GET', '/**/Document').as('schema');

cy.autologin();
cy.navigate('/');

cy.createContent({
contentType: 'Document',
Expand Down

0 comments on commit 7bae2f1

Please sign in to comment.