chore: bug in ci
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user