diff --git a/tests/e2e/changes.go b/tests/e2e/changes.go index acc1a796a4..d9ea830951 100644 --- a/tests/e2e/changes.go +++ b/tests/e2e/changes.go @@ -34,10 +34,11 @@ func initChangedFiles() { "tests/e2e/*.go", "tests/e2e/shared/*", // frontend files - "frontend/*.js", - "frontend/{base,index}.css", - // templates + "web_src/js/{index,utils}.*", + "web_src/css/{base,index}.css", + // templates and helpers "templates/base/**", + "modules/templates/**", } fullRunPatterns := []glob.Glob{} for _, expr := range globalPatterns {