Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ince-dbt committed Feb 4, 2025
1 parent 4046046 commit 11228fe
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions test/functional/cypress/specs/export-pipeline/add-export-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ describe('Export pipeline create', () => {
cy.get('[data-test="field-owner"]'),
ERROR_MESSAGES.owner
)
assertFieldError(
cy.get('[data-test="field-status"]'),
ERROR_MESSAGES.status
)
assertFieldError(
cy.get('[data-test="field-estimated_export_value_years"]'),
ERROR_MESSAGES.estimated_export_value_years
Expand All @@ -184,18 +188,10 @@ describe('Export pipeline create', () => {
ERROR_MESSAGES.destination_country,
false
)
assertFieldError(
cy.get('[data-test="field-status"]'),
ERROR_MESSAGES.status
)
assertFieldError(
cy.get('[data-test="field-sector"]'),
ERROR_MESSAGES.sector
)
assertFieldError(
cy.get('[data-test="field-status"]'),
ERROR_MESSAGES.status
)
assertFieldError(
cy.get('[data-test="field-export_potential"]'),
ERROR_MESSAGES.export_potential
Expand Down

0 comments on commit 11228fe

Please sign in to comment.