Skip to content

Commit

Permalink
Update OPDRACHTEN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jensdon authored Aug 7, 2024
1 parent 191c3cd commit 9a5e059
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions OPDRACHTEN.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,21 @@ HikerTest.java > CampingTest.java

In deze repository staan deze files ook, plak de inhoud hiervan in je Cyber Dojo omgeving en run de testen.
Er is een maximum van 5 sterren die je kunt toewijzen aan een camping. Implementeer dit in de Camping class en schrijf enkele unittesten om dit aan te tonen. Denk aan grenswaarden en equivalentieklassen.

## Kenter website


```
describe('template spec', () => {
Cypress.on('uncaught:exception', (err, runnable) => {
return false;
});
it('passes', () => {
cy.visit('https://www.kenter.nu');
cy.get('#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll').click();
});
});
```



0 comments on commit 9a5e059

Please sign in to comment.