[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:
Adina Parpalita
2019-05-09 14:57:32 +03:00
committed by Suzana Dirla
parent 996975fdb5
commit d5f8699976
14 changed files with 990 additions and 492 deletions

View File

@@ -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: {