Skip to content

Commit

Permalink
chore: revert navigation unit test for config tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Nil20 committed Aug 28, 2024
1 parent b4f73af commit 2ca17e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/client/src/components/interface/Navigation.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ describe('Navigation for national system admin related tests', () => {
)
})

it.only('Tabs loaded successfully including config tab', async () => {
expect(testComponent.exists('#navigation_team')).toBeTruthy()
expect(testComponent.exists('#navigation_config_main')).toBeTruthy()
testComponent.find('#navigation_config_main').hostNodes().simulate('click')
testComponent.update()
})

it('No application related tabs', async () => {
expect(testComponent.exists('#navigation_progress')).toBeFalsy()
expect(testComponent.exists('#navigation_sentForReview')).toBeFalsy()
Expand Down

0 comments on commit 2ca17e5

Please sign in to comment.