chore: bug in ci

This commit is contained in:
James
2024-04-08 12:07:34 -04:00
committed by Jarrod Flesch
parent 5bfff5b7ba
commit 09c2fb10f3

View File

@@ -53,7 +53,7 @@ if (!suiteName) {
} else {
// Run specific suite
clearWebpackCache()
const suitePath = path.resolve(dirname, suiteName, 'e2e.spec.ts').replace('__', '/')
const suitePath = path.resolve(dirname, suiteName, 'e2e.spec.ts').replaceAll('__', '/')
executePlaywright(suitePath)
}