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 @@ -11,7 +11,7 @@ def test_실시예_1(self):
1111 self .JS_입력 ("#searchform input" , "김치" )
1212 self .클릭 ("#searchform button" )
1313 self .텍스트_확인 ("김치" , "#firstHeading" )
14- self .요소_확인 ('img[alt="Various kimchi .jpg"]' )
14+ self .요소_확인 ('img[src*="Various_kimchi .jpg"]' )
1515 self .링크_텍스트_확인 ("한국 요리" )
1616 self .JS_입력 ("#searchform input" , "비빔밥" )
1717 self .클릭 ("#searchform button" )
Original file line number Diff line number Diff line change @@ -572,7 +572,7 @@ class 테스트_클래스(셀레늄_테스트_케이스):
572572 self .JS_ 입력(" #searchform input" , " 김치" )
573573 self .클릭(" #searchform button" )
574574 self .텍스트_확인(" 김치" , " #firstHeading" )
575- self .요소_확인(' img[alt="Various kimchi .jpg"]' )
575+ self .요소_확인(' img[src*="Various_kimchi .jpg"]' )
576576 self .링크_텍스트_확인(" 한국 요리" )
577577 self .JS_ 입력(" #searchform input" , " 비빔밥" )
578578 self .클릭(" #searchform button" )
You can’t perform that action at this time.
0 commit comments