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:
authorKushal Pandya <kushalspandya@gmail.com>2017-06-06 18:05:13 +0300
committerPhil Hughes <me@iamphill.com>2017-06-06 18:05:13 +0300
commitd54faf2cdd5d642a50065e1756e6d64a20abb2d6 (patch)
tree66bb1b490c4906a1212efb30769a7d778c1726a8 /features
parent2f02843fe9fbcbef09ef8f122e9a84d809f2c29a (diff)
Fix missing tooltip and ARIA labels for accessibility
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/fork.rb2
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