Skip to content

Commit 313ad21

Browse files
committed
Update the Japanese example test
1 parent 2640e9f commit 313ad21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/translations/japanese_test_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_例1(self):
1717
self.要素を確認する('img[alt="握り寿司"]')
1818
self.JS入力("#searchInput", "レゴランド・ジャパン")
1919
self.クリックして("#searchform button")
20-
self.要素を確認する('img[alt*="LEGOLAND JAPAN"]')
20+
self.要素を確認する('img[src*="LEGOLAND_JAPAN"]')
2121
self.リンクテキストを確認する("名古屋城")
2222
self.リンクテキストをクリックします("テーマパーク")
2323
self.テキストを確認する("テーマパーク", "#firstHeading")

help_docs/syntax_formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ class 私のテストクラス(セレニウムテストケース):
546546
self.要素を確認する('img[alt="握り寿司"]')
547547
self.JS入力("#searchInput", "レゴランド・ジャパン")
548548
self.クリックして("#searchform button")
549-
self.要素を確認する('img[alt*="LEGOLAND JAPAN"]')
549+
self.要素を確認する('img[src*="LEGOLAND_JAPAN"]')
550550
self.リンクテキストを確認する("名古屋城")
551551
self.リンクテキストをクリックします("テーマパーク")
552552
self.テキストを確認する("テーマパーク", "#firstHeading")

0 commit comments

Comments
 (0)