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
3e935e56
Commit
3e935e56
authored
Jul 17, 2019
by
Sanad Liaquat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CE port of EE branch qa-staging-61-fix-ee-project-templates-spec
parent
bae51b06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
qa/qa/page/component/select2.rb
qa/qa/page/component/select2.rb
+4
-0
No files found.
qa/qa/page/component/select2.rb
View file @
3e935e56
...
...
@@ -8,6 +8,10 @@ module QA
find
(
'.select2-result-label'
,
text:
item_text
,
match: :prefer_exact
).
click
end
def
current_selection
find
(
'.select2-chosen'
).
text
end
def
clear_current_selection_if_present
if
has_css?
(
'a > abbr.select2-search-choice-close'
,
wait:
1.0
)
find
(
'a > abbr.select2-search-choice-close'
).
click
...
...
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