Skip to content

Commit

Permalink
new locales
Browse files Browse the repository at this point in the history
  • Loading branch information
previ committed Jan 18, 2023
1 parent 426adb0 commit 6454bef
Show file tree
Hide file tree
Showing 20 changed files with 2,181 additions and 834 deletions.
6 changes: 4 additions & 2 deletions cypress/e2e/500_control.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ describe('load control page, verify stream is there', () => {
cy.get('a.v-list-item[href*="control"]').click()
cy.get('#app').click()
cy.get('button.video').click()
cy.wait(5000)
cy.get('button.video').click()
})

/*
it('say a phrase', () => {
cy.visit('http://localhost:8080')
cy.get('.v-carousel').should('exist')
Expand All @@ -58,4 +59,5 @@ describe('load control page, verify stream is there', () => {
cy.get('a.gallery').click()
cy.url().should('include', '/gallery')
})
})
*/
})
7 changes: 7 additions & 0 deletions cypress/e2e/700_settings.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@ describe('load homepage', () => {
cy.get('#app').click()
cy.get('button#0').should('exist')
cy.get('button#0').click()
cy.wait(500)
cy.get('#settings_password').should('exist')
cy.get('#settings_password').type('secret')
cy.get('#save').should('exist')
cy.get('#save').click()
cy.get('.v-snackbar__content').should('exist')
cy.visit('http://localhost:8080')
cy.get('.v-carousel').should('exist')
cy.get('button.v-app-bar-nav-icon').should('exist').click()
Expand All @@ -47,8 +50,12 @@ describe('load homepage', () => {
cy.get('#settings_password_verify').type('secret')
cy.get('#settings_password_verify_ok').click()
cy.get('#app').click()
cy.get('button#0').should('exist')
cy.get('button#0').click()
cy.wait(500)
cy.get('#settings_password').clear()
cy.get('#save').click()
cy.get('.v-snackbar__content').should('exist')
})

it('modifies most settings, valid values, save', () => {
Expand Down
Loading

0 comments on commit 6454bef

Please sign in to comment.