File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ def test_例1(self):
14
14
self .クリックして ("#searchform button" )
15
15
self .テキストを確認する ("寿司" , "#firstHeading" )
16
16
self .要素を確認する ('img[alt="握り寿司"]' )
17
- self .入力 ("#searchInput" , "レゴランド・ジャパン" )
18
- self .クリックして ("div.suggestions span.highlight " )
17
+ self .JS入力 ("#searchInput" , "レゴランド・ジャパン" )
18
+ self .クリックして ("#searchform button " )
19
19
self .要素を確認する ('img[alt*="LEGOLAND JAPAN"]' )
20
20
self .リンクテキストを確認する ("名古屋城" )
21
21
self .リンクテキストをクリックします ("テーマパーク" )
Original file line number Diff line number Diff line change @@ -380,8 +380,8 @@ class 私のテストクラス(セレニウムテストケース):
380
380
self .クリックして(" #searchform button" )
381
381
self .テキストを確認する(" 寿司" , " #firstHeading" )
382
382
self .要素を確認する(' img[alt="握り寿司"]' )
383
- self .入力 (" #searchInput" , " レゴランド・ジャパン" )
384
- self .クリックして(" div.suggestions span.highlight " )
383
+ self .JS 入力 (" #searchInput" , " レゴランド・ジャパン" )
384
+ self .クリックして(" #searchform button " )
385
385
self .要素を確認する(' img[alt*="LEGOLAND JAPAN"]' )
386
386
self .リンクテキストを確認する(" 名古屋城" )
387
387
self .リンクテキストをクリックします(" テーマパーク" )
You can’t perform that action at this time.
0 commit comments