[ACA-990] e2e fixes (#101)

* change selector
rename methods
separate pagination tests into multiple files to try to avoid jasmine timeout
increase a bit the timeouts

* shared-links api needs a bit more time to complete

* a bit more time
This commit is contained in:
Adina Parpalita
2017-11-30 21:44:21 +02:00
committed by Denys Vuika
parent c8e318c5ee
commit 2ce7d57737
17 changed files with 940 additions and 714 deletions

View File

@@ -11,14 +11,14 @@ const width = 1366;
const height = 768;
exports.config = {
allScriptsTimeout: 11000,
allScriptsTimeout: 30000,
specs: [
'./e2e/suites/authentication/*.test.ts',
'./e2e/suites/list-views/*.test.ts',
'./e2e/suites/application/page-titles.test.ts',
'./e2e/suites/navigation/side-navigation.test.ts',
'./e2e/suites/pagination/pagination.test.ts',
'./e2e/suites/pagination/*.test.ts',
'./e2e/suites/actions/*.test.ts'
],
@@ -38,7 +38,7 @@ exports.config = {
framework: 'jasmine2',
jasmineNodeOpts: {
showColors: true,
defaultTimeoutInterval: 30000,
defaultTimeoutInterval: 50000,
print: function() {}
},