Uploaded image for project: 'Nuxeo Studio'
  1. Nuxeo Studio
  2. NXS-4348

Fix random in StudioChainCreationWithExistingIdFromEventHandlerITCase.testCreateChainWithAlreadyExistingId

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 73.0
    • Fix Version/s: 73.7
    • Component/s: QA / CI / Tests
    • Tags:
    • Story Points:
      2

      Description

      It has to do with the "Progress saved" popup which is overriding the event select button... the popup shouldn't be displayed...

      Message d'erreur
      
      Element is not clickable at point (717.933349609375, 143.9166717529297). Other element would receive the click: <div id="gwt-debug-nx-saveProgress" style="cursor: wait; z-index: 100000000; opacity: 0.0001; width: 960px; height: 652px; position: absolute; left: 0px; top: 0px;"></div>
      Command duration or timeout: 128 milliseconds
      Build info: version: '2.53.0', revision: '35ae25b1534ae328c771e0856c93e187490ca824', time: '2016-03-15 10:43:46'
      System info: host: 'privovh02-2', ip: '172.17.0.8', os.name: 'Linux', os.arch: 'amd64', os.version: '4.4.0-92-generic', java.version: '1.8.0_77'
      Driver info: org.openqa.selenium.firefox.FirefoxDriver
      Capabilities [{applicationCacheEnabled=true, rotatable=false, handlesAlerts=true, databaseEnabled=true, version=42.0, platform=LINUX, nativeEvents=false, acceptSslCerts=true, webStorageEnabled=true, locationContextEnabled=true, browserName=firefox, takesScreenshot=true, javascriptEnabled=true, cssSelectorsEnabled=true}]
      Session ID: b9949461-bcd9-4710-a2a1-b47774fc4c42
      Pile d'exécution
      
      org.openqa.selenium.WebDriverException: Element is not clickable at point (717.933349609375, 143.9166717529297). Other element would receive the click: <div id="gwt-debug-nx-saveProgress" style="cursor: wait; z-index: 100000000; opacity: 0.0001; width: 960px; height: 652px; position: absolute; left: 0px; top: 0px;"></div>
      Command duration or timeout: 128 milliseconds
      Build info: version: '2.53.0', revision: '35ae25b1534ae328c771e0856c93e187490ca824', time: '2016-03-15 10:43:46'
      System info: host: 'privovh02-2', ip: '172.17.0.8', os.name: 'Linux', os.arch: 'amd64', os.version: '4.4.0-92-generic', java.version: '1.8.0_77'
      Driver info: org.openqa.selenium.firefox.FirefoxDriver
      Capabilities [{applicationCacheEnabled=true, rotatable=false, handlesAlerts=true, databaseEnabled=true, version=42.0, platform=LINUX, nativeEvents=false, acceptSslCerts=true, webStorageEnabled=true, locationContextEnabled=true, browserName=firefox, takesScreenshot=true, javascriptEnabled=true, cssSelectorsEnabled=true}]
      Session ID: b9949461-bcd9-4710-a2a1-b47774fc4c42
      	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:206)
      	at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:158)
      	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:678)
      	at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:327)
      	at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:85)
      	at com.nuxeo.studio.test.integration.StudioChainCreationWithExistingIdFromEventHandlerITCase.testCreateChainWithAlreadyExistingId(StudioChainCreationWithExistingIdFromEventHandlerITCase.java:113)
      Sortie standard
      
      12:47:31,612 WARN  [CacheServiceImpl] Unregistery leaked contribution nos.studio.cache.studio-component_StudioCoreTargetPlatformInstance
      StorageConfiguration: Deploying JDBC using DatabaseH2
      StorageConfiguration: Deploying a VCS repository
      12:47:33,504 WARN  [NuxeoConnectionManagerConfiguration] maxActive deprecated dbcp pool attribute usage, should use maxPoolSize geronimo pool attribute instead
      12:47:33,504 WARN  [NuxeoConnectionManagerConfiguration] maxIdle deprecated dbcp pool attribute usage, should use minPoolSize geronimo pool attribute instead
      12:47:33,506 WARN  [NuxeoConnectionManagerConfiguration] maxActive deprecated dbcp pool attribute usage, should use maxPoolSize geronimo pool attribute instead
      12:47:33,506 WARN  [NuxeoConnectionManagerConfiguration] maxIdle deprecated dbcp pool attribute usage, should use minPoolSize geronimo pool attribute instead
      12:47:33,506 WARN  [NuxeoConnectionManagerConfiguration] maxWait deprecated dbcp pool attribute usage, should use blockingTimeoutMillis geronimo pool attribute instead
      12:47:33,617 WARN  [Ejb3Configuration] Overriding hibernate.transaction.factory_class is dangerous, this might break the EJB3 specification implementation
      12:47:33,764 ERROR [OSGiRuntimeService] Nuxeo Platform Started
      ======================================================================
      = Component Loading Status: Pending: 0 / Missing: 3 / Unstarted: 0 / Total: 185
        * service:com.nuxeo.studio.operations.contrib references missing [target=org.nuxeo.ecm.platform.actions.ActionService;point=actions, target=org.nuxeo.ecm.core.operation.OperationServiceComponent;point=operations]
        * service:com.nuxeo.studio.core.contrib references missing [target=org.nuxeo.ecm.platform.types.TypeService;point=types]
        * service:com.nuxeo.studio.jsf.contrib references missing [target=org.nuxeo.ecm.platform.actions.ActionService;point=actions, target=org.nuxeo.ecm.platform.types.TypeService;point=types, target=org.nuxeo.ecm.platform.forms.layout.WebLayoutManager;point=layouts, target=org.nuxeo.ecm.directory.ui.DirectoryUIManager;point=directories]
      ======================================================================
      12:47:40,308 WARN  [UserManagerImpl] Trying to authenticate against null username or password
      12:47:46,607 WARN  [UserManagerImpl] Trying to authenticate against null username or password
      Sortie d'erreur standard
      
      Oct 26, 2017 12:47:35 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
      INFO: Initiating Jersey application, version 'Jersey: 1.18.3 12/01/2014 08:23 AM'
      

        Attachments

          Activity

            People

            • Assignee:
              yjulienne Yannis Julienne
              Reporter:
              yjulienne Yannis Julienne
              Participants:
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 1 hour
                1h