mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[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:
committed by
Denys Vuika
parent
c8e318c5ee
commit
2ce7d57737
@@ -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() {}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user