Skip to content

Commit

Permalink
Removed obsolete test
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhudec committed Dec 6, 2024
1 parent 33a996a commit a421537
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/end-to-end/cypress/specs/DIT/local-nav-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,4 @@ describe('DBT Permission', () => {
])
})
})

describe('event', () => {
beforeEach(() => {
const event = fixtures.event.create.defaultEvent()
cy.loadFixture([event])
cy.visit(urls.events.details(event.pk))
})

it('should display DBT only side navs', () => {
const navSelector = '[data-test="event-details-nav-link"]'
assertLocalNav(navSelector, ['Details', 'Attendee'])
})
})
})

0 comments on commit a421537

Please sign in to comment.