[
https://jira.jboss.org/jira/browse/JBSEAM-4636?page=com.atlassian.jira.pl...
]
Jozef Hartinger commented on JBSEAM-4636:
-----------------------------------------
The problem is caused by the fact that after the TestNG upgrade, the
"deleteSchoolCategory()" method is run before the "editTurtleTask()"
while the second one depends on the the first one.
[testng] [TestRunner] WILL BE RUN SEQUENTIALLY:
[testng] [TestRunner]
org.jboss.seam.example.tasks.test.selenium.SeleniumTasksTest.createQACategory()
[testng] [TestRunner]
org.jboss.seam.example.tasks.test.selenium.SeleniumTasksTest.createSeleniumTask()
[testng] [TestRunner]
org.jboss.seam.example.tasks.test.selenium.SeleniumTasksTest.resolveTuringTask()
[testng] [TestRunner]
org.jboss.seam.example.tasks.test.selenium.SeleniumTasksTest.undoTurtleTask()
[testng] [TestRunner]
org.jboss.seam.example.tasks.test.selenium.SeleniumTasksTest.deleteSchoolCategory()
[testng] [TestRunner]
org.jboss.seam.example.tasks.test.selenium.SeleniumTasksTest.editTurtleTask()
tasks_jboss5.editTurtleTask fails
---------------------------------
Key: JBSEAM-4636
URL:
https://jira.jboss.org/jira/browse/JBSEAM-4636
Project: Seam
Issue Type: Bug
Components: Examples
Affects Versions: 2.2.1.CR1
Reporter: Jozef Hartinger
Assignee: Jozef Hartinger
Priority: Minor
Fix For: 2.2.1.CR2
ERROR: Option with value 'School' not found
Stacktrace
com.thoughtworks.selenium.SeleniumException: ERROR: Option with value
'School' not found
at
com.thoughtworks.selenium.HttpCommandProcessor.throwAssertionFailureExceptionOrError(HttpCommandProcessor.java:97)
at
com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:91)
at com.thoughtworks.selenium.DefaultSelenium.select(DefaultSelenium.java:315)
at
org.jboss.seam.example.tasks.test.selenium.SeleniumTasksTest.editTask(SeleniumTasksTest.java:277)
at
org.jboss.seam.example.tasks.test.selenium.SeleniumTasksTest.editTurtleTask(SeleniumTasksTest.java:129)
... Removed 22 stack frames
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira