Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNur Rony <pro.nmrony@gmail.com>2017-04-21 18:05:38 +0300
committerClement Ho <clemmakesapps@gmail.com>2017-04-21 18:05:38 +0300
commitb8a63380324e05b0c46fe1ce216c6602fca0ef99 (patch)
treeb7e5ff7238854fbb8bda8c1bb6253261653afc89 /spec/features/issues_spec.rb
parentc76812c79ffe3ca35b00faeaaf7fa1c362d1d27d (diff)
Adding animation for all dropdown
Diffstat (limited to 'spec/features/issues_spec.rb')
-rw-r--r--spec/features/issues_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/features/issues_spec.rb b/spec/features/issues_spec.rb
index 362d167befa..55eca187f6c 100644
--- a/spec/features/issues_spec.rb
+++ b/spec/features/issues_spec.rb
@@ -414,7 +414,8 @@ describe 'Issues', feature: true do
it 'will not send ajax request when no data is changed' do
page.within '.labels' do
click_link 'Edit'
- first('.dropdown-menu-close').click
+
+ find('.dropdown-menu-close', match: :first).click
expect(page).not_to have_selector('.block-loading')
end