Skip to content

Commit

Permalink
Disable video and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinos Galanakis committed Aug 2, 2023
1 parent fbdfc12 commit 1bbbebf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion tests/cypress/cypress-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = defineConfig({
screenshotsFolder: 'tests/cypress/screenshots',
videosFolder: 'tests/cypress/videos',
downloadsFolder: 'tests/cypress/downloads',
video: true,
video: false,
e2e: {
setupNodeEvents(on, config) {
return setBaseUrl(on, config);
Expand Down
3 changes: 0 additions & 3 deletions tests/cypress/e2e/insert-block.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ describe('Command: insertBlock', () => {
const paragraph = 'Paragraph ' + randomName();
cy.createPost({
beforeSave: () => {
// Close Welcome Guide.
cy.closeWelcomeGuide();

cy.insertBlock('core/paragraph').then(id => {
cy.get(`#${id}`).click().type(paragraph);
});
Expand Down

0 comments on commit 1bbbebf

Please sign in to comment.