BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
1d2b2bd9
Commit
1d2b2bd9
authored
May 03, 2017
by
Sean McGivern
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-create_new_mr_spec-dropdown-transient-failure' into 'master'
find and match first dropdown before clicking See merge request !11060
parents
cac04fbd
f327bf01
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
create_new_mr_spec.rb
spec/features/merge_requests/create_new_mr_spec.rb
+1
-3
No files found.
spec/features/merge_requests/create_new_mr_spec.rb
View file @
1d2b2bd9
...
...
@@ -20,7 +20,6 @@ feature 'Create New Merge Request', feature: true, js: true do
expect
(
page
).
to
have_content
(
'Target branch'
)
first
(
'.js-source-branch'
).
click
first
(
'.dropdown-source-branch .dropdown-content'
)
find
(
'.dropdown-source-branch .dropdown-content a'
,
match: :first
).
click
expect
(
page
).
to
have_content
"b83d6e3"
...
...
@@ -35,8 +34,7 @@ feature 'Create New Merge Request', feature: true, js: true do
expect
(
page
).
to
have_content
(
'Target branch'
)
first
(
'.js-target-branch'
).
click
first
(
'.dropdown-target-branch .dropdown-content'
)
first
(
'.dropdown-target-branch .dropdown-content a'
,
text:
'v1.1.0'
).
click
find
(
'.dropdown-target-branch .dropdown-content a'
,
text:
'v1.1.0'
,
match: :first
).
click
expect
(
page
).
to
have_content
"b83d6e3"
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