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
d885f8a1
Commit
d885f8a1
authored
Dec 12, 2019
by
Fabio Pitino
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix failing specs
parent
44796f34
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
spec/features/projects/jobs/user_browses_job_spec.rb
spec/features/projects/jobs/user_browses_job_spec.rb
+1
-1
spec/features/projects/jobs_spec.rb
spec/features/projects/jobs_spec.rb
+2
-1
No files found.
spec/features/projects/jobs/user_browses_job_spec.rb
View file @
d885f8a1
...
...
@@ -22,7 +22,7 @@ describe 'User browses a job', :js do
wait_for_requests
expect
(
page
).
to
have_content
(
"Job #
#{
build
.
id
}
"
)
expect
(
page
).
to
have_css
(
'.j
s-build-trace
'
)
expect
(
page
).
to
have_css
(
'.j
ob-log
'
)
# scroll to the top of the page first
execute_script
"window.scrollTo(0,0)"
...
...
spec/features/projects/jobs_spec.rb
View file @
d885f8a1
...
...
@@ -809,7 +809,8 @@ describe 'Jobs', :clean_gitlab_redis_shared_state do
it
'renders job log'
do
wait_for_all_requests
expect
(
page
).
to
have_selector
(
'.js-build-trace'
)
# todo
expect
(
page
).
to
have_selector
(
'.job-log'
)
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