zhongxan / emite

Automatically exported from code.google.com/p/emite
0 stars 0 forks source link

Search Selenium test fails on "search.Header().click()" #172

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run SearchTest.java using TestNG

What is the expected output? What do you see instead?
Tests should pass, but they fail: 

org.openqa.selenium.NoSuchElementException: Timed out after 10 seconds. 
Unable to locate the element
System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', 
java.version: '1.6.0_16'
Driver info: driver.version: support
    at 
org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(Ajax
ElementLocator.java:71)
    at 
org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.inv
oke(LocatingElementHandler.java:35)
    at $Proxy10.click(Unknown Source)
    at 
com.calclab.hablar.selenium.SearchTest.loginAndSearchClick(SearchTest.java:
66)
    at 
com.calclab.hablar.selenium.SearchTest.testBasicSearch(SearchTest.java:26)

Original issue reported on code.google.com by ashward....@gmail.com on 1 Feb 2010 at 12:05

GoogleCodeExporter commented 8 years ago

Original comment by ashward....@gmail.com on 1 Feb 2010 at 12:08

GoogleCodeExporter commented 8 years ago
Hi Ash.

All tests works for me. 

Are you testing something different than Hablar.html? Could you check if you 
have in
your module something like?:

    <inherits name="com.google.gwt.user.Debug" />

like in Hablar.gwt.xml

In any case can you provide more info to try to reproduce this problem?

Original comment by vruiz.ju...@gmail.com on 2 Feb 2010 at 1:34

GoogleCodeExporter commented 8 years ago
It works for me also... any thoughts?

Original comment by danigb on 2 Feb 2010 at 6:04

GoogleCodeExporter commented 8 years ago

Original comment by ashward....@gmail.com on 22 Feb 2010 at 1:13