Seam-booking example: BookingTest ftests broken on glassfish3.1
---------------------------------------------------------------
Key: SEAM-75
URL: https://issues.jboss.org/browse/SEAM-75
Project: Seam 3 Distribution
Issue Type: Bug
Components: Shared Examples
Affects Versions: 3.0.0.Final
Environment: glassfish3.1 + latest weld snapshot
Reporter: Marek Schmidt
Assignee: Jozef Hartinger
ftests fail when run against deployed seam-booking example running on
GlassFish3.1 in setUp, failing to find the id='login:username' element.
The problem seems to be in the public void login(String username, String
password) method, where after
selenium.click(MENU_HOME);
selenium.waitForPageToLoad();
the current page is still only a refresh page:
<head><meta http-equiv="Refresh" content="0;
URL=home.xhtml"></head><body></body>
the test works fine on JBossAS6.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues