From 96704498fd3d3d7428c92d52946166d257b55ef9 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Tue, 3 May 2022 13:30:35 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fd6f18699a..55ca2f06cda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ Summary * Enhancement - Make rename resource icon always visible instead just on hover: [#6817](https://github.com/owncloud/web/pull/6817) * Enhancement - Polish the upload overlay: [#6837](https://github.com/owncloud/web/pull/6837) * Enhancement - Redesign link sharing: [#6749](https://github.com/owncloud/web/pull/6749) +* Enhancement - Get rid of the integration tests: [#6863](https://github.com/owncloud/web/pull/6863) * Enhancement - Replace deprecated String.prototype.substr(): [#6718](https://github.com/owncloud/web/pull/6718) * Enhancement - Resumable uploads: [#6202](https://github.com/owncloud/web/pull/6202) * Enhancement - Update ODS to v13.1.0-rc.5: [#6749](https://github.com/owncloud/web/pull/6749) @@ -188,6 +189,14 @@ Details https://github.com/owncloud/web/pull/6749 +* Enhancement - Get rid of the integration tests: [#6863](https://github.com/owncloud/web/pull/6863) + + We've decided to get rid of our integration test suite. Our unit and e2e tests get better and + better with each release and have now reached the point where they can replace the integration + tests. + + https://github.com/owncloud/web/pull/6863 + * Enhancement - Replace deprecated String.prototype.substr(): [#6718](https://github.com/owncloud/web/pull/6718) We've replaced all occurrences of the deprecated String.prototype.substr() function with