File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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"]' )
Original file line number Diff line number Diff 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"]' )
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments