Skip to content

Commit

Permalink
Update components/card/test/card.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
YonatanKra committed Apr 4, 2022
1 parent 4987203 commit f477c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/card/test/card.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ describe('Card', () => {
describe(`supportingText`, function () {
const supportingText = 'This is the supporting text';

it(`should set the supporting according to the attribute`, async function () {
it(`should set the text according to the attribute`, async function () {
const [actualElement] = addElement(
textToDomToParent(`<${COMPONENT_NAME} text="${supportingText}">Content</${COMPONENT_NAME}>`)
);
Expand Down

0 comments on commit f477c37

Please sign in to comment.