mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1928] e2e improvements - part2 (#884)
* refactor Mark as favourite tests rename method to be more clear create separate methods for some checks and actions * forgot some changes * refactor delete-undo tests * some more refactoring * fix * small improvements / refactoring
This commit is contained in:
committed by
Cilibiu Bogdan
parent
b8ce533759
commit
24f5f01900
@@ -52,6 +52,7 @@ exports.config = {
|
||||
],
|
||||
|
||||
SELENIUM_PROMISE_MANAGER: true,
|
||||
|
||||
capabilities: {
|
||||
browserName: 'chrome',
|
||||
chromeOptions: {
|
||||
@@ -71,7 +72,7 @@ exports.config = {
|
||||
// baseUrl: 'http://localhost:4000',
|
||||
getPageTimeout: 50000,
|
||||
|
||||
framework: 'jasmine2',
|
||||
framework: 'jasmine',
|
||||
jasmineNodeOpts: {
|
||||
showColors: true,
|
||||
defaultTimeoutInterval: 60000,
|
||||
|
Reference in New Issue
Block a user