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
Jérome Perrin
gitlab-ce
Commits
767dffcc
Commit
767dffcc
authored
Aug 15, 2017
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a few failing specs due to missing accept_confirm
parent
fab88bc3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
features/steps/project/issues/milestones.rb
features/steps/project/issues/milestones.rb
+1
-1
spec/features/merge_requests/diff_notes_avatars_spec.rb
spec/features/merge_requests/diff_notes_avatars_spec.rb
+1
-1
No files found.
features/steps/project/issues/milestones.rb
View file @
767dffcc
...
...
@@ -63,7 +63,7 @@ class Spinach::Features::ProjectIssuesMilestones < Spinach::FeatureSteps
end
step
'I click link to remove milestone'
do
click_link
'Delete'
accept_alert
{
click_link
'Delete'
}
end
step
'I should see no milestones'
do
...
...
spec/features/merge_requests/diff_notes_avatars_spec.rb
View file @
767dffcc
...
...
@@ -115,7 +115,7 @@ feature 'Diff note avatars', js: true do
open_more_actions_dropdown
(
note
)
page
.
within
find
(
".note-row-
#{
note
.
id
}
"
)
do
find
(
'.js-note-delete'
).
click
accept_confirm
{
find
(
'.js-note-delete'
).
click
}
end
wait_for_requests
...
...
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