diff options
author | Michael Kozono <mkozono@gmail.com> | 2018-05-03 10:28:58 -0700 |
---|---|---|
committer | Michael Kozono <mkozono@gmail.com> | 2018-06-08 09:05:06 -0700 |
commit | 826d13816984cd18f579441abbda9f1a5e1d5b35 (patch) | |
tree | 14ff5fc830efc4a6c430b1e7908455b1534b38f7 /qa | |
parent | c394a7644ed0474dd07d8d588f6abdd6367aaedf (diff) | |
download | gitlab-ce-826d13816984cd18f579441abbda9f1a5e1d5b35.tar.gz |
Remove unnecessary wait
Also, it actually seems to wait the full 60 seconds, indicating it never finds the element.
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/page/project/settings/protected_branches.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qa/qa/page/project/settings/protected_branches.rb b/qa/qa/page/project/settings/protected_branches.rb index a0903c3c4dc..d5da0091976 100644 --- a/qa/qa/page/project/settings/protected_branches.rb +++ b/qa/qa/page/project/settings/protected_branches.rb @@ -75,10 +75,6 @@ module QA within_element(:"allowed_to_#{action}_dropdown") do click_on text - - wait(reload: false) do - has_css?('.is-active') - end end end end |