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:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-10-05 00:52:22 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-10-05 00:52:22 +0300
commit7449c45d458dae3a121d0c4511cef844dabb4177 (patch)
treef4cf3cb15de2e72a4a2a4b9fa4539efb2f42197c /spec/features/boards
parent10c70b19d0209fcf542dd03a0484d98b6a06ddd3 (diff)
fix add_issues_modal_spec
Diffstat (limited to 'spec/features/boards')
-rw-r--r--spec/features/boards/add_issues_modal_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/boards/add_issues_modal_spec.rb b/spec/features/boards/add_issues_modal_spec.rb
index c480b5b7e34..862d97a508f 100644
--- a/spec/features/boards/add_issues_modal_spec.rb
+++ b/spec/features/boards/add_issues_modal_spec.rb
@@ -101,8 +101,8 @@ describe 'Issue Boards add issue modal', :js do
click_button 'Cancel'
end
- first('.board-delete').click
-
+ accept_confirm { first('.board-delete').click }
+
click_button('Add issues')
wait_for_requests