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
05d53105
Commit
05d53105
authored
Mar 18, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
5e3b5b60
c4d53811
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
qa/qa/page/project/activity.rb
qa/qa/page/project/activity.rb
+1
-1
qa/qa/page/project/menu.rb
qa/qa/page/project/menu.rb
+1
-1
qa/qa/specs/features/browser_ui/1_manage/project/view_project_activity_spec.rb
...browser_ui/1_manage/project/view_project_activity_spec.rb
+2
-2
No files found.
qa/qa/page/project/activity.rb
View file @
05d53105
...
...
@@ -6,7 +6,7 @@ module QA
element
:push_events
,
"event_filter_link EventFilter::PUSH, _('Push events')"
# rubocop:disable QA/ElementWithPattern
end
def
go_to
_push_events
def
click
_push_events
click_on
'Push events'
end
end
...
...
qa/qa/page/project/menu.rb
View file @
05d53105
...
...
@@ -30,7 +30,7 @@ module QA
end
end
def
go_to
_activity
def
click
_activity
within_sidebar
do
click_element
(
:activity_link
)
end
...
...
qa/qa/specs/features/browser_ui/1_manage/project/view_project_activity_spec.rb
View file @
05d53105
...
...
@@ -14,8 +14,8 @@ module QA
end
project_push
.
project
.
visit!
Page
::
Project
::
Menu
.
perform
(
&
:
go_to
_activity
)
Page
::
Project
::
Activity
.
perform
(
&
:
go_to
_push_events
)
Page
::
Project
::
Menu
.
perform
(
&
:
click
_activity
)
Page
::
Project
::
Activity
.
perform
(
&
:
click
_push_events
)
expect
(
page
).
to
have_content
(
'pushed new branch master'
)
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