Skip to content

Commit

Permalink
Merge pull request #73 from eea/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
alecghica authored May 8, 2024
2 parents 7863b3b + 095b4ce commit a63da06
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [0.1.46](https://github.com/eea/volto-climate-advisory-board-policy/compare/0.1.45...0.1.46) - 29 April 2024

#### :hammer_and_wrench: Others

- fix alignment of title and publish date [Teodor - [`ab58521`](https://github.com/eea/volto-climate-advisory-board-policy/commit/ab58521592ad6b62a3d0c50f279255936a968070)]
- fix integration tests [Teodor - [`43bfc0b`](https://github.com/eea/volto-climate-advisory-board-policy/commit/43bfc0b1d5e21877eb5e3a99934d16fdb068947f)]
- add cypress version [Teodor - [`7d8e56d`](https://github.com/eea/volto-climate-advisory-board-policy/commit/7d8e56d9a2adcbf7d520231cac4c6b93b662f25e)]
- fix prettier in cypress file [Teodor - [`21ba9ec`](https://github.com/eea/volto-climate-advisory-board-policy/commit/21ba9ec47e63f4f1de3b48eb464cb023156601a5)]
- Fix Vertical Spacing and Alignment of Title and Publish Date of News and Publications [Teodor - [`a7495bb`](https://github.com/eea/volto-climate-advisory-board-policy/commit/a7495bb886a41d372304fa29a9446b3cc96c7381)]
### [0.1.45](https://github.com/eea/volto-climate-advisory-board-policy/compare/0.1.44...0.1.45) - 20 March 2024

#### :house: Internal changes
Expand Down
4 changes: 3 additions & 1 deletion cypress/e2e/01-block-basics.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ describe('Blocks Tests', () => {
// Add block
cy.get('.ui.basic.icon.button.block-add-button').first().click();
cy.get('.blocks-chooser .title').contains('Common').click();
cy.get('.content.active.common .button.hero').contains('Hero').click({ force: true });
cy.get('.content.active.common .button.hero')
.contains('Hero')
.click({ force: true });

// Configure block
cy.getSlate().click().type('Hero Block');
Expand Down
7 changes: 0 additions & 7 deletions cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ export const slateBeforeEach = (contentType = 'Document') => {
path: 'cypress',
});
cy.visit('/cypress/my-page');
// cy.waitForResourceToLoad('@navigation');
// The breadcrumb is auto-expanded.
// cy.waitForResourceToLoad('@breadcrumbs');
// cy.waitForResourceToLoad('@actions');
// cy.waitForResourceToLoad('@types');
// cy.waitForResourceToLoad('my-page');
cy.wait('@content');
cy.navigate('/cypress/my-page/edit');
};

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-climate-advisory-board-policy",
"version": "0.1.45",
"version": "0.1.46",
"description": "@eeacms/volto-climate-advisory-board-policy: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency",
Expand Down Expand Up @@ -31,6 +31,7 @@
"url": "git@github.com:eea/volto-climate-advisory-board-policy.git"
},
"devDependencies": {
"cypress": "13.1.0",
"@cypress/code-coverage": "^3.10.0",
"@plone/scripts": "*",
"babel-plugin-transform-class-properties": "^6.24.1",
Expand Down
5 changes: 3 additions & 2 deletions theme/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ svg.tertiary > g {
}

.ui.fluid.cards .ui.fluid.card div.content {
padding: 1em;
padding-top: 0.75em !important;
padding-left: 0.2em !important;
margin-bottom: 1.5em;
}

Expand All @@ -247,7 +248,7 @@ svg.tertiary > g {

.ui.fluid.cards .ui.fluid.card div.content div.meta {
position: absolute;
bottom: 1em;
bottom: 0.25em;
width: 50%;
padding-top: 1em;
color: #a3a3a3;
Expand Down

0 comments on commit a63da06

Please sign in to comment.