diff options
author | Phil Hughes <me@iamphill.com> | 2017-10-02 14:46:56 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-10-02 14:46:56 +0100 |
commit | 193bc5268676fd2a639b6c0f9d4be3ba2d8f2086 (patch) | |
tree | 63588381b1d43d1d372085decba743a294318b9c /features | |
parent | 075f5ed9fcbaf00ebcc79fdb688cee966610c588 (diff) | |
download | gitlab-ce-193bc5268676fd2a639b6c0f9d4be3ba2d8f2086.tar.gz |
fixed specsfork-layout-cleanup
Diffstat (limited to 'features')
-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 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 |