mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1258] automate tests for viewing file/image properties (#1101)
* split InfoDrawer test component and add tests for viewing properties * add “date item” to spell ignore and remove commented code * try to increase timeout
This commit is contained in:
committed by
Suzana Dirla
parent
996975fdb5
commit
d5f8699976
@@ -80,7 +80,7 @@ exports.config = {
|
||||
'--incognito',
|
||||
'--headless',
|
||||
'--remote-debugging-port=9222',
|
||||
'--disable-gpu',
|
||||
`--window-size=${width},${height}`,
|
||||
'--no-sandbox'
|
||||
]
|
||||
}
|
||||
@@ -94,7 +94,7 @@ exports.config = {
|
||||
framework: 'jasmine',
|
||||
jasmineNodeOpts: {
|
||||
showColors: true,
|
||||
defaultTimeoutInterval: 60000,
|
||||
defaultTimeoutInterval: 100000,
|
||||
print: function() {}
|
||||
},
|
||||
|
||||
@@ -118,11 +118,6 @@ exports.config = {
|
||||
project: 'e2e/tsconfig.e2e.json'
|
||||
});
|
||||
|
||||
browser
|
||||
.manage()
|
||||
.window()
|
||||
.setSize(width, height);
|
||||
|
||||
jasmine.getEnv().addReporter(
|
||||
new SpecReporter({
|
||||
spec: {
|
||||
|
Reference in New Issue
Block a user