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
2ab83c18
Commit
2ab83c18
authored
Aug 18, 2018
by
Jasper Maes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rails5: Fix audit event spec
parent
2c93486f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
ee/changelogs/unreleased/rails5-fix-audit-events-spec.yml
ee/changelogs/unreleased/rails5-fix-audit-events-spec.yml
+5
-0
ee/spec/features/projects/audit_events_spec.rb
ee/spec/features/projects/audit_events_spec.rb
+2
-0
No files found.
ee/changelogs/unreleased/rails5-fix-audit-events-spec.yml
0 → 100644
View file @
2ab83c18
---
title
:
'
Rails5:
Fix
audit
event
spec'
merge_request
:
6940
author
:
Jasper Maes
type
:
fixed
ee/spec/features/projects/audit_events_spec.rb
View file @
2ab83c18
...
...
@@ -80,6 +80,8 @@ describe 'Projects > Audit Events', :js do
find
(
'.ic-remove'
).
click
()
end
wait_for_all_requests
visit
project_audit_events_path
(
project
)
expect
(
page
).
to
have_content
(
'Remove deploy key'
)
...
...
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