write about the paragraph extension

This commit is contained in:
Hans Pagel
2020-09-09 16:12:39 +02:00
parent ec81bb9bc0
commit 0efab21338
4 changed files with 67 additions and 35 deletions

View File

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