* viewer outlet over preview route
* use ViewNodeAction over ViewFileAction
* pass data to dynamic component
* ViewNodeComponent for view file custom actions
* update docs
* pass primary url to show preview outlet
* update tests
* reset selection on navigation event
* document list update selection action when not viewer
* close viewer for move and delete from viewer
* location as router commands to work with search query
* make viewer to behave like former preview
* viewer error route
* call correct preview method
* remove view/error route
* navigate to show error
* span element for action name
* fix folder navigation
* fix test
* page title fix
* update tests
* locate better the viewer toolbar
* fix viewer url link
* update navigation rules
* document-list directive tests
* try workaround for chrome 76
* try another workaround for using chromedriver 75 instead of 76
* ViewerEffects tests
* reset selection over reload
* fix tests
* add reset event test
* remove actions
* context menu action refresh on favourite
* reset selection on navigation
* add delete and upload events
* takeUntil after operators
* remove chrome workaround parameter
* filter navigation event
* compare arrays of actions instead of checking the available actions one by one
add more tests for more file types
reorganise and separate test files
use correct capitalisation of “Leave Library”, according to ACA-2473
add some try catch blocks
* fix test and rebalance suites
* remove hidden old info button
- that exists in DOM, even though hidden, after fix of [ACA-2288] issue
* change actions order after ACA-2649
* latest ADF alpha
* get latest adf
* update tests
* use date format via config
* update time format
* Revert "update time format"
This reverts commit 3a4864ef01.
* ACA-1676 add share tests with user logouts
* ACA-1676 add share tests with user logouts
* ACA-1676 split the logout test into own describe and reformat the tests a bit.
* ACA-1676 split the logout test into own describe and reformat the tests a bit.
* ACA-1676 split the logout test into own describe and reformat the tests a bit.
* ACA-1676 split the logout test into own describe and reformat the tests a bit.
* ACA-1676 change some protractor config as suggested from Adina
* ACA-1676 change some protractor config as suggested from Adina
* split InfoDrawer test component and add tests for viewing properties
* add “date item” to spell ignore and remove commented code
* try to increase timeout
* add adf-no-grow-cell & min-width on columns
* [ACA-2350] fix ellipsis on DL and the context-menu issue
- issues were caused by nested items with the same classname: 'adf-datatable-cell'
* [ACA-2350] fix unit test
* [ACA-2350] remove deprecated classname
- mention 'adf-datatable-cell--text' example container class for elements that have context menu
* [ACA-2350] small fixes on search-results display
* [ACA-2350] fix location check
* [ACA-2350] should clean-up code once [ADF-4401] issue is fixed
* [ACA-2350] change e2e expect to check match
* [plint] fix code formatting
* [plint] fix code formatting
* [ACA-1633] create test suites. update protractor to use suites. update travis to split in to test suite groups.
* disable tomcat tests
* exclude failing expect
* [ACA-2330] fix DL display - enable single click tests
* [ACA-2330] fix locked-by item display
* [ACA-2330] set text color and padding on DL
* [ACA-2330] fix ellipsis on name column text
* [ACA-2330] apply fix to library-name-column also
- fixes failing test on libraries DL
* [ACA-2330] set scss variables
* [ACA-2330] fix wrong variable names
* [ACA-2330] decrease thumbnail width
* [ACA-2330] enable related tests
* add tests for search results page and actions on search results
* fix selector and add more tests
* split unshare tests
* fix tests
* add more tests and TestRail ids
* 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
* 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
* 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