diff --git a/src/components/address-input/_macro.spec.js b/src/components/address-input/_macro.spec.js index 015ff0a52c..c0c077dbee 100644 --- a/src/components/address-input/_macro.spec.js +++ b/src/components/address-input/_macro.spec.js @@ -8,7 +8,7 @@ import { EXAMPLE_AUTOSUGGEST_ADDRESS_MINIMAL, EXAMPLE_MANUAL_INPUT_FIELDS } from describe('FOR: Macro: Address-input', () => { describe('GIVEN: Params: required', () => { - describe('WHEN: all required params are provided', () => { + describe('WHEN: required params are provided', () => { const $ = cheerio.load(renderComponent('address-input', EXAMPLE_AUTOSUGGEST_ADDRESS_MINIMAL)); test('THEN: jest-axe tests pass', async () => {