Marouan Bentaleb
1eea972d6c
[ADF-4373] Automation test for accurate error messages ( #4581 )
2019-04-10 16:50:46 +01:00
Eugenio Romano
ce0775c525
[ADF-4191] fix viewer test and move error and pagination page ( #4569 )
...
* split viewer test
* move pagination in testing share pkg
move error in testing share pkg
* fix import
2019-04-09 12:26:10 +01:00
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
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
Eugenio Romano
3943eeb8b2
fix lint
2019-03-29 16:17:47 +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
Eugenio Romano
18bf2c58c2
add logout sso redirect e2e
2019-03-27 20:08:51 +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
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
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
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
43764824a2
fix test
2019-03-18 17:36:36 +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
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
Marouan Bentaleb
5193a42983
[ADF-4197] Automation test for redirection after page reload ( #4412 )
...
* [ADF-4197] Automation test for redirection after page reload
* Removing browser sleep
2019-03-13 14:54:04 +00:00
gmandakini
285e56e9fb
[ADF-4166] move app-list-cloud.page to adf-testing ( #4404 )
...
* in progress
* moved UserInfoDialogPage, AppListCloudPage, LoginSSOPage and TabsPage. ADF-4166
* moved UserInfoDialogPage, AppListCloudPage, LoginSSOPage and TabsPage. ADF-4166
* linting fixes
* crc's
* crc's
* added adf-testing to package.json file
* fix for failing unit tests
* fixes
* test failure fixes
* test failure fixes
* reverted ot old location pages/adf/navigationBarPage
* added the testing variable to affected-libs file and changed the version to 3.1.0-beta5 and added the missing adf-content-services dependency.
* Fix the material export
* Remove the reference to the tse2econfig not allowed
* fix failing test
* Update user-info.page.ts
2019-03-12 10:00:09 +00:00
Marouan Bentaleb
4feb8c3f95
[ADF-4208] Make the pipeline green again ( #4419 )
...
* [ADF-4209] Fix Core tests
* [ADF-4209] Fix Core tests
* [ADF-4218] Fix Insight tests
* Fix process-services-cloud tests
2019-03-12 09:55:50 +00:00
cristinaj
ec13d88e61
[ADF-4061]Automate test for navigating to a non empty folder on last page ( #4392 )
...
* Create folders
* Add navigation to a non-empty folder test
2019-03-08 13:27:46 +00:00
Marouan Bentaleb
27c6e18a10
[ADF-4089] Refactoring ContentListPage ( #4162 )
...
* [ADF-NO-ISSUE] Refactoring ContentListPage
* Applying changes
* [ADF-4089] contentListPage refactoring
* Fixing missing dependencies
* Fixing core and search failing tests
* Fix tooltip document-list tests
* no message
2019-03-08 10:49:23 +00:00
gmandakini
3ac0018160
[ADF-4126] add roles filtering to people cloud component ( #4338 )
...
* in progress
* in progress testcase C297674
* linting fixes
* modularised clear field method
* made the appearance of select user dropdown work.
* in progress
* final version
* linting fixes
* linting fixes
* in progress
* in progress testcase C297674
* linting fixes
* modularised clear field method
* made the appearance of select user dropdown work.
* in progress
* final version
* linting fixes
* linting fixes
* ADF-4103 automated
* in progress
* Roles Filter automated
* async updates
* removed the identity User details
* roleId extraction done.
* linting fixes
* using constants instead of hardcoding the typing values.
* crc's
* crc's
* linting
* removed hte indexes, as api returns only 1 user record.
* fixed errors
* in progress
* redoing the tests as the PeopleGroupCloudPage has been updated.
* redoing the tests as the PeopleGroupCloudPage has been updated.
2019-03-01 23:10:00 +00:00
Marouan Bentaleb
cd5870790d
[ADF-4151] Automation test for code viewer ( #4355 )
2019-02-27 09:12:47 +00:00
Eugenio Romano
ae1fbd523a
fix aspect orient config e2e core
2019-02-24 22:43:42 +00:00
Eugenio Romano
bda7e07b52
[ADF-4125] simplify extension load in extension module ( #4214 )
...
* add extension load in extension module
* add viewer extensions
* fix license header
* fix node passed in the viewer extension
* fix node passed in the viewer extension
* startup factory extension
* startup factory extension
* fix script
* fix beta tag build
* fix build
* fix build
* refactoring configuration files
* extension using map
* fix build
* fix config
* fix test
* fix test
2019-02-22 14:19:41 +00:00
Maurizio Vitale
08231bbf33
adf-testing package ( #4152 )
...
* add new lib adf-testing
* fix the prefix
* Improve package
* Add testing project
* remove useless stuff
* Remove useless code
2019-02-19 15:08:41 +00:00
gmandakini
cdcff5b4e8
[ADF-3981] - Should be possible to login with valid credentials ( #4231 )
...
* in progress
* updated the hardcoded url to TestConfig one.
2019-02-18 15:18:45 +00:00
Eugenio Romano
c55cba5514
license header update 2019 ( #4300 )
2019-02-12 01:18:43 +00:00
rgherghelas
2badd81634
[ADF-3828] - e2e add assignee tests ( #4221 )
...
* add identity host
* add test for assign user
* clear assignee input field
* added hostIdentity parameter
* add test for default assignee user
* add hostIdentity parameter
* add test for remove assignee
* add a new constant for start task name
* add hostIdentitty in setProviderBpmSso method
* remove duplicated method
* fix test C291799
* fix test C291872
2019-02-05 12:54:40 +00:00
Marouan Bentaleb
d4aad67b09
[ADF-3998] Fixing failing tests in metadata-smoke-tests ( #4243 )
2019-02-04 13:45:47 +00:00
gmandakini
cfda5f820a
[ADF-3810] Should rearrange toolbar actions in Viewer ( #4199 )
...
* in progress
* done
* done
* moved all the expect statements into a single method 'checkButtonOrderInViewerToolbar' in viewerPage.ts
* lint fixes
* code review comments - updated the button list to fetch the last button in the toolbar and asserting that the last button is the 'More Actions' menu button.
* code review comments
* linting fixes
* updated the right test case id
2019-01-31 09:31:23 +00:00
gmandakini
16e7a6954d
[ADF-3967] Automate Settings Component ( #4227 )
...
* in progress
* done
* linting fixes
* code review comments
* code review comments
* code review comments - Split the Test cases in TestRail as they were too long and updated the relevant test case numbers in the PR.
* moved the error message ot a variable and using the TestConfig url rather than hardcoding it.
* All the Settings Component tests automated.
* added beforeEach
* changed the describe statement.
* using the document list container and Task app for asserting on that page.
2019-01-31 09:14:30 +00:00
cristinaj
e63aa9a684
[ADF-3931]Fix share and lock files automated tests ( #4195 )
...
* Fix share-files tests
* Moved a locator to a page object
* Fix lock-file tests
* no message
* Fix lock-file
* Excluded viewer tests
* Fix unshare tests.
2019-01-23 20:42:58 +00:00
Eugenio Romano
348bee9c6f
[ADF-3918] Fix translation issue ( #4169 )
2019-01-20 23:40:07 +00:00
Florin Butu
32bae7d7ed
[ADF-3900] Added testrail case number ( #4168 )
2019-01-16 09:29:21 +00:00
jdosti
71c0fd0046
[ADF-3430] E2E for using fields to filter Process List ( #4040 )
2019-01-15 17:23:52 +00:00
Florin Butu
e72a845c78
[ADF-3900] Implement tests for Universal Icons component ( #4149 )
2019-01-15 16:34:56 +00:00
cristinaj
968c65ff70
[ADF-3885]Change auth host path in cloud e2e tests ( #4123 )
2019-01-10 13:42:23 +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
Marouan Bentaleb
8d9cd54163
[ADF-3786] Automated tests for Search Sorting ( #4046 )
2018-12-21 17:52:08 +00:00
rgherghelas
c32d331a9b
[ADF-3666] User info sso e2e tests ( #4057 )
...
* user info sso tests
* remove async await
2018-12-11 10:36:52 +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
Marouan Bentaleb
cc7b9230ee
[ADF-3333] Test for Viewer - Part 3 ( #3927 )
...
* [ADF-3333] Test for Viewer - Part 3
* Fixing failing test
* remove async not necessary
* fix lint
2018-11-28 00:22:42 +00:00