Skip to content

Commit

Permalink
Merge branch 'main' into feat-text-wrap-balance
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Aug 7, 2024
2 parents 17b345b + 488801c commit d39eaaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion showcases/screen-reader/tests/button.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const test = getTest();
test.describe('DBButton', () => {
testDefault({
test,
title: 'should not have icon in screen reader (next)',
title: 'should not have icon in screen reader (next())',
url: './#/02/button?page=content',
async testFn(voiceOver, nvda) {
if (nvda) {
Expand Down
2 changes: 1 addition & 1 deletion showcases/screen-reader/tests/input.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const test = getTest();
test.describe('DBInput', () => {
testDefault({
test,
title: 'should have message and label (next)',
title: 'should have message and label (next())',
url: './#/03/input?page=variant%20helper%20message',
async testFn(voiceOver, nvda) {
if (nvda) {
Expand Down
2 changes: 1 addition & 1 deletion showcases/screen-reader/tests/radio.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const test = getTest();
test.describe('DBRadio', () => {
testDefault({
test,
title: 'should label duplicated (next)',
title: 'should label duplicated (next())',
url: './#/03/radio?page=density',
async testFn(voiceOver, nvda) {
if (nvda) {
Expand Down

0 comments on commit d39eaaf

Please sign in to comment.