diff options
author | Kushal Pandya <kushalspandya@gmail.com> | 2017-06-06 15:05:13 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-06-06 15:05:13 +0000 |
commit | d54faf2cdd5d642a50065e1756e6d64a20abb2d6 (patch) | |
tree | 66bb1b490c4906a1212efb30769a7d778c1726a8 /features/steps | |
parent | 2f02843fe9fbcbef09ef8f122e9a84d809f2c29a (diff) | |
download | gitlab-ce-d54faf2cdd5d642a50065e1756e6d64a20abb2d6.tar.gz |
Fix missing tooltip and ARIA labels for accessibility
Diffstat (limited to 'features/steps')
-rw-r--r-- | features/steps/project/fork.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/fork.rb b/features/steps/project/fork.rb index 7591e7d5612..14932491daa 100644 --- a/features/steps/project/fork.rb +++ b/features/steps/project/fork.rb @@ -5,7 +5,7 @@ class Spinach::Features::ProjectFork < Spinach::FeatureSteps step 'I click link "Fork"' do expect(page).to have_content "Shop" - click_link "Fork project" + click_link "Fork" end step 'I am a member of project "Shop"' do |