| Commit message (Expand) | Author | Age | Files | Lines |
* | Header acceptance features | John Molakvoæ (skjnldsv) | 2018-03-09 | 5 | -10/+238 |
* | Add acceptance tests for creation of subfolders in public shared folders | Daniel Calviño Sánchez | 2018-03-09 | 3 | -0/+121 |
* | Extract common "wait for" functions to a helper class | Daniel Calviño Sánchez | 2018-03-09 | 3 | -46/+86 |
* | Generalize file list steps so a specific ancestor can be used | Daniel Calviño Sánchez | 2018-03-09 | 4 | -3/+115 |
* | Generalize file list locators so a specific ancestor can be used | Daniel Calviño Sánchez | 2018-03-09 | 2 | -54/+66 |
* | Store the name of the actor in the Actor object | Daniel Calviño Sánchez | 2018-03-09 | 2 | -3/+19 |
* | Extract file list locators and steps to its own class | Daniel Calviño Sánchez | 2018-03-09 | 2 | -250/+287 |
* | Add automatic handling of NoSuchElement exceptions | Daniel Calviño Sánchez | 2018-03-08 | 1 | -6/+16 |
* | Add automatic handling of MoveTargetOutOfBounds exceptions | Daniel Calviño Sánchez | 2018-03-08 | 1 | -3/+17 |
* | fixup! Acceptance fix | John Molakvoæ (skjnldsv) | 2018-03-01 | 1 | -1/+2 |
* | Acceptance fix | John Molakvoæ (skjnldsv) | 2018-03-01 | 2 | -1/+37 |
* | Merge pull request #7600 from nextcloud/new-user-button-to-sidebar | Roeland Jago Douma | 2018-02-28 | 2 | -1/+34 |
|\ |
|
| * | Fix acceptance tests | John Molakvoæ (skjnldsv) | 2018-02-28 | 2 | -1/+34 |
* | | Fix acceptance test for new menu structure | Julius Härtl | 2018-02-27 | 1 | -1/+1 |
|/ |
|
* | Take into account the comment message when looking for it | Daniel Calviño Sánchez | 2018-02-15 | 2 | -24/+17 |
* | Adjust timeouts in the step to create a new comment | Daniel Calviño Sánchez | 2018-02-15 | 1 | -2/+2 |
* | Move locators above step definitions | Daniel Calviño Sánchez | 2018-02-15 | 1 | -21/+26 |
* | Merge pull request #7650 from rpirritano/master | Morris Jobke | 2018-01-11 | 1 | -1/+1 |
|\ |
|
| * | made small changes to login screen | Robert Pirritano | 2018-01-11 | 1 | -1/+1 |
* | | Add acceptance test for renaming a file with the details view open | Daniel Calviño Sánchez | 2018-01-11 | 2 | -0/+57 |
|/ |
|
* | Wait for the shared link to be set in the acceptance tests | Daniel Calviño Sánchez | 2017-12-22 | 1 | -1/+24 |
* | Add missing timeout multiplier | Daniel Calviño Sánchez | 2017-12-22 | 1 | -2/+6 |
* | Fix typo in callback name | Daniel Calviño Sánchez | 2017-12-22 | 1 | -2/+2 |
* | Add acceptance test for opening the menu in a public shared link | Daniel Calviño Sánchez | 2017-12-19 | 2 | -0/+95 |
* | Allows adding of hex color to the theme-color | Abijeet | 2017-12-08 | 2 | -29/+33 |
* | Fix acceptance test | John Molakvoæ (skjnldsv) | 2017-11-08 | 1 | -1/+1 |
* | Merge branch 'master' into autocomplete-gui | Arthur Schiwon | 2017-11-01 | 2 | -7/+57 |
|\ |
|
| * | Solve acceptance test failure due to clicks on covered elements | Daniel Calviño Sánchez | 2017-10-19 | 2 | -0/+32 |
| * | Replace inline favorite action with just a favorite icon | Daniel Calviño Sánchez | 2017-10-19 | 1 | -5/+5 |
| * | Update acceptance tests to favorite files through the file actions menu | Daniel Calviño Sánchez | 2017-10-19 | 1 | -2/+20 |
* | | add acceptance tests | Arthur Schiwon | 2017-10-28 | 2 | -0/+90 |
|/ |
|
* | Add acceptance tests for setting the color in the Theming app | Daniel Calviño Sánchez | 2017-08-10 | 2 | -0/+177 |
* | Add getter for the timeout multiplier | Daniel Calviño Sánchez | 2017-08-10 | 1 | -0/+9 |
* | Make possible to configure the domain for the Nextcloud test server | Daniel Calviño Sánchez | 2017-07-20 | 1 | -6/+16 |
* | Add acceptance tests for unselecting items in dropdown for tags | Daniel Calviño Sánchez | 2017-07-10 | 3 | -0/+317 |
* | Extract app navigation elements to its own context | Daniel Calviño Sánchez | 2017-07-08 | 2 | -39/+69 |
* | Fix typo | Daniel Calviño Sánchez | 2017-07-08 | 1 | -2/+2 |
* | Add acceptance tests for sorting of favorite files | Daniel Calviño Sánchez | 2017-07-05 | 2 | -0/+105 |
* | try to lower the timeout in an acceptance test | Arthur Schiwon | 2017-06-26 | 1 | -1/+1 |
* | fix typos and unnecessary white spaces | Arthur Schiwon | 2017-06-26 | 2 | -5/+4 |
* | Fix and extend acceptance tests | Arthur Schiwon | 2017-06-23 | 3 | -6/+55 |
* | Extract duplicated code to a method | Daniel Calviño Sánchez | 2017-06-09 | 1 | -28/+15 |
* | Add acceptance tests for showing the input field for tags | Daniel Calviño Sánchez | 2017-06-09 | 2 | -0/+123 |
* | Update acceptance tests for issue #4921 | Daniel Calviño Sánchez | 2017-05-21 | 1 | -1/+10 |
* | Add automatic handling of common command failures of Mink elements | Daniel Calviño Sánchez | 2017-05-06 | 3 | -2/+315 |
* | Extract element finding to a command object | Daniel Calviño Sánchez | 2017-05-06 | 2 | -78/+178 |
* | Make internal find methods static | Daniel Calviño Sánchez | 2017-05-06 | 1 | -8/+10 |
* | Add missing type hints | Daniel Calviño Sánchez | 2017-05-06 | 1 | -3/+3 |
* | Merge pull request #4682 from nextcloud/try-to-start-browser-sessions-again-w... | Morris Jobke | 2017-05-04 | 2 | -10/+48 |
|\ |
|
| * | Try again to start browser sessions when they fail | Daniel Calviño Sánchez | 2017-05-03 | 1 | -1/+27 |