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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-05-16 20:25:37 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-05-16 20:25:37 +0300
commit7365ac60f116d0e0a89a3bd8ebcf558b477c4bc3 (patch)
treece272507c2e8b9e93b92263a42303c019b5157d7 /spec/features/tags
parent29211b48d785d18c3af59a11e07abaf820086701 (diff)
Fix spec for new project navigation
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'spec/features/tags')
-rw-r--r--spec/features/tags/master_updates_tag_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/tags/master_updates_tag_spec.rb b/spec/features/tags/master_updates_tag_spec.rb
index c926e9841f3..6b5b3122f72 100644
--- a/spec/features/tags/master_updates_tag_spec.rb
+++ b/spec/features/tags/master_updates_tag_spec.rb
@@ -12,7 +12,7 @@ feature 'Master updates tag', feature: true do
context 'from the tags list page' do
scenario 'updates the release notes' do
- page.within(first('.controls')) do
+ page.within(first('.content-list .controls')) do
click_link 'Edit release notes'
end