Skip to content

Commit 61b861b

Browse files
committed
Fixing the number of input fields to count in settings tests.
1 parent 5640fbb commit 61b861b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

eform-client/cypress/e2e/plugins/time-planning-pn/b/time-planning-settings.spec.cy.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('Enable Backend Config plugin', () => {
3434

3535
const disabledInputFields = cy.get('.flex-cards.mt-4 mat-form-field');
3636
disabledInputFields
37-
.should('have.length', 21)
37+
.should('have.length', 22)
3838
.should('be.visible');
3939
disabledInputFields
4040
.should('have.attr', 'class')
@@ -119,7 +119,7 @@ describe('Enable Backend Config plugin', () => {
119119

120120
const enabledInputFields = cy.get('.flex-cards.mt-4 mat-form-field');
121121
enabledInputFields
122-
.should('have.length', 21)
122+
.should('have.length', 22)
123123
.should('be.visible');
124124
enabledInputFields
125125
.should('have.attr', 'class')
@@ -152,7 +152,7 @@ describe('Enable Backend Config plugin', () => {
152152

153153
const disabledInputFields = cy.get('.flex-cards.mt-4 mat-form-field');
154154
disabledInputFields
155-
.should('have.length', 21)
155+
.should('have.length', 22)
156156
.should('be.visible');
157157
disabledInputFields
158158
.should('have.attr', 'class')
@@ -198,7 +198,7 @@ describe('Enable Backend Config plugin', () => {
198198

199199
const enabledInputFields = cy.get('.flex-cards.mt-4 mat-form-field');
200200
enabledInputFields
201-
.should('have.length', 21)
201+
.should('have.length', 22)
202202
.should('be.visible');
203203
enabledInputFields
204204
.should('have.attr', 'class')

0 commit comments

Comments
 (0)