Feature/ACA-1676 e2e share file (#1106)

* ACA-1676 add share tests with user logouts

* ACA-1676 add share tests with user logouts

* ACA-1676 split the logout test into own describe and reformat the tests a bit.

* ACA-1676 split the logout test into own describe and reformat the tests a bit.

* ACA-1676 split the logout test into own describe and reformat the tests a bit.

* ACA-1676 split the logout test into own describe and reformat the tests a bit.

* ACA-1676 change some protractor config as suggested from Adina

* ACA-1676 change some protractor config as suggested from Adina
This commit is contained in:
Martin Muller
2019-05-14 16:58:58 +01:00
committed by Adina Parpalita
parent d8e3b9ada0
commit 39f528af67
3 changed files with 1019 additions and 1019 deletions

View File

@@ -80,7 +80,7 @@ exports.config = {
'--incognito',
'--headless',
'--remote-debugging-port=9222',
`--window-size=${width},${height}`,
'--disable-gpu',
'--no-sandbox'
]
}
@@ -118,6 +118,11 @@ exports.config = {
project: 'e2e/tsconfig.e2e.json'
});
browser
.manage()
.window()
.setSize(width, height);
jasmine.getEnv().addReporter(
new SpecReporter({
spec: {