summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into refactor-clustersShinya Maeda2017-11-05111-350/+371
|\
| * fix flaky tests by removing unneeded clicks and focus actionsMike Greiling2017-11-031-16/+1
| * Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-11-032-5/+45
| |\
| | * Merge branch 'bvl-unlink-fixes' into 'master'Douwe Maan2017-11-031-0/+40
| | |\
| | | * Make sure the settings page renders when root of a fork is deletedBob Van Landuyt2017-11-031-0/+40
| * | | fix flaky test in gfm_autocomplete_spec.rbMike Greiling2017-11-031-1/+0
| * | | don't attempt to click on hidden elementsMike Greiling2017-11-031-4/+6
| * | | replace use of unsupported trigger method with clickMike Greiling2017-11-032-2/+2
| * | | prevent race condition when attempting to cancel a file uploadMike Greiling2017-11-031-2/+4
| * | | confirm javascript modal when resetting email tokensMike Greiling2017-11-031-2/+2
| * | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-11-0211-61/+66
| |\ \ \
| * | | | use resize_window helperMike Greiling2017-11-021-1/+2
| * | | | refactor wait_for_requests, add slow_requests block helperMike Greiling2017-11-027-42/+34
| * | | | target label instead of obscured input elementMike Greiling2017-11-021-3/+1
| * | | | scroll to top before attempting to click the "Side-by-side" buttonMike Greiling2017-11-021-3/+2
| * | | | remove out-of-date comments about webdriver compatabilityMike Greiling2017-11-021-5/+1
| * | | | explicitly add Accept: */* HTTP header back to testMike Greiling2017-11-021-1/+3
| * | | | add visible argument to helper rather than duplicating codeMike Greiling2017-11-021-3/+3
| * | | | add InspectRequests helper automatically to :js testsMike Greiling2017-11-023-5/+0
| * | | | add CookieHelper and InputHelper automatically to :js testsMike Greiling2017-11-029-18/+0
| * | | | add slow_requests! to filtered search tests which expect to see a loading spi...Mike Greiling2017-11-015-0/+10
| * | | | explicitly check innerText since selenium webdriver only looks at visible textMike Greiling2017-11-011-1/+1
| * | | | prevent resolve buttons from being clicked twice triggering a race conditionMike Greiling2017-11-011-4/+2
| * | | | add accept_confirm around "remove" buttonMike Greiling2017-10-311-1/+1
| * | | | Added cookie_helper to the upload_file_specJose Ivan Vargas2017-10-311-1/+2
| * | | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-318-7/+108
| |\ \ \ \
| * | | | | remove "command" key from test since it only applies on macOSMike Greiling2017-10-311-3/+3
| * | | | | accept confirmation modal when erasing job trace in user_browses_job_spec.rbMike Greiling2017-10-311-2/+2
| * | | | | fix set_cookie references within multi-file editor specsMike Greiling2017-10-302-2/+4
| * | | | | flash message broken in rspec but already covered by repo_service_spec.jsMike Greiling2017-10-302-2/+0
| * | | | | fix set_cookie references within ref_switcher_spec.rbMike Greiling2017-10-301-1/+3
| * | | | | allow inspect_request to inject request headers in order to test Sendfile req...Mike Greiling2017-10-301-16/+18
| * | | | | add accept_confirm around attempts to revoke personal access tokensMike Greiling2017-10-301-2/+2
| * | | | | add accept_confirm when attempting to stop an environment in widget_deploymen...Mike Greiling2017-10-301-1/+1
| * | | | | fix page render issues on contribution calendar while tests are runMike Greiling2017-10-301-1/+1
| * | | | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-2914-20/+314
| |\ \ \ \ \
| * | | | | | accept modal confirm dialog when deleting noteMike Greiling2017-10-291-1/+1
| * | | | | | fix rubocop violationMike Greiling2017-10-291-1/+1
| * | | | | | remove unnecessary capybara process invocationMike Greiling2017-10-261-1/+1
| * | | | | | fix use of unsupported webdriver feature "network_requests"Mike Greiling2017-10-261-2/+4
| * | | | | | accept modal confirm dialog when disabling 2FAMike Greiling2017-10-261-1/+1
| * | | | | | update all status_code calls to use new inspect_requests helperMike Greiling2017-10-261-6/+7
| * | | | | | use click instead of send(:return) so that open select dropdowns are blurredMike Greiling2017-10-261-1/+1
| * | | | | | remove unnecessary use of url_blacklist overrideMike Greiling2017-10-261-1/+0
| * | | | | | fix select2 commands in user_edits_merge_request_spec.rbMike Greiling2017-10-261-2/+3
| * | | | | | add accept_confirm around "destroy/revoke" buttonsMike Greiling2017-10-241-2/+2
| * | | | | | fix member expire calendar selection by triggering blurMike Greiling2017-10-241-0/+1
| * | | | | | add accept_confirm around "remove" buttonMike Greiling2017-10-241-1/+1
| * | | | | | add accept_confirm around "delete tag" buttonMike Greiling2017-10-241-1/+1
| * | | | | | add accept_confirm around "delete comment" buttonMike Greiling2017-10-241-1/+1