We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143b06a commit debc180Copy full SHA for debc180
examples/translations/japanese_test_1.py
@@ -16,7 +16,7 @@ def test_例1(self):
16
self.要素を確認する('img[alt="握り寿司"]')
17
self.入力("#searchInput", "レゴランド・ジャパン")
18
self.クリックして("#searchButton")
19
- self.要素を確認する('img[alt="Legoland japan.jpg"]')
+ self.要素を確認する('img[alt*="LEGOLAND JAPAN"]')
20
self.リンクテキストを確認する("名古屋城")
21
self.リンクテキストをクリックします("テーマパーク")
22
self.テキストを確認する("テーマパーク", "#firstHeading")
0 commit comments