diff options
author | ddavison <ddavison@gitlab.com> | 2019-03-05 15:30:28 -0800 |
---|---|---|
committer | ddavison <ddavison@gitlab.com> | 2019-03-05 15:30:28 -0800 |
commit | c4bf79c26e3a74798458564b275740f7b18f1666 (patch) | |
tree | d9653a0fe4fbafdcc0031cf4034e36bef1192902 | |
parent | 8b30406af6223d2efd7f98b91f95182e694f9176 (diff) | |
download | gitlab-ce-qa-dd-remove-scroll-to-cicd-settings-link.tar.gz |
Remove the scroll to the elementqa-dd-remove-scroll-to-cicd-settings-link
Scrolling to the element should not be necessary
-rw-r--r-- | qa/qa/page/project/sub_menus/settings.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/qa/page/project/sub_menus/settings.rb b/qa/qa/page/project/sub_menus/settings.rb index 62c594c0210..920a63e7a40 100644 --- a/qa/qa/page/project/sub_menus/settings.rb +++ b/qa/qa/page/project/sub_menus/settings.rb @@ -48,7 +48,6 @@ module QA def hover_settings within_sidebar do - scroll_to_element(:settings_item) find_element(:settings_item).hover yield |