summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2019-02-21 15:03:25 +0100
committerWinnie Hellmann <winnie@gitlab.com>2019-04-10 13:42:43 +0200
commite6f3f16d3f55f9953ced0cef92f1473e394dc98f (patch)
tree9facf91e67afa606a91e660586b1dcbbcc327ef0
parentcd566c2622984a66e93b1536954464cab5628bcc (diff)
downloadgitlab-ce-winh-fix-boards_spec.tar.gz
Move boards_spec.rb out of quarantinewinh-fix-boards_spec
-rw-r--r--spec/features/boards/boards_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/features/boards/boards_spec.rb b/spec/features/boards/boards_spec.rb
index 4c6175f5590..1817467e93b 100644
--- a/spec/features/boards/boards_spec.rb
+++ b/spec/features/boards/boards_spec.rb
@@ -97,7 +97,7 @@ describe 'Issue Boards', :js do
expect(find('.board:nth-child(4)')).to have_selector('.board-card')
end
- it 'shows description tooltip on list title', :quarantine do
+ it 'shows description tooltip on list title' do
page.within('.board:nth-child(2)') do
expect(find('.board-title span.has-tooltip')[:title]).to eq('Test')
end
@@ -411,7 +411,7 @@ describe 'Issue Boards', :js do
wait_for_empty_boards((2..4))
end
- it 'filters by label with space after reload', :quarantine do
+ it 'filters by label with space after reload' do
set_filter("label", "\"#{accepting.title}")
click_filter_link(accepting.title)
submit_filter
@@ -477,7 +477,7 @@ describe 'Issue Boards', :js do
end
end
- it 'filters by multiple labels', :quarantine do
+ it 'filters by multiple labels' do
set_filter("label", testing.title)
click_filter_link(testing.title)