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
Léo-Paul Géneau
gitlab-ce
Commits
b63d7d4f
Commit
b63d7d4f
authored
Feb 03, 2017
by
Filipa Lacerda
Committed by
Alfredo Sumaran
Feb 03, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change window size before visiting page, to get correct scroll position
parent
9c60e8fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
changelogs/unreleased/fix-scroll-test.yml
changelogs/unreleased/fix-scroll-test.yml
+4
-0
spec/features/merge_requests/toggler_behavior_spec.rb
spec/features/merge_requests/toggler_behavior_spec.rb
+1
-1
No files found.
changelogs/unreleased/fix-scroll-test.yml
0 → 100644
View file @
b63d7d4f
---
title
:
Change rspec test to guarantee window is resized before visiting page
merge_request
:
author
:
spec/features/merge_requests/toggler_behavior_spec.rb
View file @
b63d7d4f
...
...
@@ -10,8 +10,8 @@ feature 'toggler_behavior', js: true, feature: true do
before
do
login_as
:admin
project
=
merge_request
.
source_project
visit
"
#{
namespace_project_merge_request_path
(
project
.
namespace
,
project
,
merge_request
)
}#{
fragment_id
}
"
page
.
current_window
.
resize_to
(
1000
,
300
)
visit
"
#{
namespace_project_merge_request_path
(
project
.
namespace
,
project
,
merge_request
)
}#{
fragment_id
}
"
end
describe
'scroll position'
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