diff options
author | Rémy Coutable <remy@rymai.me> | 2016-03-01 12:32:20 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-03-08 16:23:20 +0100 |
commit | e632bd26e4b70b100e5c9891b4b2cc7e267080c9 (patch) | |
tree | 60bebb20fd06870a3a2a4f1164b7c43571479b17 /features/steps/shared | |
parent | 36730e8e63c0ebe16785f33cb2b740f8d67b2b25 (diff) | |
download | gitlab-ce-e632bd26e4b70b100e5c9891b4b2cc7e267080c9.tar.gz |
Fixes "iid of max iid" in Issuable sidebar for merged MRfix/13928-wrong-iid-of-max-iid
Fixes #13928
Diffstat (limited to 'features/steps/shared')
-rw-r--r-- | features/steps/shared/issuable.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features/steps/shared/issuable.rb b/features/steps/shared/issuable.rb index ae10c6069a9..7c094bab8aa 100644 --- a/features/steps/shared/issuable.rb +++ b/features/steps/shared/issuable.rb @@ -147,6 +147,10 @@ module SharedIssuable expect_sidebar_content('2 of 2') end + step 'I should see "3 of 3" in the sidebar' do + expect_sidebar_content('3 of 3') + end + step 'I click link "Next" in the sidebar' do page.within '.issuable-sidebar' do click_link 'Next' |