Skip to content

Commit

Permalink
Fix beacon malfunction board tests
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Dec 13, 2023
1 parent 5c38fdf commit 56d0e56
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ context('Side Window > Beacon Malfunction Board', () => {
.children()
.eq(0)
.find('*[data-cy="side-window-beacon-malfunctions-card"]')
.should('have.length', 5)
.should('have.length', 6)
cy.get('*[data-cy="side-window-beacon-malfunctions-columns"]')
.children()
.eq(2)
Expand All @@ -38,7 +38,7 @@ context('Side Window > Beacon Malfunction Board', () => {
cy.get('*[data-cy="side-window-beacon-malfunctions-columns-INITIAL_ENCOUNTER"]')
.children()
.find('*[data-cy="side-window-beacon-malfunctions-card"]')
.should('have.length', 4)
.should('have.length', 5)
cy.get('*[data-cy="side-window-beacon-malfunctions-columns-AT_QUAY"]')
.children()
.find('*[data-cy="side-window-beacon-malfunctions-card"]')
Expand All @@ -54,7 +54,7 @@ context('Side Window > Beacon Malfunction Board', () => {
.children()
.eq(0)
.find('*[data-cy="side-window-beacon-malfunctions-header"]')
.contains('4')
.contains('5')
cy.get('*[data-cy="side-window-beacon-malfunctions-columns"]')
.children()
.eq(1)
Expand All @@ -71,7 +71,7 @@ context('Side Window > Beacon Malfunction Board', () => {
.children()
.eq(0)
.find('*[data-cy="side-window-beacon-malfunctions-card"]')
.should('have.length', 4)
.should('have.length', 5)
cy.get('*[data-cy="side-window-beacon-malfunctions-columns"]')
.children()
.eq(1)
Expand Down Expand Up @@ -437,7 +437,7 @@ context('Side Window > Beacon Malfunction Board', () => {
cy.get('*[data-cy="side-window-beacon-malfunctions-columns-INITIAL_ENCOUNTER"]')
.children()
.find('*[data-cy="side-window-beacon-malfunctions-card"]')
.should('have.length', 4)
.should('have.length', 5)
cy.get('*[data-cy="side-window-beacon-malfunctions-columns-FOUR_HOUR_REPORT"]')
.children()
.find('*[data-cy="side-window-beacon-malfunctions-card"]')
Expand All @@ -462,7 +462,7 @@ context('Side Window > Beacon Malfunction Board', () => {
cy.get('*[data-cy="side-window-beacon-malfunctions-columns-INITIAL_ENCOUNTER"]')
.children()
.find('*[data-cy="side-window-beacon-malfunctions-card"]')
.should('have.length', 4)
.should('have.length', 5)
cy.get('*[data-cy="side-window-beacon-malfunctions-columns-FOUR_HOUR_REPORT"]')
.children()
.find('*[data-cy="side-window-beacon-malfunctions-card"]')
Expand Down

0 comments on commit 56d0e56

Please sign in to comment.