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
44bd7e93
Commit
44bd7e93
authored
Mar 24, 2020
by
ddavison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor add_member to use search_and_select
Take out redundant Page::Component::UsersSelect helper
parent
23aca014
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
qa/qa/page/project/settings/members.rb
qa/qa/page/project/settings/members.rb
+2
-2
No files found.
qa/qa/page/project/settings/members.rb
View file @
44bd7e93
...
...
@@ -5,7 +5,6 @@ module QA
module
Project
module
Settings
class
Members
<
Page
::
Base
include
Page
::
Component
::
UsersSelect
include
QA
::
Page
::
Component
::
Select2
view
'app/views/shared/members/_invite_member.html.haml'
do
...
...
@@ -43,7 +42,8 @@ module QA
end
def
add_member
(
username
)
select_user
:member_select_field
,
username
click_element
:member_select_field
search_and_select
username
click_element
:invite_member_button
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