summaryrefslogtreecommitdiff
path: root/spec/support/capybara.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-031-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-311-1/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-141-3/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-261-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-021-1/+23
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-01-061-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-061-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-09-231-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-291-0/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-181-5/+14
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-281-0/+11
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-221-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-171-0/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-111-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-111-0/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-101-1/+25
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-261-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-201-1/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-271-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-111-1/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-2/+2
* Enable CSP in gitlab.yml.exampleenable-csp-in-dev-and-ci-ceHeinrich Lee Yu2019-08-221-0/+3
* Add frozen_string_literal to spec/supportThong Kuah2019-07-251-0/+2
* Add Aria support to capybaraNick Thomas2019-07-221-0/+1
* Upgrade to Capybara 3Heinrich Lee Yu2019-06-121-0/+2
* Explicitly set Chrome user-data-dir58882-explicit-chrome-data-dirHeinrich Lee Yu2019-06-111-0/+3
* Try to reduce testing view port and unify itLin Jen-Shin2019-05-071-3/+8
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
* Move spec helpers/matchers/shared examples/contexts to their relevant folderRémy Coutable2018-04-231-0/+2
* prefer &. to .tryMike Greiling2018-04-131-1/+1
* remove --disable-gpu flag as it is no longer neededMike Greiling2018-04-131-7/+1
* display relevant browser console output whenever an integration test failsMike Greiling2018-04-131-0/+19
* prevent localStorage.clear from running when it would cause an errorMike Greiling2018-02-231-2/+4
* Disable /dev/shm in CIsh-disable-dev-shmStan Hu2017-12-221-0/+3
* add logging back to capybara config and clean up selenium option instantiationclean-capybara-configMike Greiling2017-11-291-8/+28
* make window resizing more resiliant on small screens when headless mode is offMike Greiling2017-11-011-3/+7
* move resize option the pre-test hooks instead of post-testMike Greiling2017-11-011-3/+3
* reset browser window size between testsMike Greiling2017-11-011-0/+3
* add CHROME_HEADLESS environment variable to disable headless modeMike Greiling2017-10-211-1/+4
* clear localStorage after each capybara test (global)Mike Greiling2017-10-201-0/+3
* Bump selenium-webdriver to 3.5.0 to make Capybara work properlyStan Hu2017-08-121-1/+1
* Expand Chrome window size to make specs passStan Hu2017-08-111-1/+1
* Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-021-2/+10
|\
| * Ensure Gitlab::Application.routes.default_url_options are set correctly in Ca...Rémy Coutable2017-07-281-1/+8
| * Don't reset the session when the example failed, because we need capybara-scr...dm-restore-capybara-screenshotDouwe Maan2017-06-211-2/+3
* | Make Capybara::Screenshot work with headless ChromeStan Hu2017-06-161-0/+4
* | Replace PhantomJS with headless Chrome for Rspec testsStan Hu2017-06-161-13/+10
|/
* Call Capybara.reset_sessions! before block_and_wait_for_requests_complete33779-reset-session-before-blocking-requestsRémy Coutable2017-06-161-0/+9
* Let PhantomJS load local imagesrc/load-images-in-phantomjsRémy Coutable2017-06-121-1/+3
* Properly eagerly-load the Capybara server for JS feature specs onlyRémy Coutable2017-03-311-2/+6