corusent.qa.globalstream.tests.search.SearchPerPage
testSearchPerPage
java.lang.AssertionError: Search Result page does not display expected result. expected [true] but found [false]
at corusent.qa.globalstream.tests.search.SearchPerPage.testSearchPerPage(SearchPerPage.java:50)
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 17 stack frames
(Verify search functionality on different pages)
corusent.qa.globalstream.tests.search.BasicSearch
testBasicSearch
java.lang.AssertionError: Search Result page does not display expected result. expected [true] but found [false]
at corusent.qa.globalstream.tests.search.BasicSearch.testBasicSearch(BasicSearch.java:39)
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 17 stack frames
(Verify basic search functionality)
corusent.qa.globalstream.tests.schedule.ScheduleFavChannelState
testScheduleFavChannelState
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <span class="channel__logo-icon">...</span> is not clickable at point (213, 1038). Other element would receive the click: <button id="_evidon-option-button" class="evidon-banner-optionbutton" role="button" aria-label="This button opens a pop-up" tabindex="3" style="display: inline; border: 0px; background: rgb(101, 101, 101); color: rgb(255, 255, 255); padding: 8px 22px; cursor: pointer; border-radius: 4px; margin-right: 4px;">...</button>
(Session info: chrome=136.0.7103.59)
Build info: version: '4.32.0', revision: 'd17c8aa950'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.355-275.572.amzn2.x86_64', java.version: '11.0.19'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Command: [2eccf46c62b1ffb0106bee6f5219b897, clickElement {id=f.2B24C95B03CCC5195284C833CEB63520.d.BA15D19AB53B214E96D86697504A04C5.e.103}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 136.0.7103.59, chrome: {chromedriverVersion: 136.0.7103.49 (031848bc6ad0..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:38551}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://localhost:38551/devtoo..., se:cdpVersion: 136.0.7103.59, 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}
Element: [[[[ChromeDriver: chrome on linux (2eccf46c62b1ffb0106bee6f5219b897)] -> css selector: .channel__logo]] -> css selector: span.channel__logo-icon]
Session ID: 2eccf46c62b1ffb0106bee6f5219b897
at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:138)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:50)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:215)
at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:216)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:174)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:223)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:76)
at corusent.qa.globalstream.pageobject.PageObjectSchedule.selectChannelLogoHeartIcon(PageObjectSchedule.java:96)
at corusent.qa.globalstream.tests.schedule.ScheduleFavChannelState.testScheduleFavChannelState(ScheduleFavChannelState.java:29)
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 18 stack frames
(Verify that Favorite channel selection/state is not lost after page refreshes)
corusent.qa.globalstream.tests.shows.ShowShare
corusent.qa.globalstream.tests.header.GlobalLogo
corusent.qa.globalstream.tests.freeplay.GenreBarTitle
corusent.qa.globalstream.tests.footer.CorusLogo
corusent.qa.globalstream.tests.footer.SocialLinks
corusent.qa.globalstream.tests.header.MenuLinks
corusent.qa.globalstream.tests.shows.ShowTileSelect
corusent.qa.globalstream.tests.footer.CopyrightYear
corusent.qa.globalstream.tests.shows.ShowAirYear
corusent.qa.globalstream.tests.schedule.ScheduleQueryString
/codebuild/output/src275476308/src/GlobalStream/resources/testngGlobalStreamUat.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite thread-count="2" parallel="classes" name="TestSuiteGlobalStreamUat" guice-stage="DEVELOPMENT" verbose="0">
<test thread-count="2" parallel="classes" name="GlobalStreamChromeDesktopUat" verbose="0">
<parameter name="paramBrowserType" value="Chrome"/>
<parameter name="paramTestUrl" value="https://watch.globaltv.com/"/>
<classes>
<class name="corusent.qa.globalstream.tests.footer.CopyrightYear"/>
<class name="corusent.qa.globalstream.tests.footer.CorusLogo"/>
<class name="corusent.qa.globalstream.tests.footer.FooterNavLinks"/>
<class name="corusent.qa.globalstream.tests.footer.SocialLinks"/>
<class name="corusent.qa.globalstream.tests.header.GlobalLogo"/>
<class name="corusent.qa.globalstream.tests.header.MenuLinks"/>
<class name="corusent.qa.globalstream.tests.search.BasicSearch"/>
<class name="corusent.qa.globalstream.tests.search.SearchPerPage"/>
<class name="corusent.qa.globalstream.tests.shows.ShowAirYear"/>
<class name="corusent.qa.globalstream.tests.shows.ShowShare"/>
<class name="corusent.qa.globalstream.tests.shows.ShowTileSelect"/>
<class name="corusent.qa.globalstream.tests.schedule.ScheduleQueryString"/>
<class name="corusent.qa.globalstream.tests.schedule.ScheduleFavChannelState"/>
<class name="corusent.qa.globalstream.tests.freeplay.GenreBarTitle"/>
</classes>
</test> <!-- GlobalStreamChromeDesktopUat -->
</suite> <!-- TestSuiteGlobalStreamUat -->
Tests for TestSuiteGlobalStreamUat
- GlobalStreamChromeDesktopUat (14 classes)
Groups for TestSuiteGlobalStreamUat
Times for TestSuiteGlobalStreamUat
Total running time: 3 minutes
Reporter output for TestSuiteGlobalStreamUat
0 ignored methods
Methods in chronological order
corusent.qa.globalstream.tests.footer.CopyrightYear
beforeMethod(Chrome, https://watch.globaltv.com/)
0 ms
corusent.qa.globalstream.tests.footer.CorusLogo
beforeMethod(Chrome, https://watch.globaltv.com/)
3 ms
corusent.qa.globalstream.tests.footer.CopyrightYear
testCopyrightYear
6866 ms
corusent.qa.globalstream.tests.footer.CorusLogo
testFooterCorusLogo
9912 ms
corusent.qa.globalstream.tests.footer.CopyrightYear
afterMethod
12607 ms
corusent.qa.globalstream.tests.footer.FooterNavLinks
beforeMethod(Chrome, https://watch.globaltv.com/)
12873 ms
corusent.qa.globalstream.tests.footer.CorusLogo
afterMethod
17891 ms
corusent.qa.globalstream.tests.footer.FooterNavLinks
testFooterNavLinks
17964 ms
corusent.qa.globalstream.tests.footer.SocialLinks
beforeMethod(Chrome, https://watch.globaltv.com/)
18161 ms
testFooterSocialLinks
22169 ms
afterMethod
29294 ms
corusent.qa.globalstream.tests.header.GlobalLogo
beforeMethod(Chrome, https://watch.globaltv.com/)
29427 ms
testHeaderGlobalLogo
31938 ms
corusent.qa.globalstream.tests.footer.FooterNavLinks
afterMethod
33113 ms
corusent.qa.globalstream.tests.header.MenuLinks
beforeMethod(Chrome, https://watch.globaltv.com/)
33312 ms
corusent.qa.globalstream.tests.header.GlobalLogo
afterMethod
38532 ms
corusent.qa.globalstream.tests.search.BasicSearch
beforeMethod(Chrome, https://watch.globaltv.com/)
38652 ms
corusent.qa.globalstream.tests.header.MenuLinks
testHeaderMenuLinks
40222 ms
corusent.qa.globalstream.tests.search.BasicSearch
testBasicSearch
41253 ms
corusent.qa.globalstream.tests.header.MenuLinks
afterMethod
41983 ms
corusent.qa.globalstream.tests.search.SearchPerPage
beforeMethod(Chrome, https://watch.globaltv.com/)
42084 ms
testSearchPerPage
44516 ms
corusent.qa.globalstream.tests.search.BasicSearch
afterMethod
84496 ms
corusent.qa.globalstream.tests.shows.ShowAirYear
beforeMethod(Chrome, https://watch.globaltv.com/)
84547 ms
testShowAirYear
89106 ms
corusent.qa.globalstream.tests.search.SearchPerPage
afterMethod
94688 ms
corusent.qa.globalstream.tests.shows.ShowShare
beforeMethod(Chrome, https://watch.globaltv.com/)
94740 ms
testShowShare
99451 ms
corusent.qa.globalstream.tests.shows.ShowAirYear
afterMethod
103095 ms
corusent.qa.globalstream.tests.shows.ShowTileSelect
beforeMethod(Chrome, https://watch.globaltv.com/)
103186 ms
testShowTileSelect
106513 ms
afterMethod
110268 ms
corusent.qa.globalstream.tests.schedule.ScheduleQueryString
beforeMethod(Chrome, https://watch.globaltv.com/)
110354 ms
testScheduleQueryString
112619 ms
afterMethod
113748 ms
corusent.qa.globalstream.tests.schedule.ScheduleFavChannelState
beforeMethod(Chrome, https://watch.globaltv.com/)
113826 ms
corusent.qa.globalstream.tests.shows.ShowShare
afterMethod
113899 ms
corusent.qa.globalstream.tests.freeplay.GenreBarTitle
beforeMethod(Chrome, https://watch.globaltv.com/)
114040 ms
corusent.qa.globalstream.tests.schedule.ScheduleFavChannelState
testScheduleFavChannelState
117052 ms
corusent.qa.globalstream.tests.freeplay.GenreBarTitle
testGenreBarTitle
117361 ms
afterMethod
125008 ms
corusent.qa.globalstream.tests.schedule.ScheduleFavChannelState
afterMethod
125068 ms