cristinaj
b18731381a
[ADF-3848]Implement edit task filters tests ( #4110 )
...
* Add test for 'all the filters properly set up accordingly with the Query Param' acceptance criteria.
* Implement edit task filters tests.
* Fix lint errors
* Fix existent tests
* fix lint error
* Changed 'status' to 'state'
2019-02-01 19:41:00 +00:00
rgherghelas
15d898f0a7
[ADF-3884] Added start process e2e tests ( #4133 )
...
* add tests for start process
* modify login parameters
* fix lint error
* add test
* update import and unused methods
* update test
2019-01-25 12:02:14 +00:00
rgherghelas
ed6e390e19
[ADF-3808] Add automated tests for TaskFilters cloud - default filter ( #4115 )
...
* add test for default filter
* add test for default filter
* remove fit and console
* remove comments
* add test for default filter
* add test for default filter
* remove fit and console
* remove comments
* remove unused import
* check default filter method
* fix imports
2019-01-16 13:53:24 +00:00
Florin Butu
5b2887fea1
[ADF-3823] Add tests for create site dialog ( #4090 )
...
* [ADF-3823] Create Library component tests
* [ADF-3823] Create Library component tests
* [ADF-3823] Fixing lint errors.
* [ADF-3823] Added automation id for Create Library btn
* [ADF-3823] Updated tests and added check for white spaces only.
* [ADF-3823] Updated tests & rebased
2019-01-15 17:34:00 +00:00
jdosti
71c0fd0046
[ADF-3430] E2E for using fields to filter Process List ( #4040 )
2019-01-15 17:23:52 +00:00
rgherghelas
9fd9e7f4a9
[ ADF-3821] Start standalone task e2e tests ( #4081 )
2019-01-15 16:55:33 +00:00
cristinaj
aa6ba28427
[ADF-3780]Implement task list cloud component tests ( #4111 )
2019-01-14 19:22:47 +00:00
Eugenio Romano
3ef7d3b7ea
[ADF-] update library to use new js-api 3.0.0 ( #4097 )
2019-01-08 16:29:30 +00:00
davidcanonieto
2acd1b4e26
[ADF-3543] Start Process Component for APS 2 ( #4105 )
...
* [ADF-3543] Start Process Component for APS 2
* [ADF-3543] Fix e2e tests
* [ADF-3543] Process filter data automation id with process key
* [ADF-3543] Fix Process Services e2e tests
* [ADF-3543] Fix Search e2e tests
* [ADF-3543] Fix Search e2e tests
2019-01-04 12:22:03 +00:00
rgherghelas
ef8e15ff60
[ADF-3739] Fix task_filters_cloud.e2e.ts tests ( #4030 )
...
* Fix task_filters_cloud.e2e.ts tests
* fix locators
* fix protractor import
* update tests and delete the duplicated test
* update selectors
* move methods and update methods for custom filters
* remove comments
* change user for apps_section_cloud.e2e.ts
* remove user
* delete old dataTablePage.js file
* update selectors
* remove unused methods
* add variable for user and password
2018-12-20 13:44:39 +00:00
cristinaj
261eeae6f4
[ADF-3774]Add process custom filter tests ( #4085 )
...
* Add process custom filter tests
* Modified getAllRowsNameColumn datatable method.
2018-12-18 09:35:39 +00:00
cristinaj
137584839b
[ADF-3807]Create automated tests for process filters ( #4072 )
...
* Added tests related to process filters
* Adding back a check in task filters tests.
* no message
* Creating a completed process
* Added tests for default process filters
* Wait for the page to be loaded
2018-12-12 16:46:09 +00:00
Denys Vuika
220930d27b
[ADF-3351] angular 7 ( #3956 )
...
* upgrade Angular CLI
* upgrade material and fix breaking changes
* upgrade lib dependencies
* upgrade i18n
* update test
* disable flaky tests
* try fix notification test
* update package-lock
* code and dependency fixes
* card view e2e fixes
* udpate e2e tests
* fix e2e utils
* updated e2e typings
* test fixes
* notification fixes
* update tests
2018-12-07 09:16:21 +00:00
Denys Vuika
058d23d57f
[ADF-3442] create library dialog ( #4018 )
...
* library dialog
* integrate with demo shell
* update resources
* fix license
* auto focus for the first input
* update e2e tests
* try close the dialog between tests
* fix afterEach
* Revert "try close the dialog between tests"
This reverts commit 63464f2b03c226c606d09b18c7d2782e3bb52c0a.
* update code due to css lint issues
* csslint settings for vs code
* missing import
lint fix
remove not used import
convert errorPage js to ts
convert tasklistpage js to ts
fix redirection creation folder in root
fix lint issue
fix e2e
* e2e fix
* fix PS tests
* navigation import
* fix tests tooltip
convert paginapage to ts
* fix lint
* fix lock files e2e
filterspage to ts
* fix lint
* fix cs cre
git dept 3 and not 50 as default in travis
* quiet log git download
* add some delay and change the delete lock
* fix node entry
* convert searchDialog to typescript
parallel protractor
* disable browser execute
* restote test
* change search tests
* move search in a separate e2e folder
* experiment fix e2e
* change util presence
change protractor conf
* fix unshare test
* improve query viewerPage using css over xpath
* waitForAngularEnabled before browser redirect
* convert util to ts and more
* convert other files to ts
* convert to ts other files
* trigger build
* function fixes use arrow function
* process service fixes
* lint fix
review timeout default
* fix failing tests
* restore timeout
* share dialog fix
* remove
* use configuration admin
* fix APS 2 login sso
2018-12-05 13:05:39 +00:00
Maurizio Vitale
c873bf801f
Fix the taskFilterCloud unit test and fix the coverage ( #4008 )
...
* Fix the taskFilterCloud unit test and fix the coverage
* Fix the tslint
* Fix e2e test
* Fix unit test
* Skip e2e related to taskFiltersCloud
* rollback version
* Rollback the change on cloud angular.json
2018-11-27 11:52:03 +00:00
cristinaj
776d25820b
[ADF-3761]Add auto tests for task filter cloud ( #3994 )
...
* Added first test
* Implemented created standalone task call.
* no message
* Implement start task
* Added claim, complete task calls.
Added e2e tests for task filters.
* Fix lint errors
* Fix spelling
* Modified the name of a method.
* Modified appListCloudComponent page
2018-11-23 13:06:26 +00:00
cristinaj
2e8d998853
[ADF-3569] Add tests for task list demo page: ( #3810 )
...
* [ADF-3438] Add tests for task list demo page:
* Fixing some tests
* Added new tests
* Add more tests
* Fix the name of the test for bamboo
* Fix test name to work on bamboo
* no message
* Added new tests
* Modified the error message.
* no message
* fix lint issues
* Fix lint issues
* Changing taskListSinglePage from js to ts
* Uncomment a test
* Fixing lint issues
* Solve lint error
* Refactored taskListDemoPage
* Commented two tests that are failing because of a bug in APS
* Fix lint error
* Resolved comments
2018-11-19 12:20:42 +00:00
cristinaj
534954ffef
[ADF-3753]Refactor task filters page ( #3969 )
...
* Refactoring taskFiltersPage
* Refactor task filters page
* Fix lint errors
* no message
2018-11-15 12:28:27 +00:00