File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/selenium-ide/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 "description" : " Selenium Record and Playback tool for ease of getting acquainted with Selenium WebDriver." ,
33 "manifest_version" : 2 ,
44 "name" : " Selenium IDE" ,
5- "version" : " 3.0.1 .0" ,
6- "version_name" : " 3.0.1 " ,
5+ "version" : " 3.0.2 .0" ,
6+ "version_name" : " 3.0.2 " ,
77 "homepage_url" : " https://github.com/SeleniumHQ/selenium-ide" ,
88 "icons" : {
99 "16" : " icons/icon16.png" ,
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ class TestRow extends React.Component {
137137 this . node . focus ( ) ;
138138 } ) ;
139139 } else if ( this . props . status === "pending" ) {
140- this . node . scrollIntoViewIfNeeded ( ) ;
140+ this . node . scrollIntoView ( ) ;
141141 }
142142 }
143143 componentWillUnmount ( ) {
You can’t perform that action at this time.
0 commit comments