File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def test_例1(self):
17
17
self .要素を確認する ('img[alt="握り寿司"]' )
18
18
self .JS入力 ("#searchInput" , "レゴランド・ジャパン" )
19
19
self .クリックして ("#searchform button" )
20
- self .要素を確認する ('img[alt *="LEGOLAND JAPAN "]' )
20
+ self .要素を確認する ('img[src *="LEGOLAND_JAPAN "]' )
21
21
self .リンクテキストを確認する ("名古屋城" )
22
22
self .リンクテキストをクリックします ("テーマパーク" )
23
23
self .テキストを確認する ("テーマパーク" , "#firstHeading" )
Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ class 私のテストクラス(セレニウムテストケース):
546
546
self .要素を確認する(' img[alt="握り寿司"]' )
547
547
self .JS 入力(" #searchInput" , " レゴランド・ジャパン" )
548
548
self .クリックして(" #searchform button" )
549
- self .要素を確認する(' img[alt *="LEGOLAND JAPAN "]' )
549
+ self .要素を確認する(' img[src *="LEGOLAND_JAPAN "]' )
550
550
self .リンクテキストを確認する(" 名古屋城" )
551
551
self .リンクテキストをクリックします(" テーマパーク" )
552
552
self .テキストを確認する(" テーマパーク" , " #firstHeading" )
You can’t perform that action at this time.
0 commit comments