Commit 8512feea authored by Sean McGivern's avatar Sean McGivern

Merge branch '44983-transient-failure-in-user_sorts_issues_spec' into 'master'

Resolve "Transient failure in spec/features/projects/issues/user_sorts_issues_spec.rb"

Closes #44983

See merge request gitlab-org/gitlab-ce!18174
parents a3e82755 bc19656c
......@@ -25,17 +25,14 @@ describe "User sorts issues" do
page.within(".issues-list") do
page.within("li.issue:nth-child(1)") do
expect(page).to have_content(issue1.title)
expect(page).to have_content("2 1")
end
page.within("li.issue:nth-child(2)") do
expect(page).to have_content(issue2.title)
expect(page).to have_content("1 2")
end
page.within("li.issue:nth-child(3)") do
expect(page).to have_content(issue3.title)
expect(page).not_to have_content("0 0")
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment