add the documentation for the hardbreak extension

This commit is contained in:
Hans Pagel
2020-09-10 11:35:56 +02:00
parent 254e0b042b
commit 0a8e15623b
3 changed files with 72 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
context('/api/extensions/hard-break', () => {
beforeEach(() => {
cy.visit('/api/extensions/hard-break')
})
})