Skip to content

Commit

Permalink
finaliize fixing checks
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Apr 16, 2024
1 parent b7648d3 commit 0641813
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ updates:
schedule:
interval: "monthly"

#cypress updates -1
- package-ecosystem: "npm"
directory: "/src/test/e2e"
schedule:
interval: "monthly"

#cypress updates -2
- package-ecosystem: "npm"
directory: "/src/test/K8s-tests"
schedule:
interval: "monthly"
# check our npm for dev
- package-ecosystem: "npm"
directory: "/"
Expand Down
1 change: 1 addition & 0 deletions src/test/K8s-tests/cypress/e2e/Challenge45Test.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ describe('Challenge45 Tests', () => {
cy.get('[data-cy=spoiler-answer]').invoke('text').then(spoilerAnswer => {
// Asserting that the spoiler is not a default value
expect(spoilerAnswer.trim()).to.not.equal('if_you_see_this_please_use_K8S_and_Vault')
expect(spoilerAnswer.trim()).to.not.equal('ACTUAL_ANSWER_CHALLENGE7')
expect(spoilerAnswer.trim()).to.not.be.empty

// Visit the challenge page and submit the spoiler as the answer
Expand Down

0 comments on commit 0641813

Please sign in to comment.