File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class 私のテストクラス(セレニウムテストケース):
41
41
self .JS 入力(' input[name="search"]' , " 寿司" )
42
42
self .クリックして(" #searchform button" )
43
43
self .テキストを確認する(" 寿司" , " #firstHeading" )
44
- self .要素を確認する(' img[alt="握り寿司 "]' )
44
+ self .要素を確認する(' img[src*="Various_sushi "]' )
45
45
```
46
46
47
47
<a id =" translation_api " ></a >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def test_例1(self):
14
14
self .JS入力 ('input[name="search"]' , "寿司" )
15
15
self .クリックして ("#searchform button" )
16
16
self .テキストを確認する ("寿司" , "#firstHeading" )
17
- self .要素を確認する ('img[alt="握り寿司 "]' )
17
+ self .要素を確認する ('img[src*="Various_sushi "]' )
18
18
self .JS入力 ("#searchInput" , "レゴランド・ジャパン" )
19
19
self .クリックして ("#searchform button" )
20
20
self .要素を確認する ('img[src*="LEGOLAND_JAPAN"]' )
Original file line number Diff line number Diff line change @@ -585,7 +585,7 @@ class 私のテストクラス(セレニウムテストケース):
585
585
self .JS 入力(' input[name="search"]' , " 寿司" )
586
586
self .クリックして(" #searchform button" )
587
587
self .テキストを確認する(" 寿司" , " #firstHeading" )
588
- self .要素を確認する(' img[alt="握り寿司 "]' )
588
+ self .要素を確認する(' img[src*="Various_sushi "]' )
589
589
self .JS 入力(" #searchInput" , " レゴランド・ジャパン" )
590
590
self .クリックして(" #searchform button" )
591
591
self .要素を確認する(' img[src*="LEGOLAND_JAPAN"]' )
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class 私のテストクラス(セレニウムテストケース):
43
43
self .JS 入力(' input[name="search"]' , " 寿司" )
44
44
self .クリックして(" #searchform button" )
45
45
self .テキストを確認する(" 寿司" , " #firstHeading" )
46
- self .要素を確認する(' img[alt="握り寿司 "]' )
46
+ self .要素を確認する(' img[src*="Various_sushi "]' )
47
47
```
48
48
49
49
<a id =" translation_api " ></a >
You can’t perform that action at this time.
0 commit comments