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
83344881
Commit
83344881
authored
Oct 02, 2018
by
Kamil Trzciński
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix final spec failure
parent
ff44e0e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
ee/spec/features/projects/feature_flags_spec.rb
ee/spec/features/projects/feature_flags_spec.rb
+0
-2
No files found.
ee/spec/features/projects/feature_flags_spec.rb
View file @
83344881
...
...
@@ -48,7 +48,6 @@ describe 'Feature Flags', :js do
it
'displays an error message'
do
add_feature_flag
(
name
,
description
,
false
)
expect
(
current_path
).
to
eq
project_feature_flag_path
(
project
)
expect
(
page
).
to
have_selector
'.alert-danger'
,
text:
error_message
end
end
...
...
@@ -79,7 +78,6 @@ describe 'Feature Flags', :js do
it
'displays an error message'
do
edit_feature_flag
(
'feature-flag-to-edit'
,
name
,
description
,
false
)
expect
(
current_path
).
to
eq
project_feature_flag_path
(
project
)
expect
(
page
).
to
have_selector
'.alert-danger'
,
text:
error_message
end
end
...
...
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