Details
-
Bug
-
Resolution: Fixed
-
Major
-
10.11.3
-
Integration
-
Unknown
-
N/A
-
N/A
-
-
org.xwiki.test.selenium.AdministrationTest#testPanelsAdmin|org.xwiki.test.selenium.WikiEditorTest#testEditComment|org.xwiki.test.selenium.WikiEditorTest#testMinorEdit
Description
The following tests are failing regularly on 10.11.x branch:
- org.xwiki.test.selenium.AdministrationTest.testPanelsAdmin
- org.xwiki.test.selenium.WikiEditorTest.testEditComment
- org.xwiki.test.selenium.WikiEditorTest.testMinorEdit
We haven't been able to reproduce the issues locally yet. It seems that they're failing at the same time when they do.
Details on the failures for each test:
- org.xwiki.test.selenium.AdministrationTest.testPanelsAdmin
java.lang.AssertionError: [//div[@id = 'leftPanels']//div[contains(@class, 'QuickLinks')]] is present. at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertFalse(Assert.java:64) at org.xwiki.test.selenium.framework.AbstractXWikiTestCase.assertElementNotPresent(AbstractXWikiTestCase.java:186) at org.xwiki.test.selenium.AdministrationTest.testPanelsAdmin(AdministrationTest.java:136)
- org.xwiki.test.selenium.WikiEditorTest.testEditComment
java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.xwiki.test.selenium.WikiEditorTest.testEditComment(WikiEditorTest.java:109)
- org.xwiki.test.selenium.WikiEditorTest.testMinorEdit
org.openqa.selenium.ElementNotVisibleException: Element is not currently visible and so may not be interacted with Command duration or timeout: 10.08 seconds Build info: version: '2.44.0', revision: '76d78cf323ce037c5f92db6c1bba601c2ac43ad8', time: '2014-10-23 13:11:40' System info: host: 'localhost', ip: '127.0.0.1', os.name: 'Linux', os.arch: 'amd64', os.version: '3.18.44-vs2.3.7.5-beng', java.version: '1.8.0_121' Driver info: org.openqa.selenium.firefox.FirefoxDriver Capabilities [{applicationCacheEnabled=true, rotatable=false, handlesAlerts=true, databaseEnabled=true, version=32.0.1, platform=LINUX, nativeEvents=true, acceptSslCerts=true, webStorageEnabled=true, locationContextEnabled=true, browserName=firefox, takesScreenshot=true, javascriptEnabled=true, cssSelectorsEnabled=true}] Session ID: 7e77537d-3049-48e8-8532-c489f8fc7b06 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:204) at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:156) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:599) at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:268) at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:79) at org.xwiki.test.selenium.WikiEditorTest.testMinorEdit(WikiEditorTest.java:141)
Attachments
Issue Links
- relates to
-
XWIKI-16242 WikiEditorTest testEmptyDocumentContentIsAllowed is flickering
- Closed