diff --git a/package.json b/package.json
index c960e2f..906a7de 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,8 @@
{
"scripts": {
"test:e2e": "playwright test",
- "test:e2e:headed": "playwright test --headed"
+ "test:e2e:headed": "playwright test --headed",
+ "test:e2e:smoke": "playwright test --grep @smoke"
},
"devDependencies": {
"@playwright/test": "1.57.0"
diff --git a/src/TaxBaik.Web.Client/wwwroot/index.html b/src/TaxBaik.Web.Client/wwwroot/index.html
index 19818b8..7b4f563 100644
--- a/src/TaxBaik.Web.Client/wwwroot/index.html
+++ b/src/TaxBaik.Web.Client/wwwroot/index.html
@@ -47,6 +47,7 @@
+
+