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
Léo-Paul Géneau
gitlab-ce
Commits
3ca67328
Commit
3ca67328
authored
Mar 05, 2019
by
Sanad Liaquat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use prefer_exact match type
parent
35660a22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
qa/qa/page/component/select2.rb
qa/qa/page/component/select2.rb
+1
-1
No files found.
qa/qa/page/component/select2.rb
View file @
3ca67328
...
...
@@ -3,7 +3,7 @@ module QA
module
Component
module
Select2
def
select_item
(
item_text
)
find
(
'.select2-result-label'
,
text:
item_text
).
click
find
(
'.select2-result-label'
,
text:
item_text
,
match: :prefer_exact
).
click
end
def
clear_current_selection_if_present
...
...
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