diff options
author | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2014-10-07 10:05:59 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2014-10-07 10:05:59 +0000 |
commit | c0306f78d2686202aa56cf862a7c787d07c85d1a (patch) | |
tree | 3181e97345b8947361b280002dc22820e883c908 /features/steps/snippets/user.rb | |
parent | bbc52b000008c9020d2a38dafc09ff3341a69cae (diff) | |
parent | fd8d1d9b62066766c96610b7d42b20fa0e84b0ac (diff) | |
download | gitlab-ce-c0306f78d2686202aa56cf862a7c787d07c85d1a.tar.gz |
Merge branch 't1254-snippets-refactoring' into 'master'
Snippets refactoring: rename public to internal. STEP 1
See merge request !1157
Diffstat (limited to 'features/steps/snippets/user.rb')
-rw-r--r-- | features/steps/snippets/user.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/snippets/user.rb b/features/steps/snippets/user.rb index ca9aa64bee6..c41bc436142 100644 --- a/features/steps/snippets/user.rb +++ b/features/steps/snippets/user.rb @@ -23,9 +23,9 @@ class Spinach::Features::SnippetsUser < Spinach::FeatureSteps page.should_not have_content "Personal snippet private" end - step 'I click "Public" filter' do + step 'I click "Internal" filter' do within('.nav-stacked') do - click_link "Public" + click_link "Internal" end end |