@eeacms/volto-resize-helper
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -7,6 +7,13 @@ ### Changelog | ||
#### [0.2.6](https://github.com/eea/volto-resize-helper/compare/0.2.5...0.2.6) | ||
- Correct Cypress tests [`#7`](https://github.com/eea/volto-resize-helper/pull/7) | ||
- Refs #142010 - Optimize Volto-addons gitflow pipelines [`c19d7c2`](https://github.com/eea/volto-resize-helper/commit/c19d7c2e3ae1bf89b0e492906c60ca3b18118a1b) | ||
#### [0.2.5](https://github.com/eea/volto-resize-helper/compare/0.2.4...0.2.5) | ||
- Added with-scrollbar class to <body> [`c319cab`](https://github.com/eea/volto-resize-helper/commit/c319cab3dd2c545d22c2972d789f99c4b50ab360) | ||
> 1 November 2021 | ||
- Added with-scrollbar class to <body> [`#6`](https://github.com/eea/volto-resize-helper/pull/6) | ||
#### [0.2.4](https://github.com/eea/volto-resize-helper/compare/0.2.3...0.2.4) | ||
@@ -13,0 +20,0 @@ |
@@ -8,13 +8,14 @@ import { setupBeforeEach, tearDownAfterEach } from '../support'; | ||
it('Add Block: Empty', () => { | ||
// without this the clear command below does nothing sometimes | ||
cy.wait(500); | ||
// Change page title | ||
cy.get('.documentFirstHeading > .public-DraftStyleDefault-block') | ||
.clear() | ||
.type('My Add-on Page') | ||
.get('.documentFirstHeading span[data-text]') | ||
.contains('My Add-on Page'); | ||
cy.get('[contenteditable=true]').first().clear(); | ||
cy.get('.documentFirstHeading > .public-DraftStyleDefault-block').type( | ||
'{enter}', | ||
); | ||
cy.get('[contenteditable=true]').first().type('My Add-on Page'); | ||
cy.get('.documentFirstHeading').contains('My Add-on Page'); | ||
cy.get('[contenteditable=true]').first().type('{enter}'); | ||
// Add block | ||
@@ -21,0 +22,0 @@ cy.get('.ui.basic.icon.button.block-add-button').first().click(); |
@@ -47,3 +47,3 @@ // *********************************************************** | ||
cy.navigate('/cypress/my-page/edit'); | ||
cy.get(`.block.title [data-contents]`); | ||
cy.get(`.block.title h1`); | ||
}; | ||
@@ -50,0 +50,0 @@ |
{ | ||
"name": "@eeacms/volto-resize-helper", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "@eeacms/volto-resize-helper: Volto add-on", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
Sorry, the diff of this file is not supported yet
43764
654