File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
showcases/patternhub/scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ const generateTestTable = () => {
43
43
`./../../packages/components/src/components/${ componentName } /${ componentName } .spec.tsx`
44
44
) ;
45
45
const hasShowcaseVisuals = FS . existsSync (
46
- `./../../showcases/e2e/${ componentName } /${ componentName } -snapshot.spec.ts`
46
+ `./../../showcases/e2e/${ componentName } /${ componentName } -visual- snapshot.spec.ts`
47
47
) ;
48
48
const hasShowcaseTest = FS . existsSync (
49
- `./../../showcases/e2e/${ componentName } /${ componentName } -a11y .spec.ts`
49
+ `./../../showcases/e2e/${ componentName } /${ componentName } -axe-core .spec.ts`
50
50
) ;
51
51
const hasScreenReaderTest = FS . existsSync (
52
52
`./../../showcases/screen-reader/tests/${ componentName } .spec.ts`
You can’t perform that action at this time.
0 commit comments