Skip to content

Commit

Permalink
Update src/components/address-input/_macro.spec.js
Browse files Browse the repository at this point in the history
Co-authored-by: rmccar <[email protected]>
  • Loading branch information
precious-onyenaucheya-ons and rmccar authored Nov 7, 2024
1 parent 7166e92 commit 62c7663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/address-input/_macro.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 62c7663

Please sign in to comment.