Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fa19e984
Commit
fa19e984
authored
Oct 18, 2016
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Spinach failures
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
4e584a27
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
features/steps/admin/push_rules.rb
features/steps/admin/push_rules.rb
+1
-1
features/steps/project/wiki.rb
features/steps/project/wiki.rb
+1
-1
features/steps/shared/paths.rb
features/steps/shared/paths.rb
+1
-1
No files found.
features/steps/admin/push_rules.rb
View file @
fa19e984
...
@@ -14,7 +14,7 @@ class Spinach::Features::AdminPushRulesSample < Spinach::FeatureSteps
...
@@ -14,7 +14,7 @@ class Spinach::Features::AdminPushRulesSample < Spinach::FeatureSteps
end
end
step
'I see my push rule saved'
do
step
'I see my push rule saved'
do
visit
admin_push_rule
s
_path
visit
admin_push_rule_path
expect
(
page
).
to
have_selector
(
"input[value='my_string']"
)
expect
(
page
).
to
have_selector
(
"input[value='my_string']"
)
end
end
end
end
features/steps/project/wiki.rb
View file @
fa19e984
...
@@ -81,7 +81,7 @@ class Spinach::Features::ProjectWiki < Spinach::FeatureSteps
...
@@ -81,7 +81,7 @@ class Spinach::Features::ProjectWiki < Spinach::FeatureSteps
end
end
step
'I click on the "Pages" button'
do
step
'I click on the "Pages" button'
do
wiki_menu
=
find
(
'.content .nav-links'
)
wiki_menu
=
find
(
'.content
-wrapper
.nav-links'
)
wiki_menu
.
click_on
"Pages"
wiki_menu
.
click_on
"Pages"
end
end
...
...
features/steps/shared/paths.rb
View file @
fa19e984
...
@@ -224,7 +224,7 @@ module SharedPaths
...
@@ -224,7 +224,7 @@ module SharedPaths
end
end
step
'I visit push rules page'
do
step
'I visit push rules page'
do
visit
admin_push_rule
s
_path
visit
admin_push_rule_path
end
end
step
'I visit admin license page'
do
step
'I visit admin license page'
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment