diff --git a/src/main/resources/wrong-secrets-configuration.yaml b/src/main/resources/wrong-secrets-configuration.yaml index 0fbc98184..3c2d741fe 100644 --- a/src/main/resources/wrong-secrets-configuration.yaml +++ b/src/main/resources/wrong-secrets-configuration.yaml @@ -722,7 +722,7 @@ configurations: difficulty: *expert category: *vault ctf: - enabled: true + enabled: false - name: Challenge 45 short-name: "challenge-45" @@ -735,7 +735,7 @@ configurations: difficulty: *expert category: *vault ctf: - enabled: true + enabled: false - name: Challenge 46 short-name: "challenge-46" @@ -748,7 +748,7 @@ configurations: difficulty: *expert category: *vault ctf: - enabled: true + enabled: false - name: Challenge 47 short-name: "challenge-47" @@ -761,7 +761,7 @@ configurations: difficulty: *normal category: *vault ctf: - enabled: true + enabled: false - name: Challenge 48 short-name: "challenge-48" diff --git a/src/test/e2e/cypress/integration/spoilers.cy.js b/src/test/e2e/cypress/integration/spoilers.cy.js index 54103bb35..8ea966c17 100644 --- a/src/test/e2e/cypress/integration/spoilers.cy.js +++ b/src/test/e2e/cypress/integration/spoilers.cy.js @@ -17,6 +17,7 @@ describe('Spoiler Tests', () => { cy.dataCy(SpoilersPage.SPOILER_ANSWER).should('not.contain', 'Error Decrypting') cy.dataCy(SpoilersPage.SPOILER_ANSWER).should('not.contain', 'Error Executing executable') cy.dataCy(SpoilersPage.SPOILER_ANSWER).should('not.contain', 'Error reading secret') + cy.dataCy(SpoilersPage.SPOILER_ANSWER).should('not.contain', 'Error, please add the dotnet binary to the challenges file.') }) }) })