Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
precious-onyenaucheya-ons committed Sep 17, 2024
1 parent 89e8ed0 commit c9cf6ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/address-input/_macro.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { renderComponent, templateFaker } from '../../tests/helpers/rendering';
import { EXAMPLE_AUTOSUGGEST_ADDRESS_MINIMAL, EXAMPLE_MANUAL_INPUT_FIELDS } from './_test-examples';

describe('FOR: address-input', () => {
describe('GIVEN: Params: none', () => {
describe('WHEN: All params are at default state', () => {
describe('GIVEN: Params: required', () => {
describe('WHEN: All 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 c9cf6ea

Please sign in to comment.