Skip to content

Commit ecb4d20

Browse files
committed
Update the Japanese examples
1 parent 00935f8 commit ecb4d20

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/translations/japanese_test_1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ def test_例1(self):
1414
self.クリックして("#searchform button")
1515
self.テキストを確認する("寿司", "#firstHeading")
1616
self.要素を確認する('img[alt="握り寿司"]')
17-
self.入力("#searchInput", "レゴランド・ジャパン")
18-
self.クリックして("div.suggestions span.highlight")
17+
self.JS入力("#searchInput", "レゴランド・ジャパン")
18+
self.クリックして("#searchform button")
1919
self.要素を確認する('img[alt*="LEGOLAND JAPAN"]')
2020
self.リンクテキストを確認する("名古屋城")
2121
self.リンクテキストをクリックします("テーマパーク")

help_docs/syntax_formats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ class 私のテストクラス(セレニウムテストケース):
380380
self.クリックして("#searchform button")
381381
self.テキストを確認する("寿司", "#firstHeading")
382382
self.要素を確認する('img[alt="握り寿司"]')
383-
self.入力("#searchInput", "レゴランド・ジャパン")
384-
self.クリックして("div.suggestions span.highlight")
383+
self.JS入力("#searchInput", "レゴランド・ジャパン")
384+
self.クリックして("#searchform button")
385385
self.要素を確認する('img[alt*="LEGOLAND JAPAN"]')
386386
self.リンクテキストを確認する("名古屋城")
387387
self.リンクテキストをクリックします("テーマパーク")

0 commit comments

Comments
 (0)