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
Boxiang Sun
gitlab-ce
Commits
ff5b9115
Commit
ff5b9115
authored
Oct 24, 2017
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add accept_confirm around "destroy/revoke" buttons
parent
ecc5160a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/features/profiles/oauth_applications_spec.rb
spec/features/profiles/oauth_applications_spec.rb
+2
-2
No files found.
spec/features/profiles/oauth_applications_spec.rb
View file @
ff5b9115
...
...
@@ -14,7 +14,7 @@ describe 'Profile > Applications' do
page
.
within
(
'.oauth-applications'
)
do
expect
(
page
).
to
have_content
(
'Your applications (1)'
)
click_button
'Destroy'
accept_confirm
{
click_button
'Destroy'
}
end
expect
(
page
).
to
have_content
(
'The application was deleted successfully'
)
...
...
@@ -28,7 +28,7 @@ describe 'Profile > Applications' do
page
.
within
(
'.oauth-authorized-applications'
)
do
expect
(
page
).
to
have_content
(
'Authorized applications (1)'
)
click_button
'Revoke'
accept_confirm
{
click_button
'Revoke'
}
end
expect
(
page
).
to
have_content
(
'The application was revoked access.'
)
...
...
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