From d16567b35a177f13f1844fba5be24a10978a08c1 Mon Sep 17 00:00:00 2001 From: boyantonchev Date: Thu, 5 Dec 2024 11:37:38 +0200 Subject: [PATCH] Updates GraphDB version ## What Updates the GraphDB version. ## Why The Cypress tests are executed against a GraphDB instance, which has a new TR version. This update changes the GraphDB version to the latest available version. ## How Updates the GraphDB version in the environment configuration file. --- .env | 2 +- Jenkinsfile | 1 + test-cypress/integration/repository/repositories.spec.js | 5 +---- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.env b/.env index 1d10ba575..1a3b2776c 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -GDB_VERSION=10.8.2-TR +GDB_VERSION=11.0.0-TR1 diff --git a/Jenkinsfile b/Jenkinsfile index 2c8045cf5..7dbbe8c1b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,7 @@ pipeline { tools { nodejs 'nodejs-20.11.1' + jdk 'adopt_openjdk21' } environment { diff --git a/test-cypress/integration/repository/repositories.spec.js b/test-cypress/integration/repository/repositories.spec.js index 6d4f4681b..abab9a2be 100644 --- a/test-cypress/integration/repository/repositories.spec.js +++ b/test-cypress/integration/repository/repositories.spec.js @@ -492,10 +492,7 @@ describe('Repositories', () => { RepositorySteps.getRepositoryIdEditElement().should('have.css', 'cursor').and('match', /not-allowed/); }); - /** - * Skip it temporarily because it needs backend changes to be merged - */ - it.skip('should allow editing of repository name if repository is not in cluster', () => { + it('should allow editing of repository name if repository is not in cluster', () => { // When I create a repository, cy.createRepository({id: repositoryId}); // and go to edit the repository page.