Test results
1 suite, 2 failed tests
historiatv.qa.historiatv.tests.SchedulePage
schedulePage
org.openqa.selenium.ElementNotInteractableException: element not interactable (Session info: headless chrome=112.0.5615.165) Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'ip-10-31-214-233.ec2.internal', ip: '10.31.214.233', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.309-231.529.amzn2.x86_64', java.version: '11.0.18' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 112.0.5615.165, chrome: {chromedriverVersion: 112.0.5615.49 (bd2a7bcb881c..., userDataDir: /tmp/.com.google.Chrome.XrYAwh}, goog:chromeOptions: {debuggerAddress: localhost:43927}, 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:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true} Session ID: 2f9e8c01b2c774499dbda3b96205dab8 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.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83) 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 historiatv.qa.historiatv.pageobject.PageObjects_Top_Nav.clickScheduleMenuLink(PageObjects_Top_Nav.java:55) at historiatv.qa.historiatv.tests.SchedulePage.schedulePage(SchedulePage.java:30) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) ... Removed 16 stack frames
historiatv.qa.historiatv.tests.TopNavigationMenu
clickTopNavigation
org.openqa.selenium.ElementNotInteractableException: element not interactable (Session info: headless chrome=112.0.5615.165) Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'ip-10-31-214-233.ec2.internal', ip: '10.31.214.233', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.309-231.529.amzn2.x86_64', java.version: '11.0.18' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 112.0.5615.165, chrome: {chromedriverVersion: 112.0.5615.49 (bd2a7bcb881c..., userDataDir: /tmp/.com.google.Chrome.Fl2Vxi}, goog:chromeOptions: {debuggerAddress: localhost:42153}, 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:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true} Session ID: 9c110a26c6823667f6f33eba973dd37a 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.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83) 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 historiatv.qa.historiatv.pageobject.PageObjects_Top_Nav.clickVideosMenuLink(PageObjects_Top_Nav.java:30) at historiatv.qa.historiatv.tests.TopNavigationMenu.clickTopNavigation(TopNavigationMenu.java:19) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) ... Removed 16 stack frames
historiatv.qa.historiatv.tests.thumbnails
homePageSections
/codebuild/output/src639815791/src/Historiatv/resources/TestNG-HistoriaTV-UAT-TestSuite.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite thread-count="3" parallel="classes" name="CorusentUATHistoriaTVTestSuite" guice-stage="DEVELOPMENT" verbose="0">
  <test thread-count="3" parallel="classes" name="CorusentChromeDesktopHistoriaTVTest" verbose="0">
    <parameter name="paramBrowserType" value="Chrome"/>
    <parameter name="paramTestUrl" value="https://uat1.historiatv.com/"/>
    <classes>
      <class name="historiatv.qa.historiatv.tests.thumbnails"/>
      <class name="historiatv.qa.historiatv.tests.TopNavigationMenu"/>
      <class name="historiatv.qa.historiatv.tests.SchedulePage"/>
    </classes>
  </test> <!-- CorusentChromeDesktopHistoriaTVTest -->
</suite> <!-- CorusentUATHistoriaTVTestSuite -->
            
Tests for CorusentUATHistoriaTVTestSuite
  • CorusentChromeDesktopHistoriaTVTest (3 classes)
Groups for CorusentUATHistoriaTVTestSuite
Times for CorusentUATHistoriaTVTestSuite
Total running time: 25 seconds
Reporter output for CorusentUATHistoriaTVTestSuite
0 ignored methods
Methods in chronological order
historiatv.qa.historiatv.tests.TopNavigationMenu
beforeMethod(Chrome, https://uat1.historiatv.com/) 0 ms
historiatv.qa.historiatv.tests.SchedulePage
beforeMethod(Chrome, https://uat1.historiatv.com/) 3 ms
historiatv.qa.historiatv.tests.thumbnails
beforeMethod(Chrome, https://uat1.historiatv.com/) 4 ms
homePageSections 3833 ms
historiatv.qa.historiatv.tests.SchedulePage
schedulePage 4795 ms
historiatv.qa.historiatv.tests.TopNavigationMenu
clickTopNavigation 4859 ms
historiatv.qa.historiatv.tests.thumbnails
afterMethod 5096 ms
historiatv.qa.historiatv.tests.TopNavigationMenu
afterMethod 16101 ms
historiatv.qa.historiatv.tests.SchedulePage
afterMethod 17789 ms