summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features
Commit message (Expand)AuthorAgeFilesLines
* Add acceptance tests for opening a section in the Files appDaniel Calviño Sánchez2018-10-232-0/+88
* Add acceptance tests for creation of subfolders in public shared foldersDaniel Calviño Sánchez2018-03-093-0/+121
* Extract common "wait for" functions to a helper classDaniel Calviño Sánchez2018-03-093-46/+86
* Generalize file list steps so a specific ancestor can be usedDaniel Calviño Sánchez2018-03-094-3/+115
* Generalize file list locators so a specific ancestor can be usedDaniel Calviño Sánchez2018-03-092-54/+66
* Store the name of the actor in the Actor objectDaniel Calviño Sánchez2018-03-092-3/+19
* Extract file list locators and steps to its own classDaniel Calviño Sánchez2018-03-092-250/+287
* Add automatic handling of NoSuchElement exceptionsDaniel Calviño Sánchez2018-03-091-6/+16
* Add automatic handling of MoveTargetOutOfBounds exceptionsDaniel Calviño Sánchez2018-03-091-3/+17
* Take into account the comment message when looking for itDaniel Calviño Sánchez2018-02-162-24/+17
* Adjust timeouts in the step to create a new commentDaniel Calviño Sánchez2018-02-161-2/+2
* Move locators above step definitionsDaniel Calviño Sánchez2018-02-161-21/+26
* Merge pull request #7650 from rpirritano/masterMorris Jobke2018-01-111-1/+1
|\
| * made small changes to login screenRobert Pirritano2018-01-111-1/+1
* | Add acceptance test for renaming a file with the details view openDaniel Calviño Sánchez2018-01-112-0/+57
|/
* Wait for the shared link to be set in the acceptance testsDaniel Calviño Sánchez2017-12-221-1/+24
* Add missing timeout multiplierDaniel Calviño Sánchez2017-12-221-2/+6
* Fix typo in callback nameDaniel Calviño Sánchez2017-12-221-2/+2
* Add acceptance test for opening the menu in a public shared linkDaniel Calviño Sánchez2017-12-192-0/+95
* Allows adding of hex color to the theme-colorAbijeet2017-12-082-29/+33
* Fix acceptance testJohn Molakvoæ (skjnldsv)2017-11-081-1/+1
* Merge branch 'master' into autocomplete-guiArthur Schiwon2017-11-012-7/+57
|\
| * Solve acceptance test failure due to clicks on covered elementsDaniel Calviño Sánchez2017-10-192-0/+32
| * Replace inline favorite action with just a favorite iconDaniel Calviño Sánchez2017-10-191-5/+5
| * Update acceptance tests to favorite files through the file actions menuDaniel Calviño Sánchez2017-10-191-2/+20
* | add acceptance testsArthur Schiwon2017-10-282-0/+90
|/
* Add acceptance tests for setting the color in the Theming appDaniel Calviño Sánchez2017-08-102-0/+177
* Add getter for the timeout multiplierDaniel Calviño Sánchez2017-08-101-0/+9
* Make possible to configure the domain for the Nextcloud test serverDaniel Calviño Sánchez2017-07-201-6/+16
* Add acceptance tests for unselecting items in dropdown for tagsDaniel Calviño Sánchez2017-07-103-0/+317
* Extract app navigation elements to its own contextDaniel Calviño Sánchez2017-07-082-39/+69
* Fix typoDaniel Calviño Sánchez2017-07-081-2/+2
* Add acceptance tests for sorting of favorite filesDaniel Calviño Sánchez2017-07-052-0/+105
* try to lower the timeout in an acceptance testArthur Schiwon2017-06-261-1/+1
* fix typos and unnecessary white spacesArthur Schiwon2017-06-262-5/+4
* Fix and extend acceptance testsArthur Schiwon2017-06-233-6/+55
* Extract duplicated code to a methodDaniel Calviño Sánchez2017-06-091-28/+15
* Add acceptance tests for showing the input field for tagsDaniel Calviño Sánchez2017-06-092-0/+123
* Update acceptance tests for issue #4921Daniel Calviño Sánchez2017-05-211-1/+10
* Add automatic handling of common command failures of Mink elementsDaniel Calviño Sánchez2017-05-063-2/+315
* Extract element finding to a command objectDaniel Calviño Sánchez2017-05-062-78/+178
* Make internal find methods staticDaniel Calviño Sánchez2017-05-061-8/+10
* Add missing type hintsDaniel Calviño Sánchez2017-05-061-3/+3
* Merge pull request #4682 from nextcloud/try-to-start-browser-sessions-again-w...Morris Jobke2017-05-042-10/+48
|\
| * Try again to start browser sessions when they failDaniel Calviño Sánchez2017-05-031-1/+27
| * Generalize attribute nameDaniel Calviño Sánchez2017-05-031-8/+8
| * Fix exponential increase of timeout when finding ancestor elementsDaniel Calviño Sánchez2017-05-031-1/+13
* | Replace "named" Mink selectors with "named_exact" Mink selectorsDaniel Calviño Sánchez2017-05-021-14/+14
* | Remove "content" locator from acceptance testsDaniel Calviño Sánchez2017-05-026-16/+19
|/
* Add acceptance tests for closing details view in Files appDaniel Calviño Sánchez2017-04-252-0/+213