mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 03:27:05 -04:00
misc: remove features page buttons
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
6cc288a2ea
commit
4e3c1ede0e
5 changed files with 2 additions and 47 deletions
|
@ -26,17 +26,6 @@ describe('Intro page', () => {
|
|||
})
|
||||
})
|
||||
|
||||
describe('features button', () => {
|
||||
it('is hidden when logged in', () => {
|
||||
cy.getByCypressId('features-button').should('not.exist')
|
||||
})
|
||||
|
||||
it('is visible when logged out', () => {
|
||||
cy.logout()
|
||||
cy.getByCypressId('features-button').should('exist')
|
||||
})
|
||||
})
|
||||
|
||||
describe('sign in button', () => {
|
||||
it('is hidden when logged in', () => {
|
||||
cy.getByCypressId('sign-in-button').should('not.exist')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue