summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | 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-303-19/+31
| | | * | | | 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-302-6/+1
| | | * | | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-29414-3652/+7487
| | | |\ \ \ \
| | | * | | | | 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
| | | * | | | | correct the issues list count for label:none filterMike Greiling2017-10-241-1/+1
| | | * | | | | slow down requests for dropzone uploads to avoid race conditionsMike Greiling2017-10-242-0/+20
| | | * | | | | remove unneeded accept headerMike Greiling2017-10-241-4/+0
| | | * | | | | fix issue in which enter key from fill_in command was intercepted by autocomp...Mike Greiling2017-10-241-2/+2
| | | * | | | | fix body scrollTop referencesMike Greiling2017-10-241-2/+2
| | | * | | | | fix string escaping within latex exampleMike Greiling2017-10-241-2/+2
| | | * | | | | fix race condition when loading labels in filter barMike Greiling2017-10-241-1/+1
| | | * | | | | fix rubocop violationsMike Greiling2017-10-241-6/+9
| | | * | | | | Merge branch '35955-searchable-settings-puts-expand-collapse-toggle-in-an-inv...Mike Greiling2017-10-238-51/+55
| | | |\ \ \ \ \
| | | | * | | | | Stop sections from expanding when scrolling over the 1px sectionEric Eastwood2017-10-171-0/+4
| | | | * | | | | update settings panels to place "expanded" class on the correct elementMike Greiling2017-10-146-24/+24
| | | | * | | | | remove needlessly complicated, duplicate css class for expanded settings panelsMike Greiling2017-10-142-27/+27
| | | * | | | | | remove unnecessary :js option in download_specMike Greiling2017-10-231-1/+1
| | | * | | | | | add InspectRequests helperMike Greiling2017-10-233-5/+24
| | | * | | | | | implement basic request inspector for use in Capybara testsMike Greiling2017-10-232-0/+60
| | | * | | | | | Changed trigger click calls to click()Jose Ivan Vargas2017-10-233-5/+7
| | | * | | | | | add accept_confirm to specJose Ivan Vargas2017-10-231-1/+1
| | | * | | | | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-23673-6393/+18722
| | | |\ \ \ \ \ \
| | | * | | | | | | explicitly specify search for hidden elementMike Greiling2017-10-231-1/+1
| | | * | | | | | | add CHROME_HEADLESS environment variable to disable headless modeMike Greiling2017-10-211-1/+4
| | | * | | | | | | fix trailing whitespaceMike Greiling2017-10-211-1/+0
| | | * | | | | | | clear localStorage after each capybara test (global)Mike Greiling2017-10-203-8/+3
| | | * | | | | | | fix rubocop (oops)Mike Greiling2017-10-203-6/+6
| | | * | | | | | | clear localstorage between testsMike Greiling2017-10-191-0/+4
| | | * | | | | | | add InputHelper rspec helper to simulate non-BMP character inputMike Greiling2017-10-174-5/+45
| | | * | | | | | | fix cmd+click emulation for selenium webdriverMike Greiling2017-10-131-4/+9