Geeta Mandakini Ayyalasomayajula
76c938800f
[ADF-4480] Viewer shows endless spinner for unsupported files ( #4937 )
...
* added asserting for the unsupported format file message.
* removing return statement
* removing return statement
2019-07-15 19:18:06 +01:00
Cilibiu Bogdan
ccdcba8778
[ADF-4424] Pdf Viewer - password dialog does not close when pressing Escape ( #4622 )
...
* return to previous page on close
* update e2e
* [ADF-4424] Improve PreviousRouteService to use it in pdfViewer
* change previous Url logic
* remove navigation logic
* remove test
* Update pdfViewer.component.spec.ts
* back button logic for viewer outlet
* unit tests
* remove fdescribe
* remove unused service
* e2e
* return to location
* remove click filter step
* remove unnecessary test steps
* remove un existen export
* unify preview between PS and CS in demo shell
* fix dispalyname property
2019-07-11 17:33:15 +01:00
Alexa Fabian
725cf22956
'Testing' Moved Upload Actions to shared testing package ( #4616 )
...
* 'Testing' Moved Upload Actions to shared testing package
* Updated Upload Actionswith suggested changes
* Failing tests updated
* Resolving merge conflicts
* updating latest merge conflicts
* resolved merge conflicts
* update to fix previous issues with this.
* testing changes
* fix for failed travis test
* updates to fix failing travis test
* fixes file path error
* latest fix for failing travis test
* latest fix for failing travis test
* Fixing undefined rootPath
* fixes timing issues in content-services travis test
* resolves requested changes
2019-06-17 15:07:25 +01:00
davidcanonieto
b19646d201
[ADF-4232] Fix filePreviewPage methods to reach expectations ( #4668 )
...
* [ADF-4232] Fix filePreviewPage methods to reach expectations
* [ADF-4232] Implement new methods
* Fix word spelling
* [ADF-4232] Fix e2e test and rebase
* Rebase branch
* [ADF-4232] add test for reset zoom check
- remove un-reached expects from filePreviewPage
* [ADF-4232] better naming - review changes
* [ADF-4232] no sleep(s), more timeout
* [ADF-4232] some code clean up
* [ADF-4232] some code clean up
* [ADF-4232] refactoring - renaming
* [ADF-4232] refactoring
* [ADF-4232] refactoring move expects to test - code review changes
* [ADF-4232] remove unused methods
- these already exist on viewerPage.ts
* [ADF-4232] remove duplicated code
- use viewerPage instead of filePreviewPage
* [ADF-4232] reset to original timeout in afterAll
2019-06-03 14:24:53 +01:00
Eugenio Romano
b91a942aa1
Multiple option env file ( #4788 )
...
* multi configuration file enabling
* improve ignore
* update i18n tool dep
* update webbpack bundle analyzer version
* fix ps cloud test wait setting
* fix script content
* remove use of testconfig for browser options
* convert protractor to ts
* download browser util fix
2019-05-30 11:15:15 +01:00
Eugenio Romano
898e3b5a80
[no-issue] Parallel run e2e and e2e common action refactoring ( #4702 )
2019-05-13 04:44:35 +02:00
Cilibiu Bogdan
3b83539b13
[ADF-4227] Sidenav Layout - support direction ( #4583 )
...
* basic ui direction service
* direction property
* demo shell integration
* move the direction in up sidenav layout to allow also the header to reorganize
use the configuration editor to change rtl ltr
add documenation
* Update app.component.html
* fix unit tests
* fix overlay viewer e2e
* fix e2e
2019-04-25 00:48:41 +01:00
davidcanonieto
8395b0baa5
[ADF-4219] Multivalue Metadata Card View ( #4600 )
...
* [ADF-4219] Multivalue Metadata Card View
* [ADF-4219] Add documentation
* [ADF-4219] Improve code, docs and tests
* [ADF-4219] Fix e2e tests
2019-04-17 18:04:27 +02:00
Eugenio Romano
b806556453
[no-issue] improve e2e timeout and names apps ( #4604 )
...
* fix sso, change timeout, parallel
* cange travis
* split viewer test
* timeot fix
* move name apps in resources file
* resources fix
* resources fix
* fix search default
* fix sso test
* fix test
2019-04-15 01:01:47 +02: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
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
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
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
Marouan Bentaleb
cd5870790d
[ADF-4151] Automation test for code viewer ( #4355 )
2019-02-27 09:12:47 +00:00
Eugenio Romano
c55cba5514
license header update 2019 ( #4300 )
2019-02-12 01:18:43 +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
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
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
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
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
Denys Vuika
e39a2b149b
[ADF-3591] spellcheck support for code ( #3827 )
...
* setup spellcheck
2018-10-23 15:05:38 +01:00
Eugenio Romano
898c2be633
[no-issue] convert navigationBarPage to ts ( #3881 )
...
* convert navigationBarPage to ts
* lint
2018-10-11 20:10:18 +01:00
Eugenio Romano
7fd905d92c
[no-issue] refactor failing e2e ( #3865 )
...
* fix ps test
* fix import
* fix import
* fix ps
* fix hyperlink
* fix radio hiperlynk
* autorename for clashes
* notification fix
* convert userdialog to ts
* fix travis configuration
* fix download in folder
* convert contentservice page to ts
* convert setting and login to ts
* remove unused import
* fix login import
* fix login page
* fix chips
* fix import
speed up viewer test
* fix contentlist
* change id
* fix cs e2e
* fix search lint
* fix name issue
2018-10-11 14:22:44 +01:00
Eugenio Romano
ec19ba6db6
fix process service e2e
...
fix viewer core e2e
2018-10-06 00:26:29 +01:00
Eugenio Romano
6763ecfcb7
fix properties e2e test viewer import usermodel
2018-10-04 16:58:00 +01:00
Eugenio Romano
d19631b0b7
fix e2e test
2018-10-02 21:49:03 +01:00