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 ...@@ -56,7 +56,7 @@ export const DAST_CONFIG_HELP_PATH = helpPagePath('user/application_security/das
anchor: 'enable-dast', anchor: 'enable-dast',
}); });
export const DAST_PROFILES_NAME = __('DAST Profiles'); export const DAST_PROFILES_NAME = __('DAST profiles');
export const DAST_PROFILES_DESCRIPTION = s__( export const DAST_PROFILES_DESCRIPTION = s__(
'SecurityConfiguration|Manage profiles for use by DAST scans.', 'SecurityConfiguration|Manage profiles for use by DAST scans.',
); );
......
...@@ -75,7 +75,7 @@ RSpec.describe 'User sees Security Configuration table', :js do ...@@ -75,7 +75,7 @@ RSpec.describe 'User sees Security Configuration table', :js do
expect(page).to have_text('DAST') expect(page).to have_text('DAST')
expect(page).to have_text('Not enabled') expect(page).to have_text('Not enabled')
expect(page).to have_link('Enable DAST') expect(page).to have_link('Enable DAST')
expect(page).to have_link('Manage scans') expect(page).to have_link('Manage profiles')
end end
end end
end end
...@@ -92,7 +92,7 @@ RSpec.describe 'User sees Security Configuration table', :js do ...@@ -92,7 +92,7 @@ RSpec.describe 'User sees Security Configuration table', :js do
expect(page).to have_text('DAST') expect(page).to have_text('DAST')
expect(page).to have_text('Enabled') expect(page).to have_text('Enabled')
expect(page).to have_link('Configure DAST') expect(page).to have_link('Configure DAST')
expect(page).to have_link('Manage scans') expect(page).to have_link('Manage profiles')
end end
end end
end end
......
...@@ -11226,10 +11226,10 @@ msgstr "" ...@@ -11226,10 +11226,10 @@ msgstr ""
msgid "DAST Configuration" msgid "DAST Configuration"
msgstr "" msgstr ""
msgid "DAST Profiles" msgid "DAST profile not found: %{name}"
msgstr "" msgstr ""
msgid "DAST profile not found: %{name}" msgid "DAST profiles"
msgstr "" msgstr ""
msgid "DNS" 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