diff --git a/test/cypress/docker/find/find.js b/test/cypress/docker/find/find.js index 09a9874a4..8cc750481 100644 --- a/test/cypress/docker/find/find.js +++ b/test/cypress/docker/find/find.js @@ -14,10 +14,7 @@ function getGitDiff(options) { async function getChangedModules() { let changedModules = new Set(); - const changes = [ - 'src/components/RegularizeStockForm.vue', - 'src/components/FilterTravelForm.vue', - ]; //getGitDiff(process.argv); + const changes = ['src/components/common/VnLocation.vue']; //getGitDiff(process.argv); for (const change of changes) { if (!change) continue; if (!FINDED_PATHS.some((prefix) => change.startsWith(prefix))) return '';