Skip to content

Commit

Permalink
Merge pull request #643 from eea/develop
Browse files Browse the repository at this point in the history
Release @eeacms/[email protected]
  • Loading branch information
GhitaB authored Nov 15, 2024
2 parents 864e414 + 0e8208d commit b20fac6
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 91 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ 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).

### [3.344.0](https://github.com/eea/clms-frontend/compare/3.343.0...3.344.0) - 14 November 2024

#### :rocket: Dependency updates

- Release @eeacms/volto-clms-theme@1.1.200 [EEA Jenkins - [`87483c7`](https://github.com/eea/clms-frontend/commit/87483c723846a26d35450c68c4702c2a7b24c1ac)]

#### :house: Documentation changes

- docs: [JENKINS] Automated badge update of README.md [EEA Jenkins - [`a920bd3`](https://github.com/eea/clms-frontend/commit/a920bd326bd214df2444795ced820e51df591c7e)]

#### :hammer_and_wrench: Others

- fix tests [ana-oprea - [`ea187aa`](https://github.com/eea/clms-frontend/commit/ea187aa0bcdea9701e0b23a640cdb506adbb4bce)]
- fix tests [ana-oprea - [`3b36449`](https://github.com/eea/clms-frontend/commit/3b364493820892782220a5957d669d001403a99d)]
- fix tests [ana-oprea - [`1d0e969`](https://github.com/eea/clms-frontend/commit/1d0e96902b9992110dcffc2e08ab2b48beb3e7a3)]
### [3.343.0](https://github.com/eea/clms-frontend/compare/3.342.0...3.343.0) - 14 November 2024

#### :rocket: Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Release](https://img.shields.io/github/v/release/eea/clms-frontend?sort=semver)](https://github.com/eea/clms-frontend/releases)
[![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto/clms-frontend/master&subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto/job/clms-frontend/job/master/display/redirect)
[![Pipeline develop](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Fclms-frontend%2Fdevelop&subject=develop)](https://ci.eionet.europa.eu/view/Github/job/volto/job/clms-frontend/job/develop/lastBuild/display/redirect)
[![Release pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Fclms-frontend%2F3.343.0&build=last&subject=release%20v3.343.0%20pipeline)](https://ci.eionet.europa.eu/view/Github/job/volto/job/clms-frontend/job/3.343.0/lastBuild/display/redirect/)
[![Release pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Fclms-frontend%2F3.344.0&build=last&subject=release%20v3.344.0%20pipeline)](https://ci.eionet.europa.eu/view/Github/job/volto/job/clms-frontend/job/3.344.0/lastBuild/display/redirect/)

## [CLMS Installation](https://github.com/eea/clms-frontend/blob/develop/CLMS_INSTALL.md) full guide
## Backend
Expand Down
24 changes: 18 additions & 6 deletions cypress/e2e/cart.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,9 @@ describe('Cart Tests', () => {
});

// Download cart
cy.get('a.ccl-button.ccl-button--default').click();
cy.get(
'.content-area .ui.container .ccl-container a.ccl-button.ccl-button--default',
).click();

//expect an empty cart
cy.wait('@datarequest_post');
Expand Down Expand Up @@ -406,7 +408,9 @@ describe('Cart Tests', () => {
selectEntireCart();

// Download cart
cy.get('a.ccl-button.ccl-button--default').click();
cy.get(
'.content-area .ui.container .ccl-container a.ccl-button.ccl-button--default',
).click();
cy.wait('@datarequest_post');

cy.get('.ui.container h1').should('contain', 'Cart');
Expand Down Expand Up @@ -502,7 +506,9 @@ describe('Cart Tests', () => {
selectEntireCart();

// Download cart
cy.get('a.ccl-button.ccl-button--default').click();
cy.get(
'.content-area .ui.container .ccl-container a.ccl-button.ccl-button--default',
).click();
cy.wait('@datarequest_post');

cy.get('.ui.container h1').should('contain', 'Cart');
Expand Down Expand Up @@ -558,7 +564,9 @@ describe('Cart Tests', () => {
selectEntireCart();

// Download cart
cy.get('a.ccl-button.ccl-button--default').click();
cy.get(
'.content-area .ui.container .ccl-container a.ccl-button.ccl-button--default',
).click();
cy.wait('@datarequest_post');

cy.get('.ui.container h1').should('contain', 'Cart');
Expand Down Expand Up @@ -629,7 +637,9 @@ describe('Cart Tests', () => {
selectEntireCart();

// Download cart
cy.get('a.ccl-button.ccl-button--default').click();
cy.get(
'.content-area .ui.container .ccl-container a.ccl-button.ccl-button--default',
).click();
cy.wait('@datarequest_post');

cy.get('.ui.container h1').should('contain', 'Cart');
Expand Down Expand Up @@ -750,7 +760,9 @@ describe('Cart Tests', () => {
).as('datarequest_post');

// Download cart
cy.get('a.ccl-button.ccl-button--default').click();
cy.get(
'.content-area .ui.container .ccl-container a.ccl-button.ccl-button--default',
).click();
cy.wait('@datarequest_post');

cy.get('.ui.container h1').should('contain', 'Cart');
Expand Down
77 changes: 0 additions & 77 deletions cypress/e2e/profile.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,47 +21,6 @@ describe('Profile view Tests', () => {

// third tab
cy.get('.left-menu .card a').eq(2).click();
tab_title = 'CLMS updates subscribers';
cy.get('.left-menu .card.active a').should('contain', tab_title);
cy.get('h1.page-title').should(
'contain',
'Download a list of CLMS updates subscribers',
);
cy.url().should('contain', '#clms_updates_subscribers');

// fourth tab
cy.get('.left-menu .card a').eq(3).click();
tab_title = 'Subscribe to the CLMS updates';
cy.get('.left-menu .card.active a').should('contain', tab_title);
cy.get('h1.page-title').should('contain', tab_title);
cy.url().should('contain', '#subscribe_to_the_clms_updates');

// fifth tab
cy.get('.left-menu .card a').eq(4).click();
tab_title = 'Subscribe to news notifications';
cy.get('.left-menu .card.active a').should('contain', tab_title);
cy.get('h1.page-title').should('contain', tab_title);
cy.url().should('contain', '#subscribe_to_news_notifications');

// sixth tab
cy.get('.left-menu .card a').eq(5).click();
tab_title = 'Subscribe to event notifications';
cy.get('.left-menu .card.active a').should('contain', tab_title);
cy.get('h1.page-title').should('contain', tab_title);
cy.url().should('contain', '#subscribe_to_event_notifications');

// seventh tab
cy.get('.left-menu .card a').eq(6).click();
tab_title = 'Subscribe to production updates';
cy.get('.left-menu .card.active a').should('contain', tab_title);
cy.get('h1.page-title').should(
'contain',
'Subscribe to production updates notifications',
);
cy.url().should('contain', '#subscribe_to_production_updates');

// eighth tab
cy.get('.left-menu .card a').eq(7).click();
tab_title = 'Delete profile';
cy.get('.left-menu .card.active a').should('contain', tab_title);
cy.get('h1.page-title').should('contain', 'Delete your profile');
Expand All @@ -81,42 +40,6 @@ describe('Profile view Tests', () => {
cy.get('h1.page-title').should('contain', tab_title);

// third tab
cy.navigate(`/en/${profile_id}#clms_updates_subscribers`);
tab_title = 'CLMS updates subscribers';
cy.get('.left-menu .card.active a').should('contain', tab_title);
cy.get('h1.page-title').should(
'contain',
'Download a list of CLMS updates subscribers',
);

// fourth tab
cy.navigate(`/en/${profile_id}#subscribe_to_the_clms_updates`);
tab_title = 'Subscribe to the CLMS updates';
cy.get('.left-menu .card.active a').should('contain', tab_title);
cy.get('h1.page-title').should('contain', tab_title);

// fifth tab
cy.navigate(`/en/${profile_id}#subscribe_to_news_notifications`);
tab_title = 'Subscribe to news notifications';
cy.get('.left-menu .card.active a').should('contain', tab_title);
cy.get('h1.page-title').should('contain', tab_title);

// sixth tab
cy.navigate(`/en/${profile_id}#subscribe_to_event_notifications`);
tab_title = 'Subscribe to event notifications';
cy.get('.left-menu .card.active a').should('contain', tab_title);
cy.get('h1.page-title').should('contain', tab_title);

// seventh tab
cy.navigate(`/en/${profile_id}#subscribe_to_production_updates`);
tab_title = 'Subscribe to production updates';
cy.get('.left-menu .card.active a').should('contain', tab_title);
cy.get('h1.page-title').should(
'contain',
'Subscribe to production updates notifications',
);

// eighth tab
cy.navigate(`/en/${profile_id}#delete_profile`);
tab_title = 'Delete profile';
cy.get('.left-menu .card.active a').should('contain', tab_title);
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "clms-frontend",
"description": "Volto Frontend for CLMS site",
"license": "MIT",
"version": "3.343.0",
"version": "3.344.0",
"private": true,
"workspaces": [
"src/addons/volto-arcgis-block",
Expand Down Expand Up @@ -169,7 +169,7 @@
"dependencies": {
"@babel/runtime": "7.20.6",
"@eeacms/volto-arcgis-block": "0.1.314",
"@eeacms/volto-clms-theme": "1.1.199",
"@eeacms/volto-clms-theme": "1.1.200",
"@eeacms/volto-clms-utils": "0.1.15",
"@eeacms/volto-eea-kitkat": "^24.0.1",
"@eeacms/volto-sentry-rancher-config": "5.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1857,9 +1857,9 @@ __metadata:
languageName: node
linkType: hard

"@eeacms/volto-clms-theme@npm:1.1.199":
version: 1.1.199
resolution: "@eeacms/volto-clms-theme@npm:1.1.199"
"@eeacms/volto-clms-theme@npm:1.1.200":
version: 1.1.200
resolution: "@eeacms/volto-clms-theme@npm:1.1.200"
dependencies:
"@eeacms/volto-accordion-block": 7.0.0
"@eeacms/volto-arcgis-block": "*"
Expand Down Expand Up @@ -1895,7 +1895,7 @@ __metadata:
volto-cookie-banner: 2.1.0
volto-dropdownmenu: 4.0.0
volto-form-block: 3.0.1
checksum: 5bcfeea88c4a7458f683f05690dc171d19601a738ee761b47eafff33f91323ef7dae897624af91ad2ba637d72820999daa66ee8e5a9efa4c7c958d39c98cf904
checksum: 9d046b82ba99224244e1d67d06f92766b04e3f51c8a59804d8e6cea7d3dcff9d37331a0ea6ba5c006250b59d911316f1d1b5d58315c41a0d776ac6ac0fdf6c3f
languageName: node
linkType: hard

Expand Down Expand Up @@ -6812,7 +6812,7 @@ __metadata:
dependencies:
"@babel/runtime": 7.20.6
"@eeacms/volto-arcgis-block": 0.1.314
"@eeacms/volto-clms-theme": 1.1.199
"@eeacms/volto-clms-theme": 1.1.200
"@eeacms/volto-clms-utils": 0.1.15
"@eeacms/volto-eea-kitkat": ^24.0.1
"@eeacms/volto-sentry-rancher-config": 5.0.0
Expand Down

0 comments on commit b20fac6

Please sign in to comment.