Skip to content
代码片段 群组 项目
提交 75b8075f 编辑于 作者: Rajat Jain's avatar Rajat Jain
浏览文件

Remove a rspec which is no longer required

上级 e7e59b42
No related branches found
No related tags found
无相关合并请求
...@@ -106,24 +106,5 @@ def multi_select(selector, action = 'select') ...@@ -106,24 +106,5 @@ def multi_select(selector, action = 'select')
expect(find('.board-card:nth-child(5)')).to have_content(issue4.title) expect(find('.board-card:nth-child(5)')).to have_content(issue4.title)
end end
end end
it 'adds label when issues are moved to different card', :js do
page.within(all('.js-board-list')[1]) do
expect(find('.board-card:nth-child(1)')).not_to have_content(label2.title)
expect(find('.board-card:nth-child(2)')).not_to have_content(label2.title)
end
multi_select('.board-card:nth-child(1)')
multi_select('.board-card:nth-child(2)')
drag(list_from_index: 1, list_to_index: 2)
wait_for_requests
page.within(all('.js-board-list')[2]) do
expect(find('.board-card:nth-child(1)')).to have_content(label2.title)
expect(find('.board-card:nth-child(2)')).to have_content(label2.title)
end
end
end end
end end
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册