Skip to content
代码片段 群组 项目
提交 466009c5 编辑于 作者: Dennis Tang's avatar Dennis Tang
浏览文件

Fix failing invite groups spec where member tab doesn't exist

上级 4978b040
No related branches found
No related tags found
无相关合并请求
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
shared_examples 'the project cannot be shared with groups' do shared_examples 'the project cannot be shared with groups' do
it 'the "Invite group" tab does not exist' do it 'the "Invite group" tab does not exist' do
visit project_settings_members_path(project) visit project_settings_members_path(project)
expect(page).to have_selector('#invite-member-tab')
expect(page).not_to have_selector('#invite-group-tab') expect(page).not_to have_selector('#invite-group-tab')
end end
end end
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册