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
Jérome Perrin
gitlab-ce
Commits
d327277c
Commit
d327277c
authored
Jan 23, 2018
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add views / selectors for pipeline show page object
parent
ededa488
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
qa/qa/page/project/pipeline/show.rb
qa/qa/page/project/pipeline/show.rb
+12
-0
No files found.
qa/qa/page/project/pipeline/show.rb
View file @
d327277c
...
...
@@ -5,6 +5,18 @@ module QA::Page
element
:pipeline_header
,
/header class.*ci-header-container.*/
end
view
'app/assets/javascripts/pipelines/components/graph/graph_component.vue'
do
element
:pipeline_graph
,
/class.*pipeline-graph.*/
end
view
'app/assets/javascripts/pipelines/components/graph/job_component.vue'
do
element
:job_component
,
/class.*ci-job-component.*/
end
view
'app/assets/javascripts/vue_shared/components/ci_icon.vue'
do
element
:status_icon
,
'ci-status-icon-${status}'
end
def
running?
within
(
'.ci-header-container'
)
do
return
page
.
has_content?
(
'running'
)
...
...
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