Skip to content

Commit e2c3a5e

Browse files
committed
Update the Japanese example
1 parent 5e4eee1 commit e2c3a5e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/translations/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class 私のテストクラス(セレニウムテストケース):
4141
self.JS入力('input[name="search"]', "寿司")
4242
self.クリックして("#searchform button")
4343
self.テキストを確認する("寿司", "#firstHeading")
44-
self.要素を確認する('img[alt="握り寿司"]')
44+
self.要素を確認する('img[src*="Various_sushi"]')
4545
```
4646

4747
<a id="translation_api"></a>

examples/translations/japanese_test_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def test_例1(self):
1414
self.JS入力('input[name="search"]', "寿司")
1515
self.クリックして("#searchform button")
1616
self.テキストを確認する("寿司", "#firstHeading")
17-
self.要素を確認する('img[alt="握り寿司"]')
17+
self.要素を確認する('img[src*="Various_sushi"]')
1818
self.JS入力("#searchInput", "レゴランド・ジャパン")
1919
self.クリックして("#searchform button")
2020
self.要素を確認する('img[src*="LEGOLAND_JAPAN"]')

help_docs/syntax_formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ class 私のテストクラス(セレニウムテストケース):
585585
self.JS入力('input[name="search"]', "寿司")
586586
self.クリックして("#searchform button")
587587
self.テキストを確認する("寿司", "#firstHeading")
588-
self.要素を確認する('img[alt="握り寿司"]')
588+
self.要素を確認する('img[src*="Various_sushi"]')
589589
self.JS入力("#searchInput", "レゴランド・ジャパン")
590590
self.クリックして("#searchform button")
591591
self.要素を確認する('img[src*="LEGOLAND_JAPAN"]')

help_docs/translations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class 私のテストクラス(セレニウムテストケース):
4343
self.JS入力('input[name="search"]', "寿司")
4444
self.クリックして("#searchform button")
4545
self.テキストを確認する("寿司", "#firstHeading")
46-
self.要素を確認する('img[alt="握り寿司"]')
46+
self.要素を確認する('img[src*="Various_sushi"]')
4747
```
4848

4949
<a id="translation_api"></a>

0 commit comments

Comments
 (0)