Skip to content
Snippets Groups Projects
Commit abdaa8df authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Change le titre

parent db60c970
Branches
Tags
1 merge request!101Améliorations UI
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<!--<div class="bg-white border-le-bleu-light border-4 shadow-lg rounded-md mx-5"> <!--<div class="bg-white border-le-bleu-light border-4 shadow-lg rounded-md mx-5">
<h1 class="bg-le-bleu-light text-2xl font-light text-gray-600 py-3 px-4 "> <h1 class="bg-le-bleu-light text-2xl font-light text-gray-600 py-3 px-4 ">
Modifier la loi en vigueur Modifier le droit vigueur en vigueur
</h1> </h1>
<p class="py-2 px-4 font-light text-gray-600"> <p class="py-2 px-4 font-light text-gray-600">
Pour changer les paramètres de la loi, rendez-vous sur un des cas types à Pour changer les paramètres de la loi, rendez-vous sur un des cas types à
......
...@@ -648,7 +648,7 @@ ...@@ -648,7 +648,7 @@
<h1 <h1
class="mb-5 ml-5 hidden border-b border-black pb-3 text-3xl font-bold text-black md:flex md:pt-12 md:text-2xl lg:pt-11 lg:text-3xl" class="mb-5 ml-5 hidden border-b border-black pb-3 text-3xl font-bold text-black md:flex md:pt-12 md:text-2xl lg:pt-11 lg:text-3xl"
> >
Modifier la loi Modifier le droit vigueur
</h1> </h1>
{#if displayMode.parameterName !== undefined} {#if displayMode.parameterName !== undefined}
...@@ -692,7 +692,7 @@ ...@@ -692,7 +692,7 @@
<h1 <h1
class="mb-5 ml-5 flex border-b border-black pt-1 pb-3 text-xl font-bold text-black md:hidden" class="mb-5 ml-5 flex border-b border-black pt-1 pb-3 text-xl font-bold text-black md:hidden"
> >
Modifier la loi Modifier le droit vigueur
</h1> </h1>
<div class="ml-5 bg-white"> <div class="ml-5 bg-white">
<NonVariableReferredParameter <NonVariableReferredParameter
...@@ -740,7 +740,7 @@ ...@@ -740,7 +740,7 @@
<h1 <h1
class="ml-3 flex border-b border-black pt-3 pb-3 text-2xl font-bold text-black md:hidden" class="ml-3 flex border-b border-black pt-3 pb-3 text-2xl font-bold text-black md:hidden"
> >
Modifier la loi Modifier le droit vigueur
</h1> </h1>
<!--Partie II modification de la loi - MOBILE--> <!--Partie II modification de la loi - MOBILE-->
{#if Object.keys($parametricReform).length !== 0} {#if Object.keys($parametricReform).length !== 0}
...@@ -816,7 +816,7 @@ ...@@ -816,7 +816,7 @@
<h1 <h1
class="ml-3 flex border-b border-black pt-3 text-2xl font-bold text-black md:hidden" class="ml-3 flex border-b border-black pt-3 text-2xl font-bold text-black md:hidden"
> >
Modifier la loi Modifier le droit vigueur
</h1> </h1>
<!--Partie II modification de la loi - MOBILE - vue choisir un dispositif --> <!--Partie II modification de la loi - MOBILE - vue choisir un dispositif -->
{#if Object.keys($parametricReform).length !== 0} {#if Object.keys($parametricReform).length !== 0}
......
...@@ -2,5 +2,5 @@ import { expect, test } from "@playwright/test" ...@@ -2,5 +2,5 @@ import { expect, test } from "@playwright/test"
test("index page has expected h1", async ({ page }) => { test("index page has expected h1", async ({ page }) => {
await page.goto("/") await page.goto("/")
expect(await page.textContent("h1")).toContain("Modifier la loi") expect(await page.textContent("h1")).toContain("Modifier le droit vigueur")
}) })
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment