diff options
author | Stan Hu <stanhu@gmail.com> | 2017-08-11 23:02:21 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-08-11 23:02:21 -0700 |
commit | 08172ff595f3c28080e2e5a45d15e28007d5206e (patch) | |
tree | a1c89cdeb6008b8bbbb1d78cc49c66ff6253323e /features/steps/shared/diff_note.rb | |
parent | a5e096ceaa468ba3f3ff3b70369e2b16d76e55e9 (diff) | |
download | gitlab-ce-08172ff595f3c28080e2e5a45d15e28007d5206e.tar.gz |
Expand Spinach window size and remove unsupported trigger calls
Diffstat (limited to 'features/steps/shared/diff_note.rb')
-rw-r--r-- | features/steps/shared/diff_note.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/features/steps/shared/diff_note.rb b/features/steps/shared/diff_note.rb index 312187cbd0f..4f2f33cf768 100644 --- a/features/steps/shared/diff_note.rb +++ b/features/steps/shared/diff_note.rb @@ -227,12 +227,10 @@ module SharedDiffNote end def click_diff_line(code) - find(".line_holder[id='#{code}'] td:nth-of-type(1)").trigger 'mouseover' find(".line_holder[id='#{code}'] button").click end def click_parallel_diff_line(code, line_type) - find(".line_holder.parallel .diff-line-num[id='#{code}']").trigger 'mouseover' find(".line_holder.parallel button[data-line-code='#{code}']").click end end |