Skip to content

Commit

Permalink
Update sea_front_filter.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron authored Jan 29, 2025
1 parent f39bc90 commit 2de84df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ context('Side Window > Mission List > Sea Front VesselFilter (= submenu)', () =>
})

it('Should have the expected submenu counters', () => {
cy.getDataCy('side-window-sub-menu-ALL-number').should('have.text', '14')
cy.getDataCy('side-window-sub-menu-ALL-number').should('have.text', '15')
cy.getDataCy('side-window-sub-menu-MED-number').should('have.text', '3')
cy.getDataCy('side-window-sub-menu-MEMN-number').should('have.text', '6')
})
Expand All @@ -22,6 +22,6 @@ context('Side Window > Mission List > Sea Front VesselFilter (= submenu)', () =>
it('Should filter for ALL missions', () => {
cy.get('[data-cy="side-window-sub-menu-ALL"]').click()

cy.get('.TableBodyRow').should('have.length', 14)
cy.get('.TableBodyRow').should('have.length', 15)
})
})

0 comments on commit 2de84df

Please sign in to comment.