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
ebe66e32
Commit
ebe66e32
authored
Dec 04, 2021
by
orozot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update i18n and fix test failure
parent
7c6d82df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
locale/gitlab.pot
locale/gitlab.pot
+3
-0
spec/features/alert_management/alert_details_spec.rb
spec/features/alert_management/alert_details_spec.rb
+1
-1
No files found.
locale/gitlab.pot
View file @
ebe66e32
...
@@ -4718,6 +4718,9 @@ msgstr ""
...
@@ -4718,6 +4718,9 @@ msgstr ""
msgid "Assign reviewer(s)"
msgid "Assign reviewer(s)"
msgstr ""
msgstr ""
msgid "Assign severity"
msgstr ""
msgid "Assign some issues to this milestone."
msgid "Assign some issues to this milestone."
msgstr ""
msgstr ""
...
...
spec/features/alert_management/alert_details_spec.rb
View file @
ebe66e32
...
@@ -60,7 +60,7 @@ RSpec.describe 'Alert details', :js do
...
@@ -60,7 +60,7 @@ RSpec.describe 'Alert details', :js do
expect
(
alert_status
).
to
have_content
(
'Triggered'
)
expect
(
alert_status
).
to
have_content
(
'Triggered'
)
find
(
'.
btn-link
'
).
click
find
(
'.
gl-button
'
).
click
find
(
'.gl-new-dropdown-item'
,
text:
'Acknowledged'
).
click
find
(
'.gl-new-dropdown-item'
,
text:
'Acknowledged'
).
click
wait_for_requests
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