Commit 154e4742 authored by Dheeraj Joshi's avatar Dheeraj Joshi

Address review suggestion and fix pipeline

parent 8c5ddb5a
......@@ -56,7 +56,7 @@ export const DAST_CONFIG_HELP_PATH = helpPagePath('user/application_security/das
anchor: 'enable-dast',
});
export const DAST_PROFILES_NAME = __('DAST Profiles');
export const DAST_PROFILES_NAME = __('DAST profiles');
export const DAST_PROFILES_DESCRIPTION = s__(
'SecurityConfiguration|Manage profiles for use by DAST scans.',
);
......
......@@ -75,7 +75,7 @@ RSpec.describe 'User sees Security Configuration table', :js do
expect(page).to have_text('DAST')
expect(page).to have_text('Not enabled')
expect(page).to have_link('Enable DAST')
expect(page).to have_link('Manage scans')
expect(page).to have_link('Manage profiles')
end
end
end
......@@ -92,7 +92,7 @@ RSpec.describe 'User sees Security Configuration table', :js do
expect(page).to have_text('DAST')
expect(page).to have_text('Enabled')
expect(page).to have_link('Configure DAST')
expect(page).to have_link('Manage scans')
expect(page).to have_link('Manage profiles')
end
end
end
......
......@@ -11226,10 +11226,10 @@ msgstr ""
msgid "DAST Configuration"
msgstr ""
msgid "DAST Profiles"
msgid "DAST profile not found: %{name}"
msgstr ""
msgid "DAST profile not found: %{name}"
msgid "DAST profiles"
msgstr ""
msgid "DNS"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment