mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
updated tests
This commit is contained in:
@@ -9,7 +9,7 @@ export default function Contact() {
|
||||
<div className="pt-8 pb-32 lg:pt-16 px-4 mx-auto max-w-screen-md">
|
||||
<h2
|
||||
className="mb-4 text-4xl tracking-tight font-extrabold text-center text-gray-900 dark:text-white"
|
||||
data-cy="header2"
|
||||
data-test="header2"
|
||||
>
|
||||
Contactez-Nous
|
||||
</h2>
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ export default function Home() {
|
||||
/>
|
||||
</div>
|
||||
<div className="absolute text-center text-white">
|
||||
<h1 className="text-5xl p-5" data-cy="header1">
|
||||
<h1 className="text-5xl p-5" data-test="header1">
|
||||
Echecs France
|
||||
</h1>
|
||||
<h2 className="text-3xl p-5">
|
||||
|
||||
@@ -8,7 +8,7 @@ export default function About() {
|
||||
<div className="absolute">
|
||||
<h2
|
||||
className="mb-4 text-4xl tracking-tight font-extrabold text-center text-gray-900 dark:text-white"
|
||||
data-cy="header2"
|
||||
data-test="header2"
|
||||
>
|
||||
Qui Sommes-Nous?
|
||||
</h2>
|
||||
|
||||
Reference in New Issue
Block a user