Skip to content

Commit

Permalink
EPMRPP-94763 || Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Aug 29, 2024
1 parent 3d3f255 commit 7219cce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### Fixed
- Video attachment won't play after downloading, resolves [#202](https://github.com/reportportal/agent-js-cypress/issues/202). Thanks to [ashvinjaiswal](https://github.com/ashvinjaiswal).

## [5.3.3] - 2024-08-15
### Added
Expand Down
1 change: 1 addition & 0 deletions test/reporter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ describe('reporter script', () => {
});
});

// TODO: Fix the tests
describe.skip('sendVideoOnFinishSuite', function () {
let customSuiteNameAttachment;

Expand Down
1 change: 1 addition & 0 deletions test/utils/attachments.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ describe('attachment utils', () => {
});
});

// TODO: Fix the tests
describe.skip('waitForVideoFile', () => {
beforeEach(() => {
jest.useFakeTimers();
Expand Down

0 comments on commit 7219cce

Please sign in to comment.