summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-10-02 14:46:56 +0100
committerPhil Hughes <me@iamphill.com>2017-10-02 14:46:56 +0100
commit193bc5268676fd2a639b6c0f9d4be3ba2d8f2086 (patch)
tree63588381b1d43d1d372085decba743a294318b9c /features
parent075f5ed9fcbaf00ebcc79fdb688cee966610c588 (diff)
downloadgitlab-ce-193bc5268676fd2a639b6c0f9d4be3ba2d8f2086.tar.gz
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 f88738b4c61..3490bbd968c 100644
--- a/features/steps/project/fork.rb
+++ b/features/steps/project/fork.rb
@@ -26,7 +26,7 @@ class Spinach::Features::ProjectFork < Spinach::FeatureSteps
end
step 'I fork to my namespace' do
- page.within '.fork-namespaces' do
+ page.within '.fork-thumbnail-container' do
click_link current_user.name
end
end