mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[AAE-1237] remove excluded test (#5336)
* remove excluded test * move exclude list in e2e folder
This commit is contained in:
5
e2e/protractor.excludes.json
Normal file
5
e2e/protractor.excludes.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"C260249" : "REPO-4772 ACS 6.2",
|
||||||
|
"C291954" : "AAE-1179 Group Task",
|
||||||
|
"C291955" : "AAE-1179 Group Task"
|
||||||
|
}
|
@@ -127,7 +127,7 @@ exports.config = {
|
|||||||
defaultTimeoutInterval: 120000,
|
defaultTimeoutInterval: 120000,
|
||||||
print: () => {},
|
print: () => {},
|
||||||
...SmartRunner.withOptionalExclusions(
|
...SmartRunner.withOptionalExclusions(
|
||||||
resolve(__dirname, 'protractor.excludes.json')
|
resolve(__dirname, './e2e/protractor.excludes.json')
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"C260249" : "REPO-4772 ACS 6.2",
|
|
||||||
"C291954" : "AAE-1179 Group Task",
|
|
||||||
"C291955" : "AAE-1179 Group Task",
|
|
||||||
"C260111" : "AAE-1174 ACS account not displayed by default",
|
|
||||||
"C260117" : "AAE-1237 rendition service not working with ACS 6.2",
|
|
||||||
"C291940" : "AAE-1237 rendition service not working with ACS 6.2"
|
|
||||||
}
|
|
Reference in New Issue
Block a user