diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b532c2dd..a1668284 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -113,6 +113,7 @@ jobs: uv run udata import-fixtures uv run udata user create --first-name "Admin" --last-name "User" --email "admin@example.com" --password "@1337Password42" --admin + uv run udata user create --first-name "Normal" --last-name "User" --email "normal@example.com" --password "@1337Password42" uv run inv i18nc @@ -141,6 +142,7 @@ jobs: - name: Run E2E tests env: BASE_URL: http://localhost:3000 + NUXT_PUBLIC_API_BASE: http://localhost:7000 CI: true run: pnpm run test:e2e diff --git a/components/Admin/AdminDeleteModal.vue b/components/Admin/AdminDeleteModal.vue new file mode 100644 index 00000000..26192b1e --- /dev/null +++ b/components/Admin/AdminDeleteModal.vue @@ -0,0 +1,158 @@ + + + diff --git a/components/Dataservices/AdminUpdateDataservicePage.vue b/components/Dataservices/AdminUpdateDataservicePage.vue index 0038872e..80731636 100644 --- a/components/Dataservices/AdminUpdateDataservicePage.vue +++ b/components/Dataservices/AdminUpdateDataservicePage.vue @@ -101,9 +101,14 @@ > {{ $t("Attention, cette action ne peut pas être annulée.") }}