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
8c4e4020
Commit
8c4e4020
authored
May 12, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'as-fix-spec-master' into 'master'
Use .trigger(‘click’) instead of .click See merge request !11317
parents
a05db435
65c2f43f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
spec/features/boards/sidebar_spec.rb
spec/features/boards/sidebar_spec.rb
+1
-1
spec/features/dashboard/milestone_filter_spec.rb
spec/features/dashboard/milestone_filter_spec.rb
+1
-1
No files found.
spec/features/boards/sidebar_spec.rb
View file @
8c4e4020
...
...
@@ -158,7 +158,7 @@ describe 'Issue Boards', feature: true, js: true do
end
page
.
within
(
first
(
'.board'
))
do
find
(
'.card:nth-child(2)'
).
click
find
(
'.card:nth-child(2)'
).
trigger
(
'click'
)
end
page
.
within
(
'.assignee'
)
do
...
...
spec/features/dashboard/milestone_filter_spec.rb
View file @
8c4e4020
...
...
@@ -43,7 +43,7 @@ describe 'Dashboard > milestone filter', feature: true, js: true do
end
it
'should not change active Milestone unless clicked'
do
find
(
milestone_select
).
click
find
(
milestone_select
).
trigger
(
'click'
)
expect
(
find
(
'.dropdown-content'
)).
to
have_selector
(
'a.is-active'
,
count:
1
)
...
...
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