mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -04:00
feat: add settings dialog
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
39823275a0
commit
4e18ce38f3
45 changed files with 656 additions and 376 deletions
|
@ -9,6 +9,7 @@ import { languages } from '../fixtures/languages'
|
|||
describe('Languages', () => {
|
||||
beforeEach(() => {
|
||||
cy.visitHome()
|
||||
cy.getByCypressId('settingsButton').click()
|
||||
})
|
||||
|
||||
it('all languages are available', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue