Skip to content

Commit

Permalink
Break lint and tests on purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
leolpc21 committed Jul 8, 2024
1 parent 7682852 commit baaa2a8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions cypress/e2e/authenticated.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@ describe('Scenarios where authentication is a pre-condition', () => {

it('logs out', { tags: '@desktop-and-tablet' }, () => {
cy.visit('/')
cy.wait('@getNotes')

if (Cypress.config('viewportWidth') < Cypress.env('viewportWidthBreakpoint')) {
cy.get('.navbar-toggle.collapsed')
.should('be.visible')
.click()
}
cy.wait(2000)

cy.contains('.nav a', 'Logout').click()

Expand Down

0 comments on commit baaa2a8

Please sign in to comment.