Skip to content

Commit

Permalink
Fix naming of tests in generate-e2e-tests.js (#4319)
Browse files Browse the repository at this point in the history
* Fix casing on test name

* Adds dialog test file

* Fix duplicates
  • Loading branch information
owenniblock authored Feb 28, 2024
1 parent 45f0863 commit bf1a5d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/generate-e2e-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ const components = new Map([
},
],
[
'Dialog v1',
'DialogV1',
{
stories: [
{
Expand Down Expand Up @@ -1415,7 +1415,7 @@ const components = new Map([
},
],
[
'Tooltip V2',
'TooltipV2',
{
stories: [
{
Expand Down

0 comments on commit bf1a5d4

Please sign in to comment.