misc: remove features page buttons

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2023-03-29 17:00:26 +02:00 committed by Philip Molares
parent 6cc288a2ea
commit 4e3c1ede0e
5 changed files with 2 additions and 47 deletions

View file

@ -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')