Web:Files:Tests: update pathToModels for cloneModelScreenshot helper

This commit is contained in:
Timofey Boyko 2022-05-18 16:07:11 +03:00
parent 13a96c920f
commit eaee2d2375

View File

@ -65,7 +65,7 @@ function copyFile(filePath) {
});
}
const pathToModels = "../screenshots/translation";
const pathToModels = path.resolve(__dirname, "../screenshots/translation");
function cloneModelScreenshot() {
getFiles(pathToModels, function (err, files) {