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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-02-04 06:15:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-02-04 06:15:11 +0300
commit9f7f0ef116cd8f57446e1e395d8c2d6c88148096 (patch)
tree71b4cd22aaf65f1b2c3e200e03e5732087c15ee2 /spec/features/user_sorts_things_spec.rb
parentbc835172ed135a958f36a7be6c860b05d450a58f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/user_sorts_things_spec.rb')
-rw-r--r--spec/features/user_sorts_things_spec.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/features/user_sorts_things_spec.rb b/spec/features/user_sorts_things_spec.rb
index 8e6f6a96bd2..fa37d692225 100644
--- a/spec/features/user_sorts_things_spec.rb
+++ b/spec/features/user_sorts_things_spec.rb
@@ -33,18 +33,6 @@ RSpec.describe "User sorts things" do
expect(find(".issues-filters")).to have_content(sort_option)
end
- it "issues -> merge requests" do
- sort_option = 'Updated date'
-
- visit(project_issues_path(project))
-
- sort_by(sort_option)
-
- visit(project_merge_requests_path(project))
-
- expect(find(".issues-filters")).to have_content(sort_option)
- end
-
it "merge requests -> dashboard merge requests" do
sort_option = 'Updated date'