Skip to content
Snippets Groups Projects

Resolve "CI: E2E tests are not working since docker image update"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -33,7 +33,7 @@ export const config: Options.Testrunner = {
// will be called from there.
//
specs: [
'./e2e/**/*.ts'
'./e2e/**/*e2e-spec.ts'
],
// Patterns to exclude.
exclude: [
Loading