diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2018-05-19 00:29:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-19 00:29:47 +0200 |
commit | b7fa89800d705d817c4dd1b6f9afc8dc12e39200 (patch) | |
tree | a3232e62def0676ce1ef28c83647e907de7f6c92 /tests | |
parent | 03a6f8e14e63a0abcf4ed8fbca12998bcbb59be3 (diff) | |
parent | cb2050334125f6aa03ae70b970070676f67d3134 (diff) | |
download | nextcloud-server-b7fa89800d705d817c4dd1b6f9afc8dc12e39200.tar.gz nextcloud-server-b7fa89800d705d817c4dd1b6f9afc8dc12e39200.zip |
Merge pull request #9521 from nextcloud/add-firefox-profile-with-support-for-css-grid-to-acceptance-tests
Add Firefox profile with support for CSS grid to acceptance tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/acceptance/config/behat.yml | 6 | ||||
-rw-r--r-- | tests/acceptance/config/firefox-profiles/css-grid-enabled.zip | bin | 0 -> 192 bytes |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/acceptance/config/behat.yml b/tests/acceptance/config/behat.yml index 3cd71eec047..7eee0a4da9c 100644 --- a/tests/acceptance/config/behat.yml +++ b/tests/acceptance/config/behat.yml @@ -29,3 +29,9 @@ default: selenium2: ~ Jane: selenium2: ~ + Rubeus: + # Rubeus uses a browser that has CSS grid support. + selenium2: + capabilities: + firefox: + profile: config/firefox-profiles/css-grid-enabled.zip diff --git a/tests/acceptance/config/firefox-profiles/css-grid-enabled.zip b/tests/acceptance/config/firefox-profiles/css-grid-enabled.zip Binary files differnew file mode 100644 index 00000000000..8f061806d0a --- /dev/null +++ b/tests/acceptance/config/firefox-profiles/css-grid-enabled.zip |