Skip to content

Commit

Permalink
fix(test): fix settings spec to account for new component
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <[email protected]>
  • Loading branch information
elzody committed Oct 15, 2024
1 parent aeb04ca commit 3b32611
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cypress/e2e/settings.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,9 @@ describe('Office admin settings', function() {
cy.get('.settings-entry.font-list-settings').contains(font)
})

// FIXME: Template settings only get visible after reload
cy.reload()
cy.get('#richdocuments-templates')
cy.get('.settings-section__name')
.contains('Global Templates')
.scrollIntoView()
.should('be.visible')

})
})

0 comments on commit 3b32611

Please sign in to comment.