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
253bb8db
Commit
253bb8db
authored
Jul 10, 2019
by
Walmyr Lima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update page object with new element and method
parent
0d1eb7d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
qa/qa/page/component/note.rb
qa/qa/page/component/note.rb
+10
-0
No files found.
qa/qa/page/component/note.rb
View file @
253bb8db
...
...
@@ -10,6 +10,10 @@ module QA
element
:discussion_option
end
base
.
view
'app/assets/javascripts/notes/components/note_actions.vue'
do
element
:note_edit_button
end
base
.
view
'app/assets/javascripts/notes/components/note_form.vue'
do
element
:reply_input
element
:reply_comment_button
...
...
@@ -49,6 +53,12 @@ module QA
def
expand_replies
click_element
:expand_replies
end
def
edit_comment
(
text
)
click_element
:note_edit_button
fill_element
:reply_input
,
text
click_element
:reply_comment_button
end
end
end
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