Uploaded image for project: 'Magnolia Test Framework'
  1. Magnolia Test Framework
  2. MGNLTEST-89

pageobjects.Form#openTab does not work in security app

XMLWordPrintable

      Form#openTab does not work e.g. on "Add user" form of the "Security app": (other apps might be affected: investigation needed).

       

      @Test
      void detectSecurityForm(PageObjects expect){
          // GIVEN
          expect.findBar().openApp("Security");
          ContentApp app = expect.contentApp("User");
          app.hitAction("Add user");
      
          // THEN
          expect.form(Form.detectTab("User info"))
              .setTextField("User name", "Urs")
              .openTab("Groups");
      } 

      Fails with an exception:

      org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <div class="v-captiontext">...</div> is not clickable at point (339, 94). Other element would receive the click: <div class="v-window-header" id="gwt-uid-55">...</div>
        (Session info: chrome=84.0.4147.105)
      Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
      System info: host: 'Michaels-MBP.fritz.box', ip: 'fe80:0:0:0:4d6:7d82:1ef3:750f%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.14.6', java.version: '12.0.2'
      Driver info: org.openqa.selenium.remote.RemoteWebDriver
      Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 84.0.4147.105, chrome: {chromedriverVersion: 84.0.4147.30 (48b3e868b4cc0..., userDataDir: /tmp/.com.google.Chrome.PetQ3r}, goog:chromeOptions: {debuggerAddress: localhost:35547}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:virtualAuthenticators: true, webdriver.remote.sessionid: cc4177b188924b84e65a4d7b0da...}
      Session ID: cc4177b188924b84e65a4d7b0dacccda	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
      	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
      	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
      	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
      	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
      	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
      	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
      	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
      	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
      	at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
      	at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
      	at info.magnolia.test.selenium.pageobjects.Form.openTab(Form.java:81)
       

        Acceptance criteria

              Unassigned Unassigned
              mduerig Michael Duerig
              Foundation
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD