From 43cd3fd1dd8f4556b1c5134b6e2e1a75b119519f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iulia=20Burc=C4=83?= Date: Wed, 25 Nov 2020 08:21:19 +0200 Subject: [PATCH] [ACA-3601] Enable tests excluded by ACA-3601 (#1789) * Enable tests excluded by ACA-3601 * add version-actions tests to protractor.conf --- e2e/protractor.excludes.json | 15 --------------- protractor.conf.js | 1 + 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/e2e/protractor.excludes.json b/e2e/protractor.excludes.json index 77c933c53..43cdb5199 100644 --- a/e2e/protractor.excludes.json +++ b/e2e/protractor.excludes.json @@ -1,19 +1,4 @@ { - "C586766" : "Include once ACA starts using ACS 7+, https://alfresco.atlassian.net/browse/ACA-3601", - "C586767" : "Include once ACA starts using ACS 7+, https://alfresco.atlassian.net/browse/ACA-3601", - "C586768" : "Include once ACA starts using ACS 7+, https://alfresco.atlassian.net/browse/ACA-3601", - "C586769" : "Include once ACA starts using ACS 7+, https://alfresco.atlassian.net/browse/ACA-3601", - "C586770" : "Include once ACA starts using ACS 7+, https://alfresco.atlassian.net/browse/ACA-3601", - "C586771" : "Include once ACA starts using ACS 7+, https://alfresco.atlassian.net/browse/ACA-3601", - "C586772" : "Include once ACA starts using ACS 7+, https://alfresco.atlassian.net/browse/ACA-3601", - "C586773" : "Include once ACA starts using ACS 7+, https://alfresco.atlassian.net/browse/ACA-3601", - "C586774" : "Include once ACA starts using ACS 7+, https://alfresco.atlassian.net/browse/ACA-3601", - "C586776" : "Include once ACA starts using ACS 7+, https://alfresco.atlassian.net/browse/ACA-3601", - "C586777" : "Include once ACA starts using ACS 7+, https://alfresco.atlassian.net/browse/ACA-3601", - "C586778" : "Include once ACA starts using ACS 7+, https://alfresco.atlassian.net/browse/ACA-3601", - "C586779" : "Include once ACA starts using ACS 7+, https://alfresco.atlassian.net/browse/ACA-3601", - "C586780" : "Include once ACA starts using ACS 7+, https://alfresco.atlassian.net/browse/ACA-3601", - "C586781" : "Include once ACA starts using ACS 7+, https://alfresco.atlassian.net/browse/ACA-3601", "C280132" : "https://alfresco.atlassian.net/browse/ACA-4167", "C280093" : "https://alfresco.atlassian.net/browse/ACA-4167", "C269007" : "EXIF aspect missing on latest ACS" diff --git a/protractor.conf.js b/protractor.conf.js index 09e63c246..536b62e71 100755 --- a/protractor.conf.js +++ b/protractor.conf.js @@ -73,6 +73,7 @@ exports.config = { './e2e/suites/actions/create-file-from-template.test.ts', './e2e/suites/actions/upload-file.test.ts', './e2e/suites/actions/upload-new-version.test.ts', + './e2e/suites/actions/version-actions.test.ts', './e2e/suites/actions/delete-undo-delete.test.ts', './e2e/suites/actions/permanently-delete.test.ts', './e2e/suites/actions/restore.test.ts',