Feat/webpack (#2998)

* First commit

* Removed govuk for webpack. Modernized javascript importing. Removed dead js

* Fixed tests, a few styling bugs

* Fixed some table errors and regenerated backstop ref images

* Updated tests for coverage

* Changes from carlo suggestions
This commit is contained in:
Alex Janousek
2025-10-14 13:20:58 -04:00
committed by GitHub
parent 3b3191b337
commit 3a39d910b3
62 changed files with 1657 additions and 4861 deletions

View File

@@ -53,7 +53,7 @@ def _mock_get_service_settings_page_common(
[
"",
"Service name Test Service Change service name",
"Send text messages On",
"Send text messages On Set automatically",
"Start text messages with service name On Change your settings "
"for starting text messages with service name",
],
@@ -63,7 +63,7 @@ def _mock_get_service_settings_page_common(
[
"",
"Service name Test Service Change service name",
"Send text messages On",
"Send text messages On Set automatically",
"Text message senders (Only visible to Platform Admins) USGOV Manage text message senders",
"Start text messages with service name On Change your settings "
"for starting text messages with service name",
@@ -191,7 +191,7 @@ def test_send_files_by_email_row_on_settings_page(
["email", "sms", "international_sms"],
[
"Service name service one Change service name",
"Send text messages On",
"Send text messages On Set automatically",
"Start text messages with service name On Change your settings "
"for starting text messages with service name",
],
@@ -200,7 +200,7 @@ def test_send_files_by_email_row_on_settings_page(
["email", "sms", ServicePermission.EMAIL_AUTH],
[
"Service name service one Change service name",
"Send text messages On",
"Send text messages On Set automatically",
"Start text messages with service name On Change your settings "
"for starting text messages with service name",
],