Update the Japanese test

This commit is contained in:
Michael Mintz 2022-06-13 10:20:36 -04:00
parent 143b06ad03
commit debc1805bd
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class 私のテストクラス(セレニウムテストケース):
self.要素を確認する('img[alt="握り寿司"]')
self.入力("#searchInput", "レゴランド・ジャパン")
self.クリックして("#searchButton")
self.要素を確認する('img[alt="Legoland japan.jpg"]')
self.要素を確認する('img[alt*="LEGOLAND JAPAN"]')
self.リンクテキストを確認する("名古屋城")
self.リンクテキストをクリックします("テーマパーク")
self.テキストを確認する("テーマパーク", "#firstHeading")