Skip to content

Commit

Permalink
chore(EMS-3942): remove business - companies house number functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
ttbarnes committed Oct 17, 2024
1 parent 4182e23 commit fd8167b
Show file tree
Hide file tree
Showing 29 changed files with 4 additions and 1,211 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,6 @@ jobs:
'your-business/alternative-trading-address/**/*.spec.js',
'your-business/change-your-answers/**/*.spec.js',
'your-business/check-your-answers/**/*.spec.js',
'your-business/companies-house-number/*.spec.js',
'your-business/company-details/**/*.spec.js',
'your-business/credit-control/**/*.spec.js',
'your-business/nature-of-business/**/*.spec.js',
Expand Down
1 change: 0 additions & 1 deletion e2e-tests/constants/routes/insurance/business.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const EXPORTER_BUSINESS = {
COMPANY_DETAILS_CHANGE: `${COMPANY_DETAILS_ROOT}/change`,
COMPANY_DETAILS_CHECK_AND_CHANGE: `${COMPANY_DETAILS_ROOT}/check-and-change`,
COMPANY_DETAILS_SAVE_AND_BACK: `${COMPANY_DETAILS_ROOT}/save-and-back`,
ENTER_COMPANIES_HOUSE_NUMBER: `${ROOT}/enter-companies-house-number`,
ALTERNATIVE_TRADING_ADDRESS_ROOT,
ALTERNATIVE_TRADING_ADDRESS_CHANGE: `${ALTERNATIVE_TRADING_ADDRESS_ROOT}/change`,
ALTERNATIVE_TRADING_ADDRESS_CHECK_AND_CHANGE: `${ALTERNATIVE_TRADING_ADDRESS_ROOT}/check-and-change`,
Expand Down
5 changes: 0 additions & 5 deletions e2e-tests/content-strings/pages/insurance/business/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ export const ROOT = {
OUTRO: 'It should only take a few minutes to complete.',
};

export const ENTER_COMPANIES_HOUSE_NUMBER = {
...SHARED,
PAGE_TITLE: 'Enter your Companies House registration number (CRN)',
};

export const COMPANY_DETAILS = {
...SHARED,
PAGE_TITLE: 'Your company details',
Expand Down

This file was deleted.

This file was deleted.

44 changes: 0 additions & 44 deletions src/api/.keystone/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/api/constants/allowed-graphql-resolvers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const CUSTOM_RESOLVERS = [
'getCompaniesHouseInformation',
'getApplicationByReferenceNumber',
'submitApplication',
'updateCompanyPostDataMigration',

// feedback
'createFeedbackAndSendEmail',
Expand Down
Loading

0 comments on commit fd8167b

Please sign in to comment.