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:
authorDouwe Maan <douwe@gitlab.com>2015-12-16 16:35:01 +0300
committerDouwe Maan <douwe@gitlab.com>2015-12-16 16:35:01 +0300
commit4df8477afc4d0adc60595344c986ca15251b2dec (patch)
tree6ae1a80ee60fbcabe8b6818796d25edb6fbe7695 /features
parent9dfe43c83bb701e507ae0a8a9acb8b29a3584f33 (diff)
Fix tests
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/snippets.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/snippets.rb b/features/steps/project/snippets.rb
index a3aef9bf8c3..de0ce5376e2 100644
--- a/features/steps/project/snippets.rb
+++ b/features/steps/project/snippets.rb
@@ -42,7 +42,7 @@ class Spinach::Features::ProjectSnippets < Spinach::FeatureSteps
end
step 'I click link "Edit"' do
- page.within ".page-title" do
+ page.within ".issuable-title" do
click_link "Edit"
end
end