Skip to content

Commit

Permalink
Merge pull request #3478 from UK-Export-Finance/chore/EMS-4121
Browse files Browse the repository at this point in the history
chore(EMS-4121): disable small export builder functionality
  • Loading branch information
abhi-markan authored Jan 14, 2025
2 parents 6b4a4f4 + f1060bc commit cfa9d11
Show file tree
Hide file tree
Showing 11 changed files with 166 additions and 211 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { APPLICATION } from '../../../../../../../constants';

context(
// TODO: EMS-4122
context.skip(
'Insurance - submit an application - Multiple policy type - Eligible for small export builder - Alternative currency - As an Exporter, I want to submit my completed credit insurance application, So that UKEF can process and make a decision on my application',
() => {
let referenceNumber;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { APPLICATION } from '../../../../../../../constants';

context(
// TODO: EMS-4122
context.skip(
'Insurance - submit an application - Multiple policy type - Not eligible for small export builder - Alternative currency - As an Exporter, I want to submit my completed credit insurance application, So that UKEF can process and make a decision on my application',
() => {
let referenceNumber;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { field as fieldSelector, headingCaption } from '../../../../../../../pages/shared';
import { multipleContractPolicyExportValuePage } from '../../../../../../../pages/insurance/policy';
import { LINKS, PAGES } from '../../../../../../../content-strings';
import { PAGES } from '../../../../../../../content-strings';
import { POLICY_FIELDS as FIELDS } from '../../../../../../../content-strings/fields/insurance/policy';
import { FIELD_VALUES } from '../../../../../../../constants';
import { POLICY as POLICY_FIELD_IDS } from '../../../../../../../constants/field-ids/insurance/policy';
Expand Down Expand Up @@ -103,6 +103,8 @@ context(
cy.checkText(field.hint.forExample(), HINT.FOR_EXAMPLE);
});

// TODO: EMS-4122
/*
it('should render an `initial credit limit` hint intro', () => {
cy.checkText(field.hint.initialCreditLimit.intro(), HINT.INITIAL_CREDIT_LIMIT.INTRO);
});
Expand All @@ -113,6 +115,7 @@ context(
cy.checkLink(field.hint.initialCreditLimit.link(), expectedHref, expectedText);
});
*/

it('should render a `no decimals` hint', () => {
cy.checkText(field.hint.noDecimals(), HINT.NO_DECIMALS);
Expand Down
Loading

0 comments on commit cfa9d11

Please sign in to comment.