Skip to content

Commit cbd9c0c

Browse files
committed
fix snapshot name
1 parent ce0c412 commit cbd9c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-cli/testing/app-template.test.shared.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
9494
const customConfig = { threshold: 0.012, includeAA: true };
9595

9696
function compareSnapshot(image, name, overrideConfig = {}) {
97-
const snapshotName = `${layout}-${theme}-${viewportName}-${name}`;
97+
const snapshotName = `${layout}-${theme}-${viewportName}-${name}-snap`;
9898
const snapshotPath = path.join(diffSnapshotsDir, `${snapshotName}.png`);
9999
const diffPath = path.join(diffSnapshotsDir, `${snapshotName}.diff.png`);
100100

0 commit comments

Comments
 (0)