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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
1ddfe8ca
Commit
1ddfe8ca
authored
Aug 12, 2017
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove a few HTTP status checks as these are not supported in Selenium
parent
f64f06f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
spec/features/projects/environments/environment_spec.rb
spec/features/projects/environments/environment_spec.rb
+0
-1
spec/features/projects/pipelines/pipelines_spec.rb
spec/features/projects/pipelines/pipelines_spec.rb
+0
-1
No files found.
spec/features/projects/environments/environment_spec.rb
View file @
1ddfe8ca
...
...
@@ -198,7 +198,6 @@ feature 'Environment' do
end
it
'renders a correct environment folder'
do
expect
(
page
).
to
have_http_status
(
:ok
)
expect
(
page
).
to
have_content
(
'Environments / staging-1.0'
)
end
end
...
...
spec/features/projects/pipelines/pipelines_spec.rb
View file @
1ddfe8ca
...
...
@@ -515,7 +515,6 @@ describe 'Pipelines', :js do
let
(
:project
)
{
create
(
:project
,
:public
,
:repository
)
}
it
{
expect
(
page
).
to
have_content
'Build with confidence'
}
it
{
expect
(
page
).
to
have_http_status
(
:success
)
}
end
context
'when project is private'
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