add premium hints everywhere, add premium flags to the navigation, add a license page

This commit is contained in:
Hans Pagel
2020-10-28 18:05:20 +01:00
parent 83eac2ddd8
commit 86c528830c
12 changed files with 168 additions and 12 deletions

View File

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