document text style and font family extensions (wip)

This commit is contained in:
Hans Pagel
2020-11-06 16:12:53 +01:00
parent f28f33f140
commit 5ec6e8bfd7
4 changed files with 16 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
context('/api/marks/text-style', () => {
before(() => {
cy.visit('/api/marks/text-style')
})
})