Skip to content

Commit

Permalink
fixup! Port settings to vue
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlSchwan committed Aug 1, 2022
1 parent b42e178 commit 3d64175
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/integration/settings.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ describe('Check that user\'s settings survive a reload', () => {
it('Activity summary survive a reload', () => {
let input = cy.get("#app-content").contains("Send daily activity summary in the morning").parentsUntil('.settings-section').children('input')

console.debug(input)
input.check({force: true})
input.should('be.checked')

cy.reload()
input = cy.get("#app-content").contains("Send daily activity summary in the morning").parentsUntil('.settings-section').children('input')
Expand Down

0 comments on commit 3d64175

Please sign in to comment.