Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ngunner15 committed Sep 5, 2024
1 parent 58008be commit bd48bb5
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,22 @@ describe('A Class Seedlot Registration form, Orchard', () => {
.eq(0)
.should('have.text', regFormData.orchard.subtitle);

cy.get('.seedlot-orchard-title-row')
cy.get('.seedlot-gamete-title-row')
.find('h2')
.eq(1)
.should('have.text', regFormData.orchard.gameteTitle);

cy.get('.seedlot-orchard-title-row')
cy.get('.seedlot-gamete-title-row')
.find('.subtitle-section')
.eq(1)
.should('have.text', regFormData.orchard.gameteSubtitle);

cy.get('.seedlot-orchard-title-row')
.find('h2')
.eq(2)
.eq(1)
.should('have.text', regFormData.orchard.pollenTitle);

cy.get('.seedlot-orchard-title-row')
.find('.subtitle-section')
.eq(2)
.eq(1)
.should('have.text', regFormData.orchard.pollenSubtitle);
});

Expand Down

0 comments on commit bd48bb5

Please sign in to comment.