Skip to content

Commit

Permalink
Update the French example
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmintz committed Aug 2, 2024
1 parent e576c24 commit 97ab360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/translations/french_test_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def test_exemple_1(self):
self.ouvrir("https://fr.wikipedia.org/wiki/")
self.vérifier_texte("Wikipédia")
self.vérifier_élément('[alt="Wikipédia"]')
self.cliquer_si_affiché('button[aria-label="Close"]')
self.cliquer_si_affiché('button[aria-label="Fermer"]')
self.js_taper("#searchform input", "Crème brûlée")
self.cliquer("#searchform button")
self.vérifier_texte("Crème brûlée", "#firstHeading")
Expand Down
2 changes: 1 addition & 1 deletion help_docs/syntax_formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ class MaClasseDeTest(CasDeBase):
self.ouvrir("https://fr.wikipedia.org/wiki/")
self.vérifier_texte("Wikipédia")
self.vérifier_élément('[alt="Wikipédia"]')
self.cliquer_si_affiché('button[aria-label="Close"]')
self.cliquer_si_affiché('button[aria-label="Fermer"]')
self.js_taper("#searchform input", "Crème brûlée")
self.cliquer("#searchform button")
self.vérifier_texte("Crème brûlée", "#firstHeading")
Expand Down

0 comments on commit 97ab360

Please sign in to comment.