Denys Vuika
92a5ec44e8
[ACA-2215] toggle search filter ( #998 )
...
* support for toggling search filter
* update docs
* disable e2e test
* update e2e
2019-03-07 14:04:44 +02:00
Adina Parpalita
0b5555d2fc
[ACA-1259] automate remaining tests for sidebar ( #977 )
...
* automate remaining tests for sidebar
* formatting
2019-02-27 08:40:44 +00:00
Adina Parpalita
f25eef599d
[ACA-2222] add e2e tests for pagination on Favorite Libraries ( #969 )
...
* add tests for pagination on Favorite Libraries
* add TestRail ids
add tests for pagination for empty page and single page
* Delete package-lock.json
* Revert "Delete package-lock.json"
This reverts commit 41eba0c57532373d87d454372273b54ba00e880a.
* restore package-lock
2019-02-26 15:55:01 +02:00
Adina Parpalita
88ca0cb886
[ACA-833] automate tests for download as zip ( #968 )
...
* add tests for downloading a single file
* automate tests for download as zip
2019-02-23 17:42:18 +02:00
Adina Parpalita
8f00aa77f1
add tests for downloading a single file ( #967 )
2019-02-22 14:37:26 +02:00
Adina Parpalita
a2df75a6dc
add tests for Upload New Version ( #960 )
2019-02-20 09:13:15 +02:00
Adina Parpalita
9ceefff5e6
[ACA-2199] fix Upload New Version action availability ( #959 )
...
* fix Upload New Version action availability
* update unit tests
* remove workaround
* add catch for tests failing on Bamboo
* add new line
2019-02-19 16:24:43 +02:00
Cilibiu Bogdan
2fd0ff3825
[ACA-2177] Actions - rearrange actions order ( #922 )
...
* rearange actions
* remove separator duplication
* don't show last divider element
* update e2e
* update e2e
* Update toolbar-single-selection.test.ts
remove fdescribe
* move comment as well
* edit folder locator
* edit folder action
* edit folder action from toolbar more menu
* edit folder context menu id
* dont render versions tab
2019-02-19 12:26:34 +02:00
Suzana Dirla
58272f7fbe
[ACA-2171] enable copy and move to library tests ( #933 )
2019-02-12 16:54:35 +00:00
Adina Parpalita
819f6ddced
[ACA-2160] add tests for Edit offline actions availability ( #921 )
...
* add tests for Edit offline actions availability
* fix delete / undo delete tests
2019-02-07 19:45:24 +00:00
Cilibiu Bogdan
913685eb14
[ACA-213] Edit Offline - permissions ( #911 )
...
* edit offline action rules
* unlock node error message
* update extensions rules
* lock unlock evaluators
* LockNodeDirective over EditOfflineDirective
* disable tests failing cause of unrelated bug
* isUserWriteLockOwner over isUserWriteLock
2019-02-05 18:39:11 +00:00
Cilibiu Bogdan
e004d365a9
[ACA-213] Edit Offline ( #909 )
...
* WRITE_LOCK evaluator
* evaluate actions for WRITE_LOCK
* edit offline action
* DL icon for WRITE_LOCK files
* edit offline directive
* custom name column
* localisation
* toggle offline edit extension
* move takeUntil operator
* add tooltip
* better selector to differentiate Edit folder from Edit Offline
* default to empty object for null properties object
* isPersonalFiles evaluator
* isLibraryFiles evaluator
* isLibraryFiles evaluator
* isPersonalFiles evaluator
* update canEditLockedFile rule
2019-02-01 11:52:08 +00:00
Adina Parpalita
5eaa5c1bc7
add tests for Move content ( #908 )
2019-01-31 08:50:47 +02:00
Adina Parpalita
42b5f4b749
[e2e] new reporter ( #906 )
...
* try new reporter
* run specific suite for testing purposes
* change folder output for report
* more report settings
* remove fdescribe
* remove package and update package-lock
* remove disabled tests not needed by the new reporter
* try to identify cause of travis failure
* run only specific tests for investigation purpose
* remove sleep and increase retry delay
* try a different fix
* revert to previous fix
* try different expects
* call different js-api method
* remove parameter not needed anymore
2019-01-29 14:10:02 +02:00
Adina Parpalita
b61b54d5e9
[ACA-820] add tests for Copy content ( #899 )
...
* add tests for Copy content
* fix
* forgot some ids
* update expected favorites number
2019-01-22 16:09:35 +00:00
Denys Vuika
f0a3f6f630
upgrade to latest JS-API and ADF ( #896 )
...
* improved update script and latest ADF libs
* upgrade to latest js-api and ADF
* upgrade tests
* update viewer code
* use @alfresco/js-api
* update to latest adf
* fix deprecation issues
* update viewer
* fix copy/move dialog
* change expect
* fix remove site from favorites
* fix unit test
* update adf version
* use ADF upload dialog
2019-01-22 14:10:48 +00:00
Denys Vuika
da3527b0db
unified format for viewer sub-menus ( #901 )
...
* unified format for viewer sub-menus
* fix tests
* update prettier
2019-01-20 11:13:55 +00:00
Adina Parpalita
d2e0f688e8
[ACA-2116] search results available actions ( #895 )
...
* add item.id to File Libraries
* add method to wait for node to be indexed
* create separate methods in queries API to wait for sites or wait for nodes
* improvements, renaming
* renaming
* fix
* add tests for actions on search results
* add wait and use new method
* fix
* another fix
* use correct method
* more fixes
* create method for clickView button
* fixes
* no message
2019-01-19 16:47:12 +00:00
Cilibiu Bogdan
71074b2bf1
[ACA] Create Library - switch to ADF component ( #893 )
...
* use adf component
* fix component name locator
2019-01-09 08:19:09 +00:00
Denys Vuika
fe8c459637
use dynamic columns from ADF ( #889 )
...
* upgrade to latest ADF 3.0.0 alpha
* migrate to ADF column components
* use dynamic column from ADF
* fix e2e tests
2019-01-04 11:50:51 +00:00
Adina Parpalita
24f5f01900
[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
2018-12-21 17:04:13 +02:00
Adina Parpalita
b8ce533759
[ACA-1928] e2e improvements - part1 ( #883 )
...
* 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
2018-12-20 11:27:54 +02:00
Suzana Dirla
0882686172
[ACA-2107] upgrade to ADF latest beta ( #882 )
...
* [ACA-2107] upgrade ADF to latest beta
* fix adf sidenav class name
* [ACA-2107] update is-selected to adf-is-selected
* [ACA-2107] add 'adf' prefix to classes name
* [ACA-2107] remove ADF duplicate css style
* [ACA-2107] use 'adf-full-width' class
* [ACA-2107] add 'adf' prefix
2018-12-20 10:13:56 +02:00
Cilibiu Bogdan
f68200a633
[ACA-2067] Side navigation - highlight element with children only when not expanded ( #880 )
...
* highlight parent element condition
* update test
* e2e
2018-12-17 08:54:53 +02:00
Cilibiu Bogdan
8e16bd59e0
[ACA] localisation ( #877 )
...
* updates
* update e2e
2018-12-12 17:26:37 +00:00
Cilibiu Bogdan
4c274acb3c
[ACA-1917] Extensions - evaluate actions for locked files ( #858 )
...
* locked file evaluator
* add extension reference
* update docs
* disable versioning for locked files
* disable metadata edit for locked files
* update e2e
2018-12-06 15:29:12 +00:00
john-knowles
12a72afdac
[ACA-2062] toolbar updates ( #847 )
...
* john-doclist-actions-ACA-2062
* add “simpletask” to ignore list
* fix e2e
* add workaround for Favorites
* isSharedFile state evaluator
* update docs
* update store on share file modal closed
* share action definition
* rename evaluator
* context menu rule
* check for file selection
* use another selector
* update tests
* viewer share action
* fix e2e tests
* update viewer button ids
2018-12-05 11:27:22 +00:00
Adina Parpalita
d0ff69c5dc
add more e2e tests ( #851 )
2018-12-04 16:33:50 +00:00
Denys Vuika
18b4c1bc8a
[ACA-2022] navigation fixes ( #830 )
...
* navigation fixes
* test fixes
2018-11-26 18:20:30 +00:00
Denys Vuika
0b0a2ad75c
[ACA-1991] correctly show error for moderated libraries ( #823 )
...
* correctly show error for moderated libraries
* fix unit test
* update e2e tests
2018-11-23 15:24:33 +00:00
Adina Parpalita
25121e5cf3
[ACA-1943] add tests for Search results - libraries ( #821 )
2018-11-23 10:41:38 +00:00
Cilibiu Bogdan
0bd64f2543
[ACA-1607] Libraries - add/remove favorite library action ( #816 )
...
* workaround rework
* avorite unfavorite i18n reference
* extension definition
* is favorite library default value
* add action tooltip
* toglle favorite library state
* add toggle favorite library directive
* remove default isFavorite library value
* rework favorite library directive
* mark selected as favorite on favorite libaries route
* update tests
* add context menu delete library action
* update e2e
2018-11-22 10:37:14 +00:00
Adina Parpalita
94f2762940
[ACA-1964] add tests for search results based on search input selection ( #814 )
...
* add tests for search results based on search input selection
* add one more test
2018-11-20 19:24:27 +00:00
Adina Parpalita
9b7ad0b0b3
[ACA-2008] tests for add favourite /remove favorite on a site ( #810 )
2018-11-19 15:50:02 +00:00
Adina Parpalita
ca67da3657
[ACA-1946] automate tests for Favourite Libraries list ( #803 )
...
* automate part of the Favourite Libraries tests
refactor File Libraries tests to include My Libraries
* rephrasing
* forgotten changes
* fix tests
2018-11-16 15:43:16 +02:00
Adina Parpalita
2ac59bd278
[ACA] fix e2e tests failing on slow environments ( #801 )
...
* fix tests failing on slow environments
* forgot a change
2018-11-14 15:23:33 +00:00
Cilibiu Bogdan
031198e784
[ACA-20] Sidenav - navigate to first child route when expanded for the first time ( #798 )
...
* bradcrumb root title
* use correct i18n string reference
* expansion panel state directive
* takeUntil
* fix text
* parameter type
* fix title error message reference
* fix My Libraries test and add separate one for Favourite Libraries
2018-11-14 12:09:24 +02:00
Adina Parpalita
b592ea8635
[ACA-1517] add tests for create library ( #799 )
2018-11-13 15:32:07 +00:00
Cilibiu Bogdan
4a420cc9f9
[ACA-20] Favorite Libraries ( #789 )
...
* libraries submenu config
* fix item id
* favorite libraries columns
* libraries submenu text
* columns text
* submenu schema
* submenu routes
* role column component
* favorite libraries list api
* register favorite libraries presets
* favorite libraries list component
* register role column component
* dl custom node list is library route
* empty state message icon
* remove custom id
* merge subscriptions
* adapt to child route
* fix component selector
* revert to favorite library route
* sidenav main links font weight
* libraries children contants
* library expand panel method
* update e2e
* libraries children columns consistency
* isLibrary workaround for custom node list
* update isLibrary evaluator
* update e2e
* lint
* Update src/assets/app.extensions.json
Co-Authored-By: pionnegru <pionnegru@users.noreply.github.com>
* Update src/app/extensions/extension.service.ts
Co-Authored-By: pionnegru <pionnegru@users.noreply.github.com>
* Update src/app/extensions/extension.service.ts
Co-Authored-By: pionnegru <pionnegru@users.noreply.github.com>
* Update src/app/extensions/extension.service.ts
Co-Authored-By: pionnegru <pionnegru@users.noreply.github.com>
* Update src/app/extensions/extension.service.ts
Co-Authored-By: pionnegru <pionnegru@users.noreply.github.com>
* use correct preset
* update e2e
* update page titles values
* find child active link
* fix expected value
* update expected
* role column tests
* check if menu is expanded
2018-11-09 13:53:51 +00:00
Denys Vuika
2dc2f51944
[ACA-1970] extension fixes ( #780 )
...
* cleanup extension settings
* remove header demo and update schema
* move card view to separate demo extension
* update to ADF 2.6.1
2018-11-08 06:46:32 +00:00
Cilibiu Bogdan
dae45fce57
[ACA-20] Sidenav - submenu conditional icon templates ( #786 )
...
* remove focus outline
* button effect
* submenu conditional icon templates
* clean up styling
* update menu locator
* update library PO locators
2018-11-07 13:07:25 +02:00
Adina Parpalita
ae382f8b39
[ACA-1940] add tests for search input ( #776 )
2018-11-03 16:38:39 +00:00
Adina Parpalita
68fc762dd2
trim expect and actual values ( #773 )
2018-11-02 17:01:23 +00:00
Adina Parpalita
946e3e2196
[ACA] e2e remove not needed logoutPage ( #772 )
...
* remove not needed logoutPage
* disable back failing check
* fix failing test
2018-11-02 10:37:07 +00:00
Suzana Dirla
2c9e68ada7
[ACA-1822] input search options ( #768 )
...
* [ACA-1822] input search options - needs cleanup and styling
* [ACA-1822] input search options cleanup
- needs styling
- needs tests
* [ACA-1822] input search options cleanup
- needs styling
- needs tests
* [ACA-1822] input search options styling
* [ACA-1822] add translation keys
* [ACA-1822] reformat with Prettier
* [ACA-1822] fix pointer event on FF
* [ACA-1822] fix e2e test
* [ACA-1822] update unit tests
* [ACA-1822] fix spellcheck
* [ACA-1822] fix display
* [ACA-1822] some theme cleanup
* [ACA-1822] reposition icon
* [ACA-1822] code review changes
* [ACA-1822] more unit tests
2018-11-02 07:31:29 +00:00
Adina Parpalita
37b4d9d00b
[ACA-1937] automate tests for Library properties ( #771 )
2018-11-01 14:52:46 +00:00
Denys Vuika
3a8dbcd7a4
upgrade to Angular 7 ( #758 )
...
* angular 7 upgrade
* try to fix e2e failures
* reduce wait for snackbar
* wait presenceOf instead of visibilityOf
* angular 7 upgrade
* try to fix e2e failures
* reduce wait for snackbar
* wait presenceOf instead of visibilityOf
* one more try to fix e2e snackbar issues
* yet another try
* only wait in some tests
* diable animations, extra e2e app configuration
* update tomcat e2e script
* fix prod build memory use
* use another type of wait
* disable check
to be investigated separately
2018-10-31 17:53:36 +02:00
Cilibiu Bogdan
408bacd483
[ACA-1958] Library - 'visibility' label ( #769 )
...
* use Visibility label
* update e2e
2018-10-31 17:32:05 +02:00
Suzana Dirla
ad111cb712
e2e fix tomorrow date ( #770 )
2018-10-31 12:47:50 +00:00
Cilibiu Bogdan
0b65ff46a0
[ACA-1956] Libraries - remove toolbar experimental flag ( #764 )
...
* remove experimental flag
* e2e
2018-10-29 20:48:57 +00:00