Skip to content

Commit

Permalink
chore: add more words to long title
Browse files Browse the repository at this point in the history
  • Loading branch information
Caele committed Mar 17, 2023
1 parent 81acc0b commit 31b70d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rendering/listbox/listbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
sc = { toolbar: false };
break;
case 'longTitle':
sc = { title: 'Alpha long title' };
sc = { title: 'Alpha long title that needs more words' };
break;
default:
throw new Error('Invalid test scenario', s);
Expand Down

0 comments on commit 31b70d6

Please sign in to comment.