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
e85387d5
Commit
e85387d5
authored
Oct 03, 2017
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix GitLab QA: increase window size to ensure License link shows
parent
5a23af92
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
qa/qa/page/admin/menu.rb
qa/qa/page/admin/menu.rb
+0
-2
qa/qa/specs/config.rb
qa/qa/specs/config.rb
+1
-2
No files found.
qa/qa/page/admin/menu.rb
View file @
e85387d5
...
...
@@ -4,8 +4,6 @@ module QA
class
Menu
<
Page
::
Base
def
go_to_license
link
=
find_link
'License'
# Click space to scroll this link into the view
link
.
send_keys
(
:space
)
link
.
click
end
end
...
...
qa/qa/specs/config.rb
View file @
e85387d5
...
...
@@ -43,8 +43,7 @@ module QA
Capybara
.
register_driver
:chrome
do
|
app
|
capabilities
=
Selenium
::
WebDriver
::
Remote
::
Capabilities
.
chrome
(
'chromeOptions'
=>
{
'binary'
=>
'/usr/bin/google-chrome-stable'
,
'args'
=>
%w[headless no-sandbox disable-gpu window-size=1280,1024]
'args'
=>
%w[headless no-sandbox disable-gpu window-size=1280,1680]
}
)
...
...
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