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
b041d3a7
Commit
b041d3a7
authored
Jan 03, 2018
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename menu module in EE too
parent
4b19c6d7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
qa/qa/ee/factory/geo/node.rb
qa/qa/ee/factory/geo/node.rb
+3
-3
qa/qa/ee/factory/license.rb
qa/qa/ee/factory/license.rb
+3
-3
qa/qa/specs/features/ee/geo/replication_spec.rb
qa/qa/specs/features/ee/geo/replication_spec.rb
+1
-1
No files found.
qa/qa/ee/factory/geo/node.rb
View file @
b041d3a7
...
...
@@ -7,8 +7,8 @@ module QA
def
fabricate!
QA
::
Page
::
Main
::
Login
.
act
{
sign_in_using_credentials
}
QA
::
Page
::
M
ain
::
Menu
.
act
{
go_to_admin_area
}
QA
::
Page
::
Admin
::
Menu
.
act
{
go_to_geo_nodes
}
QA
::
Page
::
M
enu
::
Main
.
act
{
go_to_admin_area
}
QA
::
Page
::
Menu
::
Admin
.
act
{
go_to_geo_nodes
}
EE
::
Page
::
Admin
::
Geo
::
Nodes
::
Show
.
act
{
new_node!
}
EE
::
Page
::
Admin
::
Geo
::
Nodes
::
New
.
perform
do
|
page
|
...
...
@@ -18,7 +18,7 @@ module QA
page
.
add_node!
end
QA
::
Page
::
M
ain
::
Menu
.
act
{
sign_out
}
QA
::
Page
::
M
enu
::
Main
.
act
{
sign_out
}
end
end
end
...
...
qa/qa/ee/factory/license.rb
View file @
b041d3a7
...
...
@@ -4,14 +4,14 @@ module QA
class
License
<
QA
::
Factory
::
Base
def
fabricate!
(
license
)
QA
::
Page
::
Main
::
Login
.
act
{
sign_in_using_credentials
}
QA
::
Page
::
M
ain
::
Menu
.
act
{
go_to_admin_area
}
QA
::
Page
::
Admin
::
Menu
.
act
{
go_to_license
}
QA
::
Page
::
M
enu
::
Main
.
act
{
go_to_admin_area
}
QA
::
Page
::
Menu
::
Admin
.
act
{
go_to_license
}
EE
::
Page
::
Admin
::
License
.
act
(
license
)
do
|
key
|
add_new_license
(
key
)
if
no_license?
end
QA
::
Page
::
M
ain
::
Menu
.
act
{
sign_out
}
QA
::
Page
::
M
enu
::
Main
.
act
{
sign_out
}
end
end
end
...
...
qa/qa/specs/features/ee/geo/replication_spec.rb
View file @
b041d3a7
...
...
@@ -36,7 +36,7 @@ module QA
expect
(
page
).
to
have_content
'You are on a secondary (read-only) Geo node'
Page
::
M
ain
::
Menu
.
perform
do
|
menu
|
Page
::
M
enu
::
Main
.
perform
do
|
menu
|
menu
.
go_to_projects
expect
(
page
).
to
have_content
(
geo_project_name
)
...
...
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