update test expectation

This commit is contained in:
Yury Semikhatsky 2024-03-08 18:32:25 -08:00
parent ccc95ec335
commit 8fc89a939a

View file

@ -907,12 +907,12 @@ test('should attach expected/actual/diff with snapshot path', async ({ runInline
{
name: 'test/path/snapshot-actual.png',
contentType: 'image/png',
path: 'a-is-a-test/test/path/snapshot-actual.png'
path: 'a-is-a-test/test-path-snapshot-actual.png'
},
{
name: 'test/path/snapshot-diff.png',
contentType: 'image/png',
path: 'a-is-a-test/test/path/snapshot-diff.png'
path: 'a-is-a-test/test-path-snapshot-diff.png'
}
]);
});