Vito
3f2af4cc03
Exporting base login page ( #4483 )
...
* Exporting base login page for e2e tests
* fixed exporting and renamed pages as per standards
* Added base login page to testing package
* Fixed wrong import for the setting page
* Removed old pages and using the one in the adf-testing package
* fix after merge conflict
* fix base url param
2019-04-02 23:44:36 +01:00
cristinaj
83c1e8a657
[ADF-4344]Fix e2e cloud tests. ( #4542 )
...
* Fix e2e cloud tests.
* no message
2019-04-02 21:30:47 +01:00
cristinaj
38da39d8a5
Refactored document-list-actions tests. ( #4538 )
...
Added a new test for move file.
2019-04-02 19:06:43 +01:00
Eugenio Romano
f46c848308
Move process cloud page int @alfresco/adf-testing ( #4540 )
...
Move datatable @alfresco/adf-testing
2019-04-02 15:36:58 +01:00
davidcanonieto
b60e9a7c6e
[ADF-4298] Improve Info drawer e2e tests ( #4532 )
...
* [ADF-4298] Improve Info drawer e2e tests
* [ADF-4298] Add new tab with single icon and update e2e tests
2019-04-02 12:00:27 +01:00
gmandakini
5afe695be7
fix the failing test ( #4533 )
2019-04-01 14:28:41 +01:00
Eugenio Romano
17efd33f44
fix lint issue after merge 3.2.0
2019-03-30 11:05:19 +00:00
Eugenio Romano
49847bf809
fix lint
2019-03-29 16:18:42 +00:00
Eugenio Romano
7f5bcdf407
fix lint
2019-03-29 16:18:18 +00:00
Eugenio Romano
3943eeb8b2
fix lint
2019-03-29 16:17:47 +00:00
Eugenio Romano
e9d2be808e
fix utility viewer page
2019-03-29 16:17:46 +00:00
davidcanonieto
31280baeef
[ADF-4298] Add e2e tests for info drawer ( #4506 )
...
* [ADF-4298] Add e2e tests for info drawer
* Update info-drawer.component.e2e.ts
* Update info-drawer.component.e2e.ts
2019-03-29 16:17:44 +00:00
Eugenio Romano
b35fb4df93
Merge branch 'development' into next-release-3.2.0
2019-03-29 16:17:03 +00:00
Suzana Dirla
888113fdc2
[ADF-4280] fix initial display for search-sorting-picker ( #4522 )
...
* [ADF-4280] fix initial display for search-sorting-picker
* [ADF-4280] fix unrelated error TS6133: 'renderingQueueServices' is declared but its value is never read
* [ADF-4280] update e2e test
2019-03-29 11:54:47 +00:00
Eugenio Romano
2e151ed412
minor fix e2e and styles
2019-03-29 02:09:07 +00:00
Eugenio Romano
18bf2c58c2
add logout sso redirect e2e
2019-03-27 20:08:51 +00:00
Eugenio Romano
df9db7981c
fix tes process-filter
2019-03-27 17:38:21 +00:00
Eugenio Romano
0513548d4d
fix PS filter tests
2019-03-27 16:57:38 +00:00
Eugenio Romano
6e4bf23d06
fix people cloud navigation e2e
2019-03-27 12:18:25 +00:00
Vito
070bf020a7
[ADF-3228] Added lock check for context actions ( #4163 )
...
* [ADF-3228] Added lock check in content service
* [ADF-3228] added unit test for lock check
* [ADF-3228] fixed wrong line on rebase
* [ADF-3228] fixed e2e related to new lock behaviour
* [ADF-3228] externalised lock service and added more unit tests
* [ADF-3228] added lock service to disable context actions
* [ADF-3228] fixed e2e rebased to the latest
2019-03-27 11:42:09 +00:00
Denys Vuika
e75335a06d
[ADF-3794] Update individual rows without reloading DocumentList ( #4213 )
...
* reload table cells on node updates
* update unit tests
* update dynamic columns
* fix value type
* fix tests
* update code as per review
* update variable name
* test fixes, core automation service
* fix test
2019-03-27 11:38:37 +00:00
gmandakini
4376d357ac
[ADF-3962] sso download directive automated ( #4452 )
...
* sso download directive automated
* temp changes
* temp changes
* moving of services under lib testing and ADF-3962 automated
* removed the browser sleep
* cspell and linting fixes.
* codacy improvements
* export public-api update
* remove circular dep
* remove circular dep
* fixes
* fix user info test
* fix datatable
* random commit
* move other string
* fix lint
* fix lint
* fix prolem type
* fix failing test
* fix tag test
* fix problems after rebase
* fix lint
* remove space
* remove visibility method duplicated
2019-03-27 09:57:26 +00:00
Eugenio Romano
046d3f2e33
fix new lint
2019-03-27 09:55:34 +00:00
Silviu Popa
c3bbbe6dab
[ADF-4096] ProcessCloud/TaskList - undefined filename attribute ( #4333 )
...
* [ADF-4127] ProcessServicesCloud - add claim/unclaim directive (#4464 )
* [ADF-4127] ProessServicesCloud - claim task directive
* [ADF-4127] - fix doc
* [ADF-4127] - revert docs changes
* [ADF-4127] - revert doc changes
* [ADF-4127] - fix doc and reset sourceLinker.js
* [ADF-4127] - refractor task-cloud.service. add validation for claim/unclaim and fix unit tests
* [ADF-4127] - fix docs files
* [ADF-4127[ - add aditional complete task validation
* [ADF-4127] - PR changes
* [ADF-4127] - complete docs file
* [ADF-4127] - more PR changes
* [ADF-4127] - change Unclaim task name and wait for task to be claimed and unclaimed before emit the success event
* [ADF-4127] - fix unit tests
* [ADF-4095] ProcessCloud - change api response format
* Revert "[ADF-4095] ProcessCloud - change api response format"
This reverts commit 8ddd3477ad3de047911f0538941c65d2bf7e60e2.
* [ADF-4096] DatatableComponent - revert changes and remove filename attribute
* [ADF-4096] - change filename attribute and fix unit tests
* [ADF-4096] - fix core e2e test
2019-03-27 09:55:33 +00:00
cristinaj
e415bd8cd5
[ADF-4241]Added tests for process header cloud component ( #4463 )
...
* Added tests for process header cloud component
* Move the process-header-cloud-component page to testing folder
* Changed the test rail ids
* Fix lint issues.
2019-03-27 09:55:32 +00:00
Denys Vuika
a7a48e8b2b
enable prefer-const rule for tslint, fix issues ( #4409 )
...
* enable prefer-const rule for tslint, fix issues
* Update content-node-selector.component.spec.ts
* Update content-node-selector.component.spec.ts
* fix const
* fix lint issues
* update tests
* update tests
* update tests
* fix code
* fix page class
2019-03-27 09:55:30 +00:00
Eugenio Romano
80aaaef65d
fix part PS Cloud e2e
2019-03-26 18:05:06 +00:00
cristinaj
57f6532c7c
Moved aps2 apps to repository ( #4502 )
2019-03-26 14:32:45 +00:00
Eugenio Romano
47139e6804
Update test.config.js
2019-03-26 13:36:53 +00:00
Eugenio Romano
3945df4ef3
Update search-component.e2e.ts
2019-03-25 16:46:22 +00:00
Marouan Bentaleb
ae1e2f6fff
[ADF-4265] Automation test for search highlight ( #4466 )
2019-03-25 16:43:46 +00:00
cristinaj
77bad96d0d
[ADF-4226]Adding tests for infinite pagination. ( #4428 )
...
* Adding tests for infinite pagination.
* sustitute function
* remove wrong file
* Remove a check
* Fix after rebase
2019-03-24 23:20:18 +00:00
Eugenio Romano
6059690e79
exclude upload folder test as far we don't find a solution in chrome 73 ( #4473 )
...
* exclude upload folder test as far we don't find a solution in chrome 73
* exclude folder drag and drop test chrome 73
* fix test search
* Update .travis.yml
* xit C279918 C279916
* fix process-service cloud application list
2019-03-23 20:32:03 +00:00
siva kumar
dccc6b8127
[ADF-3976] EditTaskComponent - Be able to customise the sorting and actions ( #4251 )
...
* [ADF-3841] Improve edit-task-filter-cloud by adding inputs to control filters, sort and actions* Provided an input to pass sort properties* Provided an input to pass filter actions
* * Provided way to configure sort and action properties from app.config
* Updated unit tests the recent changes
* * Added missing properties* Removed unwanted properties* Provided a way to to show range when the lastModified is passed* Fixed order should be visible if sort as been passed
* * Provided way to show checkbox
* * Changed to state, assignment to status and assignee* Updated Document* Updated unit tests
* * Removed unnecessary mock object
* * Removed FilterActionType * Updated documentation
* * Modified editTaskFilterCLoud component e2e tests to the recent changes
* * Fixed e2e tests
* * Fixed failing e2e test
* * Removed unwanted comment
* * After rebase
* * After rebase
* * After rebase
* * Fixed e2e conflict
2019-03-20 15:49:54 +00:00
Eugenio Romano
814bd46d5b
fix aspect test
2019-03-20 02:10:24 +00:00
cristinaj
34b5c5a1b3
[ADF-4099]Implement tests for The metadata group is always showed even though the properties are not there ( #4421 )
...
* Create a custom empty aspect.
* Implement empty aspect
* Add ' The aspect with empty properties is displayed' test.
* Fix lint errors
* Enabling screenshots
* no message
* Fix upload tests
* no message
* Trying to fix upload tests
* no message
* remove save
* lint
* Fix lint
2019-03-19 15:12:35 +00:00
Marouan Bentaleb
355971e0ad
[ADF-4195] Automation tests for SSO login with implicitFlow false ( #4410 )
...
* [ADF-4195] Automation tests for SSO login with implicitFlow false
* rebase
* fix test sso implicit flow false
* lint fix
* fix test
2019-03-19 15:00:26 +00:00
cristinaj
a04077679c
[ADF-4045]Add Delete folder when infinite scrolling is enabled test. ( #4400 )
...
* Add Delete folder when infinite scrolling is enabled test.
* Changed the number of files.
* Fix lint errors
* no message
* no message
* Fix infinite-scrolling test
2019-03-19 10:22:17 +00:00
Eugenio Romano
cee34922ca
fix submenu
2019-03-19 01:21:14 +00:00
Eugenio Romano
43764824a2
fix test
2019-03-18 17:36:36 +00:00
rgherghelas
5f17ee0b01
[ADF-4149] - Moved the StartTasksCloudComponent/TaskDetailsCloudComponent pages ( #4407 )
...
* moved the taskDetailsCloudComponent page and startTaskCloudComponent page
* update the import and fix tests
* update import and tests
* update exports
* update imports
* remove comment and index.ts
* update imports and class name
* remove comment
* Modify task-details-cloud-component page name in task-header-cloud-component
* update method
* remove user-info-dialog
* remove task details page
* revert task details changes
* revert changes
2019-03-18 11:58:39 +00:00
Eugenio Romano
9d98f3196e
[NO-ISSUE] Fix Core E2E tes ( #4450 )
...
* fix Identity service in core using internal identity service in test env
* fix lint
* fix lint
* fix login
* fix travis yml
* remove log script
2019-03-18 00:18:56 +00:00
davidcanonieto
8dc9eba4c7
[ADF-3677] Add highlight configuration to SearchQueryBuilder ( #4358 )
...
* [ADF-3677] Add highlight configuration to SearchQueryBuilder
* highlight property in search
* Update files.component.ts
* remove comma
* highlight missspell
* fix schhema json highilight
* fix test
* fix lint
* fix lint
* fix lint
* fix search sorting tests
* fix search sorting
* fix lint
* remove useless test
* check for null nodes
* remove duplicated test
* lint
* fix sorting tests
* remove test not search component related
2019-03-17 17:23:07 +00:00
gmandakini
d6f391c40e
[ADF-4106] Permissions Component automated ( #4449 )
...
* Permissions Component automated
* linting fixes
* making tests stable
* making tests stable
* making tests stable
2019-03-17 01:15:37 +00:00
Denys Vuika
94cd14bf71
fix responsiveness issues for empty screen ( #4389 )
...
* fix responsiveness issues for empty screen
* fix test
* fix test
2019-03-16 15:23:39 +00:00
gmandakini
fc2132e248
[AD-4222] e2e compilation fixes ( #4426 )
...
* Run tsc on the e2e folder and as part of the sh script
* in progress
* in progress
* in progress
* in progress
* in progress
* in progress
* fixing compile errors
* fixing compile errors.
* Fix the apiService and exclude nodemodules
* Add semicolumn
* fix import
* fix configuration test package
* fix
* fix errors
* fix typescript
* restore packages.json
* fix errors after rebase
* fix type prolems and add protracotr path mapping
* remove undefined
2019-03-15 23:11:58 +00:00
Eugenio Romano
9a49fc3dbc
new dialog import js-api
2019-03-15 00:08:30 +00:00
Eugenio Romano
88870cd4da
[ADF-NO-ISSUE] update e2e js-api 3 ( #4124 )
...
* update e2e js-api node
* fix protractor import
* use new client
* fix protractor conf comaptibility
* processClient fix
* new js-api
* fix new import
* fix identity call
* fix identity call
* remove aut param
* fix model
* fix model
* increase timeout CS bigFile
* Refactor task details e2e tests
* Fix e2e test
* Rebase branch
2019-03-15 00:06:55 +00:00
gmandakini
ced2e05d10
ADF-3735 automated ( #4433 )
2019-03-14 11:22:45 +00:00
Eugenio Romano
7bc2fafcca
fix metadata test
2019-03-14 02:30:24 +00:00