summaryrefslogtreecommitdiff
path: root/features/dashboard/dashboard.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/dashboard/dashboard.feature')
-rw-r--r--features/dashboard/dashboard.feature3
1 files changed, 2 insertions, 1 deletions
diff --git a/features/dashboard/dashboard.feature b/features/dashboard/dashboard.feature
index b1d5e4a7acb..1af4d46dec9 100644
--- a/features/dashboard/dashboard.feature
+++ b/features/dashboard/dashboard.feature
@@ -63,7 +63,8 @@ Feature: Dashboard
@javascript
Scenario: Visiting Project's merge requests after sorting
- Given I visit dashboard merge requests page
+ Given project "Shop" has a "Bugfix MR" merge request open
+ And I visit dashboard merge requests page
And I sort the list by "Oldest updated"
And I visit project "Shop" merge requests page
Then The list should be sorted by "Oldest updated"