Skip to content
代码片段 群组 项目
未验证 提交 d0cde93c 编辑于 作者: Andrejs Cunskis's avatar Andrejs Cunskis 提交者: GitLab
浏览文件

Merge branch 'hm-promote-data-stores-reliable2' into 'master'

Promote data stores specs to reliable

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/141747



Merged-by: default avatarAndrejs Cunskis <acunskis@gitlab.com>
Approved-by: default avatarAndrejs Cunskis <acunskis@gitlab.com>
Co-authored-by: default avatarhmuralidhar <hmuralidhar@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -132,6 +132,7 @@ module QA ...@@ -132,6 +132,7 @@ module QA
it( it(
'is not allowed to create a file in parent group project via the API', 'is not allowed to create a file in parent group project via the API',
:reliable,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/363343' testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/363343'
) do ) do
expect do expect do
......
...@@ -29,7 +29,7 @@ module QA ...@@ -29,7 +29,7 @@ module QA
user&.remove_via_api! user&.remove_via_api!
end end
it 'generates a todo item for the group owner', it 'generates a todo item for the group owner', :reliable,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/370132' do testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/370132' do
Page::Dashboard::Todos.perform do |todos| Page::Dashboard::Todos.perform do |todos|
expect(todos).to have_latest_todo_with_author( expect(todos).to have_latest_todo_with_author(
...@@ -53,7 +53,7 @@ module QA ...@@ -53,7 +53,7 @@ module QA
end end
end end
it 'adds user to the group', it 'adds user to the group', :reliable,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/386792' do testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/386792' do
found_member = group.reload!.find_member(user.username) found_member = group.reload!.find_member(user.username)
...@@ -70,7 +70,7 @@ module QA ...@@ -70,7 +70,7 @@ module QA
end end
end end
it 'does not add user to the group', it 'does not add user to the group', :reliable,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/386793' do testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/386793' do
found_member = group.reload!.find_member(user.username) found_member = group.reload!.find_member(user.username)
......
...@@ -16,7 +16,7 @@ module QA ...@@ -16,7 +16,7 @@ module QA
sub_group_for_transfer.visit! sub_group_for_transfer.visit!
end end
it 'transfers a subgroup to another group', it 'transfers a subgroup to another group', :reliable,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347692' do testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347692' do
Page::Group::Menu.perform(&:go_to_general_settings) Page::Group::Menu.perform(&:go_to_general_settings)
Page::Group::Settings::General.perform do |general| Page::Group::Settings::General.perform do |general|
......
...@@ -51,7 +51,7 @@ module QA ...@@ -51,7 +51,7 @@ module QA
following_user&.remove_via_api! following_user&.remove_via_api!
end end
it 'can be followed and their activity seen', it 'can be followed and their activity seen', :reliable,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347678' do testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347678' do
Flow::Login.sign_in(as: following_user) Flow::Login.sign_in(as: following_user)
page.visit Runtime::Scenario.gitlab_address + "/#{followed_user.username}" page.visit Runtime::Scenario.gitlab_address + "/#{followed_user.username}"
......
...@@ -33,7 +33,7 @@ module QA ...@@ -33,7 +33,7 @@ module QA
end end
it( it(
'is allowed to edit the sub-group project files', 'is allowed to edit the sub-group project files', :reliable,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/363467' testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/363467'
) do ) do
Flow::Login.sign_in(as: parent_group_user) Flow::Login.sign_in(as: parent_group_user)
...@@ -71,7 +71,7 @@ module QA ...@@ -71,7 +71,7 @@ module QA
end end
it( it(
'is not allowed to edit the parent group project files', 'is not allowed to edit the parent group project files', :reliable,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/363466' testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/363466'
) do ) do
Flow::Login.sign_in(as: sub_group_user) Flow::Login.sign_in(as: sub_group_user)
......
...@@ -22,7 +22,7 @@ module QA ...@@ -22,7 +22,7 @@ module QA
target_group_with_project.remove_via_api! target_group_with_project.remove_via_api!
end end
it 'can be shared with another group with correct access level', it 'can be shared with another group with correct access level', :reliable,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347935' do testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347935' do
Flow::Login.sign_in Flow::Login.sign_in
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册