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 = () => {
4343 `./../../packages/components/src/components/${ componentName } /${ componentName } .spec.tsx`
4444 ) ;
4545 const hasShowcaseVisuals = FS . existsSync (
46- `./../../showcases/e2e/${ componentName } /${ componentName } -snapshot.spec.ts`
46+ `./../../showcases/e2e/${ componentName } /${ componentName } -visual- snapshot.spec.ts`
4747 ) ;
4848 const hasShowcaseTest = FS . existsSync (
49- `./../../showcases/e2e/${ componentName } /${ componentName } -a11y .spec.ts`
49+ `./../../showcases/e2e/${ componentName } /${ componentName } -axe-core .spec.ts`
5050 ) ;
5151 const hasScreenReaderTest = FS . existsSync (
5252 `./../../showcases/screen-reader/tests/${ componentName } .spec.ts`
You can’t perform that action at this time.
0 commit comments