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:
authorRobert Speicher <robert@gitlab.com>2017-07-19 18:54:09 +0300
committerRobert Speicher <robert@gitlab.com>2017-07-19 18:54:09 +0300
commita03d21ef3905e2755bba06684f8f37f706652229 (patch)
tree0621665e977e575bf992c5fa001e817ccb72a6c5 /spec/features/dashboard
parent3fd587de56ba0e2d2da396f05a1d95b44eeb904e (diff)
parent0e488ef70ab2608847423201e957693745f1e3b1 (diff)
Merge branch 'clear-issuable-count-cache-for-states' into 'master'
Clear issuable count cache on update Closes #34772 See merge request !12795
Diffstat (limited to 'spec/features/dashboard')
-rw-r--r--spec/features/dashboard/issues_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/dashboard/issues_spec.rb b/spec/features/dashboard/issues_spec.rb
index 86ac24ea06e..69c1a2ed89a 100644
--- a/spec/features/dashboard/issues_spec.rb
+++ b/spec/features/dashboard/issues_spec.rb
@@ -62,7 +62,7 @@ RSpec.describe 'Dashboard Issues', feature: true do
it 'state filter tabs work' do
find('#state-closed').click
- expect(page).to have_current_path(issues_dashboard_url(assignee_id: current_user.id, scope: 'all', state: 'closed'), url: true)
+ expect(page).to have_current_path(issues_dashboard_url(assignee_id: current_user.id, state: 'closed'), url: true)
end
it_behaves_like "it has an RSS button with current_user's RSS token"