The following test works fine with IE7, IE9, Chrome, Firefox and Safari. But it freezes in IE8. IE8 doesn't do the last command. How can I fix it to run on IE8?
@driver.navigate.to 'http://www.berge-meer.de'
@driver.manage.timeouts.implicit_wait = 1
@driver.find_element(:link, "Schnäppchen").click
@driver.manage.timeouts.implicit_wait = 1
@driver.find_element(:partial_link_text, "Alle Reisedetails").click
@driver.manage.timeouts.implicit_wait = 3
@driver.find_element(:partial_link_text, "Termine").click
Browserstack stops with the following screen: