Skip to content

Commit

Permalink
test: add pixel 6 pro motionphoto e2e test case
Browse files Browse the repository at this point in the history
  • Loading branch information
zackpollard committed Jul 16, 2024
1 parent dce1750 commit 909ffdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/src/api/specs/asset.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1181,6 +1181,10 @@ describe('/asset', () => {
filepath: 'formats/motionphoto/samsung-one-ui-6.heic',
checksum: '/ejgzywvgvzvVhUYVfvkLzFBAF0=',
},
{
filepath: 'formats/motionphoto/pixel-6-pro.jpg',
checksum: 'bFhLGbdK058PSk4FTfrSnoKWykc=',
},
])(`should extract motionphoto video from $filepath`, async ({ filepath, checksum }) => {
const response = await utils.createAsset(admin.accessToken, {
assetData: {
Expand Down

0 comments on commit 909ffdc

Please sign in to comment.