feat(splitter): add snapping, icon and buttons to splitter

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-10-16 23:15:52 +02:00
parent 0984a84a68
commit 5ba1e9e565
19 changed files with 822 additions and 460 deletions

View file

@ -10,7 +10,6 @@ const title = 'This is a test title'
describe('Document Title', () => {
beforeEach(() => {
cy.visitTestNote()
cy.getByCypressId('view-mode-both').should('exist')
})
describe('title should be yaml metadata title', () => {