Skip to content

Commit

Permalink
fix(tests): set breaking changes for volto 16, bump package version t…
Browse files Browse the repository at this point in the history
…o 2.1.0, fix integration tests -refs #263347
  • Loading branch information
ana-oprea committed May 7, 2024
1 parent 843d101 commit 1e439eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pipeline {
BACKEND_PROFILES = "eea.kitkat:testing"
BACKEND_ADDONS = ""
VOLTO = "17"
VOLTO16_BREAKING_CHANGES = "no"
VOLTO16_BREAKING_CHANGES = "yes"
IMAGE_NAME = BUILD_TAG.toLowerCase()
}

Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/01-tags-block-basics.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('Blocks Tests', () => {
cy.get('.tags-title').contains('Tags Demo');
cy.get('.tags .tags-content .tag').contains('test 1');
cy.get('.tags .tags-content .tag').contains('test 2');
cy.get('.tags .tags-content a[target="_blank"].tag').contains('test 2');
cy.get('.tags .tags-content a[target="_blank"]').contains('test 2');

cy.createContent({
contentType: 'Document',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-tags-block",
"version": "2.0.0",
"version": "2.1.0",
"description": "@eeacms/volto-tags-block: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down

0 comments on commit 1e439eb

Please sign in to comment.