nextcloud/tests/acceptance
Daniel Calviño Sánchez 92925233ec
Maximize browser window before running the tests
By the default the browser window is not maximized, but opened with a
size of 1050x978px. In the Files app, when the navigation bar and the
side bar are both open, with the previous design that width caused the
file name to be very very narrow, but still clickable. However, with the
updated design the file name is too narrow and no longer clickable,
which breaks several acceptance tests that descend into subfolders. To
solve that now the browser window is maximized before running the tests,
which makes the window wide enough (1360px) to show the file name and
make it clickable.

This commit also removes a step to close the sidebar that was recently
added to address the problem mentioned above in a previous pull request.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-01 14:15:43 +02:00
..
config Update acceptance tests to Selenium 3 2021-04-16 20:00:15 +02:00
features Maximize browser window before running the tests 2022-09-01 14:15:43 +02:00
composer.json Require a recent phpunit version in integration and acceptance 2022-05-24 18:54:29 +02:00
composer.lock Update dependencies in acceptance tests composer.lock 2022-06-13 10:24:42 +02:00
installAndConfigureServer.sh Redirect to files app after login in acceptance tests 2020-08-05 17:01:29 +02:00
run-local.sh acceptence tests shall specify which branch to pick when cloning apps 2020-06-19 21:08:39 +02:00
run.sh Update images in scripts to run local tests in Docker 2022-03-03 19:53:26 +01:00