corusent.qa.corusent.tests.socialResponsibility.People
testPeople
java.lang.AssertionError: The following asserts failed:
One or more [Hero] items are not working as expected expected [true] but found [false],
One or more [Feature Component] items are not working as expected expected [true] but found [false]
at corusent.qa.corusent.tests.socialResponsibility.People.testPeople(People.java:61)
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 19 stack frames
(Verify Social Responsibility - People page ......)
corusent.qa.corusent.tests.investorRelations.InvestorRelationsOverview
testInvestorRelationsOverview
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#hero img"}
(Session info: headless chrome=91.0.4472.101)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'ip-10-31-217-4.ec2.internal', ip: '10.31.217.4', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.248-189.473.amzn2.x86_64', java.version: '11.0.11'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 91.0.4472.101, chrome: {chromedriverVersion: 91.0.4472.101 (af52a90bf870..., userDataDir: /tmp/.com.google.Chrome.nZaoYe}, goog:chromeOptions: {debuggerAddress: localhost:41221}, 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:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 7ef32d65865caae64277cee7d9b76d9f
*** Element info: {Using=css selector, value=#hero img}
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.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
at com.sun.proxy.$Proxy11.getWrappedElement(Unknown Source)
at org.openqa.selenium.remote.internal.WebElementToJsonConverter.apply(WebElementToJsonConverter.java:50)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:484)
at corusent.qa.corusent.helper.SeleniumHelper.scrollToElement(SeleniumHelper.java:105)
at corusent.qa.corusent.base.BasePage.isImageDisplayed(BasePage.java:269)
at corusent.qa.corusent.pageobject.PageObject_Comp_Hero.isHeroComponentOK(PageObject_Comp_Hero.java:123)
at corusent.qa.corusent.tests.investorRelations.InvestorRelationsOverview.testInvestorRelationsOverview(InvestorRelationsOverview.java:41)
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 20 stack frames
(Verify Investor Relations - Overview page ......)
corusent.qa.corusent.tests.socialResponsibility.DEI_ActionPlan
testDEIActionPlan
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
at java.base/java.util.Objects.checkIndex(Objects.java:372)
at java.base/java.util.ArrayList.get(ArrayList.java:459)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
at com.sun.proxy.$Proxy13.get(Unknown Source)
at corusent.qa.corusent.pageobject.PageObject_Comp_WYSIWYGBlock.isWYSIWYGBlockOK(PageObject_Comp_WYSIWYGBlock.java:61)
at corusent.qa.corusent.tests.socialResponsibility.DEI_ActionPlan.testDEIActionPlan(DEI_ActionPlan.java:58)
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 20 stack frames
(Verify the functionalities of Social Responsibility - Diversity & Inclusion - DE&I Action Plan page ......)
corusent.qa.corusent.tests.aboutCorus.AboutCorusOverview
testAboutCorusOverview
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
at java.base/java.util.Objects.checkIndex(Objects.java:372)
at java.base/java.util.ArrayList.get(ArrayList.java:459)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
at com.sun.proxy.$Proxy13.get(Unknown Source)
at corusent.qa.corusent.pageobject.PageObject_Comp_ContentGrid.isContentGridOK(PageObject_Comp_ContentGrid.java:65)
at corusent.qa.corusent.tests.aboutCorus.AboutCorusOverview.testAboutCorusOverview(AboutCorusOverview.java:56)
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 21 stack frames
(Verify About Corus - Overview page ......)
corusent.qa.corusent.tests.advertising.Digital
testDigital
java.lang.AssertionError: The following asserts failed:
One or more [Feature Component] items are not working as expected expected [true] but found [false]
at corusent.qa.corusent.tests.advertising.Digital.testDigital(Digital.java:135)
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 19 stack frames
(Verify Advertising - Digital page ......)
corusent.qa.corusent.tests.mediaCentre.MediaAssetsRequests
testMediaAssetsRequests
java.lang.AssertionError: The following asserts failed:
One or more [Hero] items are not working as expected expected [true] but found [false]
at corusent.qa.corusent.tests.mediaCentre.MediaAssetsRequests.testMediaAssetsRequests(MediaAssetsRequests.java:46)
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 19 stack frames
(Verify Media Centre - Media Assets Requests page ......)
corusent.qa.corusent.tests.investorRelations.ShareHolder_AnalystCoverage
testShareHolderAnalystCoverage
java.lang.AssertionError: The following asserts failed:
One or more [Hero] items are not working as expected expected [true] but found [false],
One or more [WYSIWYG Block] items are not working as expected expected [true] but found [false],
One or more [Quick Links] items are not working as expected expected [true] but found [false]
at corusent.qa.corusent.tests.investorRelations.ShareHolder_AnalystCoverage.testShareHolderAnalystCoverage(ShareHolder_AnalystCoverage.java:78)
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 19 stack frames
(Verify the functionalities of Investor Relations - Shareholder Resources - Analyst Coverage page ......)
corusent.qa.corusent.tests.advertising.CreativeServices
testCreativeServices
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#hero img"}
(Session info: headless chrome=91.0.4472.101)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'ip-10-31-217-4.ec2.internal', ip: '10.31.217.4', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.248-189.473.amzn2.x86_64', java.version: '11.0.11'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 91.0.4472.101, chrome: {chromedriverVersion: 91.0.4472.101 (af52a90bf870..., userDataDir: /tmp/.com.google.Chrome.kfUeJD}, goog:chromeOptions: {debuggerAddress: localhost:36905}, 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:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: d2e9c10c4a9c6ce45066eb349a8c9217
*** Element info: {Using=css selector, value=#hero img}
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.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
at com.sun.proxy.$Proxy11.getWrappedElement(Unknown Source)
at org.openqa.selenium.remote.internal.WebElementToJsonConverter.apply(WebElementToJsonConverter.java:50)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:484)
at corusent.qa.corusent.helper.SeleniumHelper.scrollToElement(SeleniumHelper.java:105)
at corusent.qa.corusent.base.BasePage.isImageDisplayed(BasePage.java:269)
at corusent.qa.corusent.pageobject.PageObject_Comp_Hero.isHeroComponentOK(PageObject_Comp_Hero.java:123)
at corusent.qa.corusent.tests.advertising.CreativeServices.testCreativeServices(CreativeServices.java:45)
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 20 stack frames
(Verify Advertising - Creative Services page ......)
corusent.qa.corusent.tests.investorRelations.EventsAndPresentations
testEventsAndPresentations
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#hero img"}
(Session info: headless chrome=91.0.4472.101)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'ip-10-31-217-4.ec2.internal', ip: '10.31.217.4', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.248-189.473.amzn2.x86_64', java.version: '11.0.11'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 91.0.4472.101, chrome: {chromedriverVersion: 91.0.4472.101 (af52a90bf870..., userDataDir: /tmp/.com.google.Chrome.eqfIKM}, goog:chromeOptions: {debuggerAddress: localhost:43013}, 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:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 8456a683913ec74bf09bc33acb838916
*** Element info: {Using=css selector, value=#hero img}
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.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
at com.sun.proxy.$Proxy11.getWrappedElement(Unknown Source)
at org.openqa.selenium.remote.internal.WebElementToJsonConverter.apply(WebElementToJsonConverter.java:50)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:484)
at corusent.qa.corusent.helper.SeleniumHelper.scrollToElement(SeleniumHelper.java:105)
at corusent.qa.corusent.base.BasePage.isImageDisplayed(BasePage.java:269)
at corusent.qa.corusent.pageobject.PageObject_Comp_Hero.isHeroComponentOK(PageObject_Comp_Hero.java:123)
at corusent.qa.corusent.tests.investorRelations.EventsAndPresentations.testEventsAndPresentations(EventsAndPresentations.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 20 stack frames
(Verify Investor Relations - Events & Presentations page ......)
corusent.qa.corusent.tests.advertising.AdvertisingOverview
testAdvertisingOverview
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#hero img"}
(Session info: headless chrome=91.0.4472.101)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'ip-10-31-217-4.ec2.internal', ip: '10.31.217.4', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.248-189.473.amzn2.x86_64', java.version: '11.0.11'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 91.0.4472.101, chrome: {chromedriverVersion: 91.0.4472.101 (af52a90bf870..., userDataDir: /tmp/.com.google.Chrome.xktqQo}, goog:chromeOptions: {debuggerAddress: localhost:44477}, 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:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 1086461fd27f03a6292cbe3213c09873
*** Element info: {Using=css selector, value=#hero img}
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.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
at com.sun.proxy.$Proxy11.getWrappedElement(Unknown Source)
at org.openqa.selenium.remote.internal.WebElementToJsonConverter.apply(WebElementToJsonConverter.java:50)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:484)
at corusent.qa.corusent.helper.SeleniumHelper.scrollToElement(SeleniumHelper.java:105)
at corusent.qa.corusent.base.BasePage.isImageDisplayed(BasePage.java:269)
at corusent.qa.corusent.pageobject.PageObject_Comp_Hero.isHeroComponentOK(PageObject_Comp_Hero.java:123)
at corusent.qa.corusent.tests.advertising.AdvertisingOverview.testAdvertisingOverview(AdvertisingOverview.java:42)
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 20 stack frames
(Verify Advertising - Overview page ......)
corusent.qa.corusent.tests.socialResponsibility.Communities
testCommunities
java.lang.AssertionError: The following asserts failed:
One or more [Hero] items are not working as expected expected [true] but found [false],
One or more [Content Grid] items are not working as expected expected [true] but found [false],
One or more [Gallery Vertical Nav] items are not working as expected expected [true] but found [false],
One or more [Feature With Examples] items are not working as expected expected [true] but found [false]
at corusent.qa.corusent.tests.socialResponsibility.Communities.testCommunities(Communities.java:118)
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 19 stack frames
(Verify Social Responsibility - Communities page ......)
corusent.qa.corusent.tests.footer.FooterCorusLogo
testFooterLogo
java.lang.AssertionError: The following asserts failed:
The Footer - Corus Logo link's href does not return statusCode 200. expected [true] but found [false]
at corusent.qa.corusent.tests.footer.FooterCorusLogo.testFooterLogo(FooterCorusLogo.java:38)
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 19 stack frames
(Verify Footer - Corus Brand Logo.)
corusent.qa.corusent.tests.footer.FooterMenus
testFooterMenus
java.lang.AssertionError: The following asserts failed:
One or more Footer - Menu link does not return statusCode 200. expected [true] but found [false]
at corusent.qa.corusent.tests.footer.FooterMenus.testFooterMenus(FooterMenus.java:34)
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 19 stack frames
(Verify Footer - Menus.)
corusent.qa.corusent.tests.investorRelations.Dividends_Reinvestment
testDividendsReinvestment
java.lang.AssertionError: The following asserts failed:
One or more [WYSIWYG Block] items are not working as expected expected [true] but found [false],
One or more [Quick Links] items are not working as expected expected [true] but found [false]
at corusent.qa.corusent.tests.investorRelations.Dividends_Reinvestment.testDividendsReinvestment(Dividends_Reinvestment.java:78)
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 19 stack frames
(Verify the functionalities of Investor Relations - Dividends - Reinvestment Plan page ......)
corusent.qa.corusent.tests.rootPages.OurBrands
testOurBrands
java.lang.AssertionError: The following asserts failed:
One or more [Brands] items are not working as expected expected [true] but found [false]
at corusent.qa.corusent.tests.rootPages.OurBrands.testOurBrands(OurBrands.java:58)
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 19 stack frames
(Verify the functionalities of Our Brands page ......)
corusent.qa.corusent.tests.aboutCorus.Leadership
testLeadership
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#hero img"}
(Session info: headless chrome=91.0.4472.101)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'ip-10-31-217-4.ec2.internal', ip: '10.31.217.4', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.248-189.473.amzn2.x86_64', java.version: '11.0.11'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 91.0.4472.101, chrome: {chromedriverVersion: 91.0.4472.101 (af52a90bf870..., userDataDir: /tmp/.com.google.Chrome.yBSetj}, goog:chromeOptions: {debuggerAddress: localhost:34805}, 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:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 06993c55b06f253f30dbccd9f44a6fd3
*** Element info: {Using=css selector, value=#hero img}
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.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
at com.sun.proxy.$Proxy11.getWrappedElement(Unknown Source)
at org.openqa.selenium.remote.internal.WebElementToJsonConverter.apply(WebElementToJsonConverter.java:50)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:484)
at corusent.qa.corusent.helper.SeleniumHelper.scrollToElement(SeleniumHelper.java:105)
at corusent.qa.corusent.base.BasePage.isImageDisplayed(BasePage.java:269)
at corusent.qa.corusent.pageobject.PageObject_Comp_Hero.isHeroComponentOK(PageObject_Comp_Hero.java:123)
at corusent.qa.corusent.tests.aboutCorus.Leadership.testLeadership(Leadership.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 21 stack frames
(Verify the functionalities of About Corus - Leadership page ......)
corusent.qa.corusent.tests.aboutCorus.CorusQuay
testCorusQuay
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#hero img"}
(Session info: headless chrome=91.0.4472.101)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'ip-10-31-217-4.ec2.internal', ip: '10.31.217.4', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.248-189.473.amzn2.x86_64', java.version: '11.0.11'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 91.0.4472.101, chrome: {chromedriverVersion: 91.0.4472.101 (af52a90bf870..., userDataDir: /tmp/.com.google.Chrome.6nqpov}, goog:chromeOptions: {debuggerAddress: localhost:35907}, 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:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 8b3f1555cbf69c41489f1311dc42b615
*** Element info: {Using=css selector, value=#hero img}
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.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
at com.sun.proxy.$Proxy11.getWrappedElement(Unknown Source)
at org.openqa.selenium.remote.internal.WebElementToJsonConverter.apply(WebElementToJsonConverter.java:50)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:484)
at corusent.qa.corusent.helper.SeleniumHelper.scrollToElement(SeleniumHelper.java:105)
at corusent.qa.corusent.base.BasePage.isImageDisplayed(BasePage.java:269)
at corusent.qa.corusent.pageobject.PageObject_Comp_Hero.isHeroComponentOK(PageObject_Comp_Hero.java:123)
at corusent.qa.corusent.tests.aboutCorus.CorusQuay.testCorusQuay(CorusQuay.java:40)
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 21 stack frames
(Verify the functionalities of About Corus - Corus Quay page ......)
corusent.qa.corusent.tests.investorRelations.Dividends_Information
testDividendsInformation
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#hero img"}
(Session info: headless chrome=91.0.4472.101)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'ip-10-31-217-4.ec2.internal', ip: '10.31.217.4', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.248-189.473.amzn2.x86_64', java.version: '11.0.11'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 91.0.4472.101, chrome: {chromedriverVersion: 91.0.4472.101 (af52a90bf870..., userDataDir: /tmp/.com.google.Chrome.lmtbDp}, goog:chromeOptions: {debuggerAddress: localhost:38389}, 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:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 74bca48294edcc1f48e9ff8e408c5b61
*** Element info: {Using=css selector, value=#hero img}
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.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
at com.sun.proxy.$Proxy11.getWrappedElement(Unknown Source)
at org.openqa.selenium.remote.internal.WebElementToJsonConverter.apply(WebElementToJsonConverter.java:50)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:484)
at corusent.qa.corusent.helper.SeleniumHelper.scrollToElement(SeleniumHelper.java:105)
at corusent.qa.corusent.base.BasePage.isImageDisplayed(BasePage.java:269)
at corusent.qa.corusent.pageobject.PageObject_Comp_Hero.isHeroComponentOK(PageObject_Comp_Hero.java:123)
at corusent.qa.corusent.tests.investorRelations.Dividends_Information.testDividendsInformation(Dividends_Information.java:38)
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 20 stack frames
(Verify the functionalities of Investor Relations - Dividends - Information page ......)
corusent.qa.corusent.tests.investorRelations.GovernanceDocuments
testGovernanceDocuments
java.lang.AssertionError: The following asserts failed:
One or more [Quick Links] items are not working as expected expected [true] but found [false]
at corusent.qa.corusent.tests.investorRelations.GovernanceDocuments.testGovernanceDocuments(GovernanceDocuments.java:77)
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 19 stack frames
(Verify the functionalities of Investor Relations - Governance - Governance Documents page ......)
corusent.qa.corusent.tests.mediaCentre.MediaCentrePressReleases
testMediaCentrePressReleases
java.lang.AssertionError: The following asserts failed:
One or more [Hero] items are not working as expected expected [true] but found [false],
The One or more [Press Releases] items are not working as expected. expected [true] but found [false]
at corusent.qa.corusent.tests.mediaCentre.MediaCentrePressReleases.testMediaCentrePressReleases(MediaCentrePressReleases.java:58)
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 19 stack frames
(Verify Media Centre - Press Releases page ......)
corusent.qa.corusent.tests.aboutCorus.OurValues
testOurValues
java.lang.AssertionError: The following asserts failed:
One or more [Hero] items are not working as expected expected [true] but found [false],
One or more [Content Grid] items are not working as expected expected [true] but found [false],
One or more [Quick Links] items are not working as expected expected [true] but found [false]
at corusent.qa.corusent.tests.aboutCorus.OurValues.testOurValues(OurValues.java:76)
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 19 stack frames
(Verify the functionalities of About Corus - Our Values page ......)
corusent.qa.corusent.tests.socialResponsibility.DEI_atCorus
testDEIatCorus
java.lang.AssertionError: The following asserts failed:
One or more [Hero] items are not working as expected expected [true] but found [false]
at corusent.qa.corusent.tests.socialResponsibility.DEI_atCorus.testDEIatCorus(DEI_atCorus.java:63)
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 19 stack frames
(Verify the functionalities of Social Responsibility - Diversity & Inclusion - DE&I at Corus page ......)
corusent.qa.corusent.tests.investorRelations.ShareHolder_Services
testShareHolderServices
java.lang.AssertionError: The following asserts failed:
One or more [Hero] items are not working as expected expected [true] but found [false],
One or more [WYSIWYG Block] items are not working as expected expected [true] but found [false],
One or more [Quick Links] items are not working as expected expected [true] but found [false]
at corusent.qa.corusent.tests.investorRelations.ShareHolder_Services.testShareHolderServices(ShareHolder_Services.java:79)
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 19 stack frames
(Verify the functionalities of Investor Relations - Shareholder Resources - Shareholder Services page ......)
corusent.qa.corusent.tests.rootPages.HomePage
testHomePage
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"[class*='carousel-layout-container']"}
(Session info: headless chrome=91.0.4472.101)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'ip-10-31-217-4.ec2.internal', ip: '10.31.217.4', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.248-189.473.amzn2.x86_64', java.version: '11.0.11'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 91.0.4472.101, chrome: {chromedriverVersion: 91.0.4472.101 (af52a90bf870..., userDataDir: /tmp/.com.google.Chrome.OBXTLb}, goog:chromeOptions: {debuggerAddress: localhost:42203}, 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:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 34a9e7dc0f9f09026dc4d1faaac12ca9
*** Element info: {Using=css selector, value=[class*='carousel-layout-container']}
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.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
at com.sun.proxy.$Proxy11.findElements(Unknown Source)
at corusent.qa.corusent.pageobject.PageObject_Comp_Carousel.isCarouselOK(PageObject_Comp_Carousel.java:77)
at corusent.qa.corusent.tests.rootPages.HomePage.testHomePage(HomePage.java:58)
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 21 stack frames
(Verify the functionalities of Home page ......)
corusent.qa.corusent.tests.advertising.Television
testTelevision
java.lang.AssertionError: The following asserts failed:
One or more [Hero] items are not working as expected expected [true] but found [false],
One or more [Brands] items are not working as expected expected [true] but found [false],
One or more [Feature Component] items are not working as expected expected [true] but found [false]
at corusent.qa.corusent.tests.advertising.Television.testTelevision(Television.java:119)
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 19 stack frames
(Verify Advertising - Television page ......)
corusent.qa.corusent.tests.investorRelations.ShareHolder_ContactIR
testShareHolderContactIR
java.lang.AssertionError: The following asserts failed:
One or more [Hero] items are not working as expected expected [true] but found [false],
One or more [Quick Links] items are not working as expected expected [true] but found [false]
at corusent.qa.corusent.tests.investorRelations.ShareHolder_ContactIR.testShareHolderContactIR(ShareHolder_ContactIR.java:79)
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 19 stack frames
(Verify the functionalities of Investor Relations - Shareholder Resources - Contact IR page ......)
corusent.qa.corusent.tests.mediaCentre.PublicityContacts
testMediaCentrePublicityContacts
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#hero img"}
(Session info: headless chrome=91.0.4472.101)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'ip-10-31-217-4.ec2.internal', ip: '10.31.217.4', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.248-189.473.amzn2.x86_64', java.version: '11.0.11'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 91.0.4472.101, chrome: {chromedriverVersion: 91.0.4472.101 (af52a90bf870..., userDataDir: /tmp/.com.google.Chrome.moVWna}, goog:chromeOptions: {debuggerAddress: localhost:40273}, 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:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3e662f06e239011f6fa0ab8f536d16c4
*** Element info: {Using=css selector, value=#hero img}
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.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
at com.sun.proxy.$Proxy11.getWrappedElement(Unknown Source)
at org.openqa.selenium.remote.internal.WebElementToJsonConverter.apply(WebElementToJsonConverter.java:50)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:484)
at corusent.qa.corusent.helper.SeleniumHelper.scrollToElement(SeleniumHelper.java:105)
at corusent.qa.corusent.base.BasePage.isImageDisplayed(BasePage.java:269)
at corusent.qa.corusent.pageobject.PageObject_Comp_Hero.isHeroComponentOK(PageObject_Comp_Hero.java:123)
at corusent.qa.corusent.tests.mediaCentre.PublicityContacts.testMediaCentrePublicityContacts(PublicityContacts.java:42)
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 20 stack frames
(Verify Media Centre - Publicity Contacts page ......)
corusent.qa.corusent.tests.mediaCentre.MediaAccessRegistration
testMediaAccessRegistration
java.lang.AssertionError: The following asserts failed:
One or more [Hero] items are not working as expected expected [true] but found [false]
at corusent.qa.corusent.tests.mediaCentre.MediaAccessRegistration.testMediaAccessRegistration(MediaAccessRegistration.java:48)
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 19 stack frames
(Verify Media Centre - Media Access Registration page ......)
corusent.qa.corusent.tests.socialResponsibility.Industry
testIndustry
java.lang.AssertionError: The following asserts failed:
One or more [Hero] items are not working as expected expected [true] but found [false],
One or more [Feature Component] items are not working as expected expected [true] but found [false],
One or more [Gallery Vertical Nav] items are not working as expected expected [true] but found [false]
at corusent.qa.corusent.tests.socialResponsibility.Industry.testIndustry(Industry.java:100)
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 19 stack frames
(Verify Social Responsibility - Industry page ......)
corusent.qa.corusent.tests.socialResponsibility.DEI_Review
testDEIReview
java.lang.AssertionError: The following asserts failed:
One or more [Hero] items are not working as expected expected [true] but found [false],
One or more [Feature Component] items are not working as expected expected [true] but found [false]
at corusent.qa.corusent.tests.socialResponsibility.DEI_Review.testDEIReview(DEI_Review.java:106)
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 19 stack frames
(Verify the functionalities of Social Responsibility - Diversity & Inclusion - DE&I Review page ......)
corusent.qa.corusent.tests.mediaCentre.ViewerRelations
testMediaCentreViewerRelations
java.lang.AssertionError: The following asserts failed:
One or more [Hero] items are not working as expected expected [true] but found [false]
at corusent.qa.corusent.tests.mediaCentre.ViewerRelations.testMediaCentreViewerRelations(ViewerRelations.java:64)
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 19 stack frames
(Verify Media Centre - Viewer Relations page ......)
corusent.qa.corusent.tests.investorRelations.ShareHolder_FAQ
testShareHolderFAQ
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#hero img"}
(Session info: headless chrome=91.0.4472.101)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'ip-10-31-217-4.ec2.internal', ip: '10.31.217.4', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.248-189.473.amzn2.x86_64', java.version: '11.0.11'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 91.0.4472.101, chrome: {chromedriverVersion: 91.0.4472.101 (af52a90bf870..., userDataDir: /tmp/.com.google.Chrome.O8aFl5}, goog:chromeOptions: {debuggerAddress: localhost:35583}, 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:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 02e434296ceccc5d69ad89a1a1576acc
*** Element info: {Using=css selector, value=#hero img}
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.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
at com.sun.proxy.$Proxy11.getWrappedElement(Unknown Source)
at org.openqa.selenium.remote.internal.WebElementToJsonConverter.apply(WebElementToJsonConverter.java:50)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:484)
at corusent.qa.corusent.helper.SeleniumHelper.scrollToElement(SeleniumHelper.java:105)
at corusent.qa.corusent.base.BasePage.isImageDisplayed(BasePage.java:269)
at corusent.qa.corusent.pageobject.PageObject_Comp_Hero.isHeroComponentOK(PageObject_Comp_Hero.java:123)
at corusent.qa.corusent.tests.investorRelations.ShareHolder_FAQ.testShareHolderFAQ(ShareHolder_FAQ.java:38)
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 20 stack frames
(Verify the functionalities of Investor Relations - Shareholder Resources - FAQ page ......)
corusent.qa.corusent.tests.header.MainNavCorusLogo
testHeaderNavLogo
java.lang.AssertionError: The following asserts failed:
The Main Nav Menus - Corus Logo link's href does not return statusCode 200. expected [true] but found [false]
at corusent.qa.corusent.tests.header.MainNavCorusLogo.testHeaderNavLogo(MainNavCorusLogo.java:44)
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 19 stack frames
(Verify Main Nav Menus - Corus Brand Logo.)
corusent.qa.corusent.tests.investorRelations.Dividends_History
testDividendsHistoty
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
at java.base/java.util.Objects.checkIndex(Objects.java:372)
at java.base/java.util.ArrayList.get(ArrayList.java:459)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
at com.sun.proxy.$Proxy13.get(Unknown Source)
at corusent.qa.corusent.pageobject.PageObject_Comp_DividendsChart.isDividendsChartOK(PageObject_Comp_DividendsChart.java:59)
at corusent.qa.corusent.tests.investorRelations.Dividends_History.testDividendsHistoty(Dividends_History.java:57)
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 20 stack frames
(Verify the functionalities of Investor Relations - Dividends - History page ......)
corusent.qa.corusent.tests.investorRelations.GovernanceLeadership
testGovernanceLeadership
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
at java.base/java.util.Objects.checkIndex(Objects.java:372)
at java.base/java.util.ArrayList.get(ArrayList.java:459)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
at com.sun.proxy.$Proxy13.get(Unknown Source)
at corusent.qa.corusent.pageobject.PageObject_Comp_Teams.isTeamsOK(PageObject_Comp_Teams.java:62)
at corusent.qa.corusent.tests.investorRelations.GovernanceLeadership.testGovernanceLeadership(GovernanceLeadership.java:60)
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 20 stack frames
(Verify the functionalities of Investor Relations - Governance - Leadership & Directors page ......)
corusent.qa.corusent.tests.socialResponsibility.Environment
testEnvironment
java.lang.AssertionError: The following asserts failed:
One or more [Hero] items are not working as expected expected [true] but found [false],
One or more [Feature Component] items are not working as expected expected [true] but found [false],
One or more [Gallery Vertical Nav] items are not working as expected expected [true] but found [false],
One or more [Content Grid] items are not working as expected expected [true] but found [false]
at corusent.qa.corusent.tests.socialResponsibility.Environment.testEnvironment(Environment.java:116)
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 19 stack frames
(Verify Social Responsibility - Environment page ......)
corusent.qa.corusent.tests.investorRelations.ShareHolder_StockInfo
testShareHolderStockInfo
java.lang.AssertionError: The following asserts failed:
One or more [Hero] items are not working as expected expected [true] but found [false],
One or more [Quick Links] items are not working as expected expected [true] but found [false]
at corusent.qa.corusent.tests.investorRelations.ShareHolder_StockInfo.testShareHolderStockInfo(ShareHolder_StockInfo.java:81)
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 19 stack frames
(Verify the functionalities of Investor Relations - Shareholder Resources - Stock Information page ......)
corusent.qa.corusent.tests.socialResponsibility.SocialResponsibilityOverview
testSocialResponsibilityOverview
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#hero img"}
(Session info: headless chrome=91.0.4472.101)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'ip-10-31-217-4.ec2.internal', ip: '10.31.217.4', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.248-189.473.amzn2.x86_64', java.version: '11.0.11'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 91.0.4472.101, chrome: {chromedriverVersion: 91.0.4472.101 (af52a90bf870..., userDataDir: /tmp/.com.google.Chrome.yO4mYM}, goog:chromeOptions: {debuggerAddress: localhost:43649}, 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:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 929942af316f4d91a7f20b2371494745
*** Element info: {Using=css selector, value=#hero img}
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.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
at com.sun.proxy.$Proxy11.getWrappedElement(Unknown Source)
at org.openqa.selenium.remote.internal.WebElementToJsonConverter.apply(WebElementToJsonConverter.java:50)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:484)
at corusent.qa.corusent.helper.SeleniumHelper.scrollToElement(SeleniumHelper.java:105)
at corusent.qa.corusent.base.BasePage.isImageDisplayed(BasePage.java:269)
at corusent.qa.corusent.pageobject.PageObject_Comp_Hero.isHeroComponentOK(PageObject_Comp_Hero.java:123)
at corusent.qa.corusent.tests.socialResponsibility.SocialResponsibilityOverview.testSocialResponsibilityOverview(SocialResponsibilityOverview.java:42)
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 20 stack frames
(Verify Social Responsibility - Overview page ......)
corusent.qa.corusent.tests.header.HeaderCorusLogo
testHeaderLogo
java.lang.AssertionError: The following asserts failed:
The Header - Corus Logo link's href does not return statusCode 200. expected [true] but found [false]
at corusent.qa.corusent.tests.header.HeaderCorusLogo.testHeaderLogo(HeaderCorusLogo.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 19 stack frames
(Verify Header - Corus Brand Logo.)
corusent.qa.corusent.tests.investorRelations.FinancialReports
testFinancialReports
java.lang.AssertionError: The following asserts failed:
One or more [Quick Links] items are not working as expected expected [true] but found [false]
at corusent.qa.corusent.tests.investorRelations.FinancialReports.testFinancialReports(FinancialReports.java:89)
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 19 stack frames
(Verify Investor Relations - Financial Reports page ......)
corusent.qa.corusent.tests.advertising.AdvancedAdvertising
corusent.qa.corusent.tests.header.HamburgerBtn
corusent.qa.corusent.tests.footer.CopyrightYear
corusent.qa.corusent.tests.rootPages.Careers
corusent.qa.corusent.tests.advertising.Divisions_Entertainment
corusent.qa.corusent.tests.advertising.Divisions_News
corusent.qa.corusent.tests.advertising.Divisions_Lifestyle
corusent.qa.corusent.tests.advertising.Divisions_Kids
/codebuild/output/src851622229/src/Corusent/resources/TestNG-Corusent-UAT-RegressionTestSuite.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="CorusentUATRegressionTestSuite" guice-stage="DEVELOPMENT" verbose="0">
<test thread-count="3" parallel="classes" name="CorusentChromeDesktopRegressionTest" verbose="0">
<parameter name="paramBrowserType" value="Chrome"/>
<parameter name="paramTestUrl" value="https://uat1.corusent.com/"/>
<classes>
<class name="corusent.qa.corusent.tests.header.HeaderCorusLogo"/>
<class name="corusent.qa.corusent.tests.header.HamburgerBtn"/>
<class name="corusent.qa.corusent.tests.header.MainNavCorusLogo"/>
<class name="corusent.qa.corusent.tests.header.MainNavMenus"/>
<class name="corusent.qa.corusent.tests.footer.CopyrightYear"/>
<class name="corusent.qa.corusent.tests.footer.FooterCorusLogo"/>
<class name="corusent.qa.corusent.tests.footer.FooterMenus"/>
<class name="corusent.qa.corusent.tests.footer.SocialIcons"/>
<class name="corusent.qa.corusent.tests.rootPages.HomePage"/>
<class name="corusent.qa.corusent.tests.aboutCorus.AboutCorusOverview"/>
<class name="corusent.qa.corusent.tests.aboutCorus.OurValues"/>
<class name="corusent.qa.corusent.tests.aboutCorus.Leadership"/>
<class name="corusent.qa.corusent.tests.aboutCorus.CorusQuay"/>
<class name="corusent.qa.corusent.tests.rootPages.OurBrands"/>
<class name="corusent.qa.corusent.tests.mediaCentre.MediaCentrePressReleases"/>
<class name="corusent.qa.corusent.tests.mediaCentre.MediaAccessRegistration"/>
<class name="corusent.qa.corusent.tests.mediaCentre.MediaAssetsRequests"/>
<class name="corusent.qa.corusent.tests.mediaCentre.ViewerRelations"/>
<class name="corusent.qa.corusent.tests.mediaCentre.PublicityContacts"/>
<class name="corusent.qa.corusent.tests.socialResponsibility.SocialResponsibilityOverview"/>
<class name="corusent.qa.corusent.tests.socialResponsibility.People"/>
<class name="corusent.qa.corusent.tests.socialResponsibility.DEI_atCorus"/>
<class name="corusent.qa.corusent.tests.socialResponsibility.DEI_ActionPlan"/>
<class name="corusent.qa.corusent.tests.socialResponsibility.DEI_Review"/>
<class name="corusent.qa.corusent.tests.socialResponsibility.Communities"/>
<class name="corusent.qa.corusent.tests.socialResponsibility.Industry"/>
<class name="corusent.qa.corusent.tests.socialResponsibility.Environment"/>
<class name="corusent.qa.corusent.tests.investorRelations.InvestorRelationsOverview"/>
<class name="corusent.qa.corusent.tests.investorRelations.Dividends_Information"/>
<class name="corusent.qa.corusent.tests.investorRelations.Dividends_History"/>
<class name="corusent.qa.corusent.tests.investorRelations.Dividends_Reinvestment"/>
<class name="corusent.qa.corusent.tests.investorRelations.FinancialReports"/>
<class name="corusent.qa.corusent.tests.investorRelations.EventsAndPresentations"/>
<class name="corusent.qa.corusent.tests.investorRelations.ShareHolder_Services"/>
<class name="corusent.qa.corusent.tests.investorRelations.ShareHolder_StockInfo"/>
<class name="corusent.qa.corusent.tests.investorRelations.ShareHolder_AnalystCoverage"/>
<class name="corusent.qa.corusent.tests.investorRelations.ShareHolder_FAQ"/>
<class name="corusent.qa.corusent.tests.investorRelations.ShareHolder_ContactIR"/>
<class name="corusent.qa.corusent.tests.investorRelations.GovernanceLeadership"/>
<class name="corusent.qa.corusent.tests.investorRelations.GovernanceDocuments"/>
<class name="corusent.qa.corusent.tests.advertising.AdvertisingOverview"/>
<class name="corusent.qa.corusent.tests.advertising.Television"/>
<class name="corusent.qa.corusent.tests.advertising.Digital"/>
<class name="corusent.qa.corusent.tests.advertising.Radio"/>
<class name="corusent.qa.corusent.tests.advertising.AdvancedAdvertising"/>
<class name="corusent.qa.corusent.tests.advertising.CreativeServices"/>
<class name="corusent.qa.corusent.tests.advertising.Divisions_Entertainment"/>
<class name="corusent.qa.corusent.tests.advertising.Divisions_Lifestyle"/>
<class name="corusent.qa.corusent.tests.advertising.Divisions_News"/>
<class name="corusent.qa.corusent.tests.advertising.Divisions_Kids"/>
<class name="corusent.qa.corusent.tests.rootPages.Careers"/>
</classes>
</test> <!-- CorusentChromeDesktopRegressionTest -->
</suite> <!-- CorusentUATRegressionTestSuite -->
Tests for CorusentUATRegressionTestSuite
- CorusentChromeDesktopRegressionTest (51 classes)
Groups for CorusentUATRegressionTestSuite
Times for CorusentUATRegressionTestSuite
Total running time: 11 minutes
Reporter output for CorusentUATRegressionTestSuite
testHamburgerMenuBtn
1. Verify Header - Hamburger Button toggles the main nav menus. ......
Click Hamburger Button, the Main Nav Menus is opened!
Click Hamburger Button again, the Main Nav Menus is closed!
---------- This test is Passed!
2. Verify Header - Hamburger Button has text of "Menu". ......
The Hamburger Button text is: Menu
---------- This test is Passed!
testMainNavMenus
1. Verify Main Nav Menus - the text is not empty and links return statusCode 200 or 308. ......
About Corus... Overview... https://uat1.corusent.com/about-corus/overview/ - 308
About Corus... Our Values... https://uat1.corusent.com/about-corus/our-values/ - 308
About Corus... Leadership... https://uat1.corusent.com/about-corus/leadership/ - 308
About Corus... Corus Quay... https://uat1.corusent.com/about-corus/corus-quay/ - 308
Our Brands... https://uat1.corusent.com/our-brands/ - 308
Media Centre... Press Releases... https://uat1.corusent.com/media-centre/press-releases/ - 308
Media Centre... Media Access Registration... https://uat1.corusent.com/media-centre/media-access-registration/ - 308
Media Centre... Viewer Relations... https://uat1.corusent.com/media-centre/viewer-relations/ - 308
Media Centre... Publicity Contacts... https://uat1.corusent.com/media-centre/publicity-contacts/ - 308
Social Responsibility... Overview... https://uat1.corusent.com/social-responsibility/overview/ - 308
Social Responsibility... People... https://uat1.corusent.com/social-responsibility/people/ - 308
Social Responsibility... Diversity, Equity & Inclusion... DE&I at Corus... https://uat1.corusent.com/social-responsibility/diversity-and-inclusion/dei-at-corus/ - 308
Social Responsibility... Diversity, Equity & Inclusion... DE&I Action Plan... https://uat1.corusent.com/social-responsibility/diversity-and-inclusion/dei-action-plan/ - 308
Social Responsibility... Diversity, Equity & Inclusion... 2020 Review... https://uat1.corusent.com/social-responsibility/diversity-and-inclusion/dei-review/ - 308
Social Responsibility... Communities... https://uat1.corusent.com/social-responsibility/communities/ - 308
Social Responsibility... Industry... https://uat1.corusent.com/social-responsibility/industry/ - 308
Social Responsibility... Environment... https://uat1.corusent.com/social-responsibility/environment/ - 308
Investor Relations... Overview... https://uat1.corusent.com/investor-relations/overview/ - 308
Investor Relations... Dividends & Stock Information... Information... https://uat1.corusent.com/investor-relations/dividends/information/ - 308
Investor Relations... Dividends & Stock Information... History... https://uat1.corusent.com/investor-relations/dividends/history/ - 308
Investor Relations... Dividends & Stock Information... Reinvestment Plan... https://uat1.corusent.com/investor-relations/dividends/reinvestment-plan/ - 308
Investor Relations... Dividends & Stock Information... Stock Information... https://uat1.corusent.com/investor-relations/shareholder-resources/stock-information/ - 308
Investor Relations... Financial Reports... https://uat1.corusent.com/investor-relations/financial-reports/ - 308
Investor Relations... Events & Presentations... https://uat1.corusent.com/investor-relations/events-and-presentations/ - 308
Investor Relations... Shareholder Resources... Shareholder Services... https://uat1.corusent.com/investor-relations/shareholder-resources/shareholder-services/ - 308
Investor Relations... Shareholder Resources... Analyst Coverage... https://uat1.corusent.com/investor-relations/shareholder-resources/analyst-coverage/ - 308
Investor Relations... Shareholder Resources... Frequently Asked Questions... https://uat1.corusent.com/investor-relations/shareholder-resources/frequently-asked-questions/ - 308
Investor Relations... Shareholder Resources... Contact IR... https://uat1.corusent.com/investor-relations/shareholder-resources/contact-ir/ - 308
Investor Relations... Governance... Leadership & Directors... https://uat1.corusent.com/investor-relations/governance/leadership-and-directors/ - 308
Investor Relations... Governance... Governance Documents... https://uat1.corusent.com/investor-relations/governance/governance-documents/ - 308
Advertising... Overview... https://uat1.corusent.com/advertising/overview/ - 308
Advertising... Television... https://uat1.corusent.com/advertising/television/ - 308
Advertising... Digital... https://uat1.corusent.com/advertising/digital/ - 308
Advertising... Radio... https://uat1.corusent.com/advertising/radio/ - 308
Advertising... Advanced Advertising... https://uat1.corusent.com/advertising/advanced-advertising/ - 308
Advertising... Creative Services... https://uat1.corusent.com/advertising/creative-services/ - 308
Advertising... Divisions... Entertainment... https://uat1.corusent.com/advertising/divisions/entertainment/ - 308
Advertising... Divisions... Lifestyle... https://uat1.corusent.com/advertising/divisions/lifestyle/ - 308
Advertising... Divisions... News... https://uat1.corusent.com/advertising/divisions/news/ - 308
Advertising... Divisions... Kids... https://uat1.corusent.com/advertising/divisions/kids/ - 308
Careers... https://uat1.corusent.com/careers/ - 308
Terms & Conditions... https://uat1.corusent.com/terms-conditions/ - 308
Privacy Policy... https://uat1.corusent.com/privacy-policy/ - 308
Contact Us... https://uat1.corusent.com/contact-us/ - 308
Regulatory... https://uat1.corusent.com/regulatory/ - 308
Frequently Asked Questions... https://uat1.corusent.com/faq/ - 308
Accessibility... https://uat1.corusent.com/accessibility/ - 308
Technical Specifications... https://uat1.corusent.com/technical-specifications/ - 308
---------- This test is Passed!
testCopyrightYear
1. Verify footer copyrigth year is updated. ......
The CopyrightYear: 2021
---------- This test is Passed!
testDivisionsKids
1. Verify [Hero] component in Advertising - Divisions - Kids page ......
The [Hero] Title is same as expected - Kids.
The [Hero] Image is loaded.
The [Hero] Description contains the expected text - Connect with a targeted and engaged audience.
The [Hero] CTA Button Text is same as expected - Advertise with Us.
---------- This test is Passed!
2. Verify [Stat Tiles] component in Advertising - Divisions - Kids page ......
The [Content Grid] Main Title is same as expected - No Title.
The [Stat Tiles] Item #1 Metric is same as expected - thousand.
The [Stat Tiles] Item #1 Description is - unique visitors/viewers monthly......
The [Stat Tiles] Item #2 Metric is same as expected - million.
The [Stat Tiles] Item #2 Description is - views monthly......
The [Stat Tiles] Item #3 Metric is same as expected - avg. minutes.
The [Stat Tiles] Item #3 Description is - monthly per visitor......
---------- This test is Passed!
3. Verify [Brands] component in Advertising - Division - Kids page ......
The [Brands] Title is same as expected - Top Kids Brands.
---------- This test is Passed!
4. Verify [Text CTA] component in Advertising - Division - Kids page ......
The [Text CTA] #1 Title is same as expected - Want to learn more?.
The [Text CTA] #1 Description contains the expected text - We?d love to hear from you!.
The [Text CTA] #1 Button Text is same as expected - ADVERTISE WITH US.
---------- This test is Passed!
Nick+ - The website url is NOT Available.
The Advertising Page Link - Nick+ - The advertising url is NOT Available.
YTV - The website url is NOT Available.
The Advertising Page Link - YTV - The advertising url is NOT Available.
Disney Channel Canada - The website url is NOT Available.
The Advertising Page Link - Disney Channel Canada - The advertising url is NOT Available.
Teletoon - The website url is NOT Available.
The Advertising Page Link - Teletoon - The advertising url is NOT Available.
Disney Junior - The website url is NOT Available.
The Advertising Page Link - Disney Junior - The advertising url is NOT Available.
Disney XD - The website url is NOT Available.
The Advertising Page Link - Disney XD - The advertising url is NOT Available.
La Cha?ne Disney - The website url is NOT Available.
The Advertising Page Link - La Cha?ne Disney - The advertising url is NOT Available.
T?l?toon - The website url is NOT Available.
The Advertising Page Link - T?l?toon - The advertising url is NOT Available.
Treehouse - The website url is NOT Available.
The Advertising Page Link - Treehouse - The advertising url is NOT Available.
Nickelodeon - The website url is NOT Available.
The Advertising Page Link - Nickelodeon - The advertising url is NOT Available.
Cartoon Network - The website url is NOT Available.
The Advertising Page Link - Cartoon Network - The advertising url is NOT Available.
testSocialIcons
1. Verify each Social Icon is loaded properly. ......
All 2 Social Icons are loaded.
---------- This test is Passed!
2. Verify the href of each Social Icon will return statusCode 200. ......
SocialIcons - ... https://www.linkedin.com/company/corus-entertainment/mycompany/ - 999
SocialIcons - ~1638569345046... https://twitter.com/CorusPR - 200
---------- This test is Passed!
3. Verify each Social Icon links to correct website. ......
https://www.linkedin.com/company/corus-entertainment/mycompany/
https://twitter.com/CorusPR
---------- This test is Passed!
4. Verify each Social Icon has proper alt attribute. ......
Visit us on LinkedIn
Visit us on Twitter
---------- This test is Passed!
5. Verify each Social Icon opens a new tab. ......
_blank...... opens a new tab.
_blank...... opens a new tab.
---------- This test is Passed!
testDivisionsNews
1. Verify [Hero] component in Advertising - Divisions - News page ......
The [Hero] Title is same as expected - News.
The [Hero] Image is loaded.
The [Hero] Description contains the expected text - Corus? News vertical brings you the top coast to coast.
The [Hero] CTA Button Text is same as expected - Advertise with Us.
---------- This test is Passed!
2. Verify [Stat Tiles] component in Advertising - Divisions - News page ......
The [Content Grid] Main Title is same as expected - No Title.
The [Stat Tiles] Item #1 Metric is same as expected - million.
The [Stat Tiles] Item #1 Description is - unique visitors/viewers monthly......
The [Stat Tiles] Item #2 Metric is same as expected - million.
The [Stat Tiles] Item #2 Description is - views monthly......
The [Stat Tiles] Item #3 Metric is same as expected - avg. minutes.
The [Stat Tiles] Item #3 Description is - monthly per visitor......
---------- This test is Passed!
4. Verify [Brands] component in Advertising - Division - News page ......
The [Brands] Title is same as expected - Explore Brands.
---------- This test is Passed!
6. Verify [Text CTA] component in Advertising - Division - News page ......
The [Text CTA] #1 Title is same as expected - Want to learn more?.
The [Text CTA] #1 Description contains the expected text - We?d love to hear from you!.
The [Text CTA] #1 Button Text is same as expected - ADVERTISE WITH US.
---------- This test is Passed!
Global News - The website url is NOT Available.
The Advertising Page Link - Global News - The advertising url is NOT Available.
testDivisionsEntertainment
1. Verify [Hero] component in Advertising - Divisions - Entertainment page ......
The [Hero] Title is same as expected - Entertainment.
The [Hero] Image is loaded.
The [Hero] Description contains the expected text - With +70 sites, our Entertainment vertical is your one-stop source.
The [Hero] CTA Button Text is same as expected - Advertise with Us.
---------- This test is Passed!
2. Verify [Stat Tiles] component in Advertising - Divisions - Entertainment page ......
The [Content Grid] Main Title is same as expected - No Title.
The [Stat Tiles] Item #1 Metric is same as expected - million.
The [Stat Tiles] Item #1 Description is - unique visitors/viewers monthly......
The [Stat Tiles] Item #2 Metric is same as expected - million.
The [Stat Tiles] Item #2 Description is - views monthly......
The [Stat Tiles] Item #3 Metric is same as expected - reach.
The [Stat Tiles] Item #3 Description is - of total Canadian digital audience m......
---------- This test is Passed!
3. Verify [Brands] component in Advertising - Division - Entertainment page ......
The [Brands] Title is same as expected - Explore Brands.
---------- This test is Passed!
4. Verify [Text CTA] component in Advertising - Division - Entertainment page ......
The [Text CTA] #1 Title is same as expected - Want to learn more?.
The [Text CTA] #1 Description contains the expected text - We?d love to hear from you!.
The [Text CTA] #1 Button Text is same as expected - ADVERTISE WITH US.
---------- This test is Passed!
Entertainment Tonight Canada - The website url is NOT Available.
The Advertising Page Link - Entertainment Tonight Canada - The advertising url is NOT Available.
testCareers
1. Verify [Hero] component in Careers page ......
The [Hero] Title is same as expected - Work with US.
The [Hero] Sub-Title is same as expected - Great careers begin here.
The [Hero] Image is loaded.
The [Hero] Description Title is same as expected - What We Do..
The [Hero] Description contains the expected text - As Canada?s leading pure-play media and content powerhouse.
Search Jobs... https://can60.dayforcehcm.com/CandidatePortal/en-US/corusent/Site/CORUS - 200
---------- This test is Passed!
2. Verify [Feature Component] component in Careers page ......
The [Feature Component] #1 Title is same as expected - What We Value..
The [Feature Component] #1 Item #1 does not have Title.
The [Feature Component] #1 Item #1 Image is loaded.
The [Feature Component] #1 Item #1 Description is - Our values describe our c......
The [Feature Component] #1 Item #1 Link...... https://uat1.corusent.com/about-corus/our-values - 200
The [Feature Component] #2 Title is same as expected - Who We Are..
The [Feature Component] #2 Item #1 does not have Title.
The [Feature Component] #2 Item #1 Image is loaded.
The [Feature Component] #2 Item #1 Description is - Our mission is to value a......
The [Feature Component] #2 Item #1 Link...... https://uat1.corusent.com/social-responsibility/diversity-and-inclusion/dei-at-corus - 200
The [Feature Component] #3 Title is same as expected - We Learn Every Day..
The [Feature Component] #3 Item #1 does not have Title.
The [Feature Component] #3 Item #1 Image is loaded.
The [Feature Component] #3 Item #1 Description is - We have made a commitment......
The [Feature Component] #3 Item #1 does not have CTA link.
The [Feature Component] #4 Title is same as expected - We Care..
The [Feature Component] #4 Item #1 does not have Title.
The [Feature Component] #4 Item #1 Image is loaded.
The [Feature Component] #4 Item #1 Description is - We care about the physica......
The [Feature Component] #4 Item #1 does not have CTA link.
The [Feature Component] #5 Title is same as expected - Our Community Support..
The [Feature Component] #5 Item #1 does not have Title.
The [Feature Component] #5 Item #1 Image is loaded.
The [Feature Component] #5 Item #1 Description is - We show our commitment to......
The [Feature Component] #5 Item #1 Link...... https://uat1.corusent.com/social-responsibility/communities - 200
---------- This test is Passed!
testRadio
1. Verify [Hero] component in Advertising - Radio page ......
The [Hero] Title is same as expected - Radio.
The [Hero] Sub-Title is same as expected - Brands surf our airwaves into massive audience reach.
The [Hero] Image is loaded.
The [Hero] Description contains the expected text - Corus can engage listeners and deliver the results your business needs..
The [Hero] CTA Button Text is same as expected - Advertise with Us.
---------- This test is Passed!
2. Verify [Stat Tiles] component in Advertising - Radio page ......
The [Stat Tiles] Title is same as expected - Reasons to tune in.
The [Stat Tiles] Item #1 Metric is same as expected - radio stations.
The [Stat Tiles] Item #1 Description is - offering the best rock, news-talk, a......
The [Stat Tiles] Item #2 Metric is same as expected - million.
The [Stat Tiles] Item #2 Description is - adults 25-54 reached every week......
The [Stat Tiles] Item #3 Metric is same as expected - million hours.
The [Stat Tiles] Item #3 Description is - of radio listened to on our stations......
---------- This test is Passed!
3. Verify [WYSIWYG Block] component in Advertising - Radio page ......
The [WYSIWYG Block] #1 Title is same as expected - We're in the top 10 markets across Canada.
The [WYSIWYG Block] #1 Description contains the expected text - We have radio stations situated in eight of Canada?s top 10 markets.
The [WYSIWYG Block] #1 does not have Sidebar.
---------- This test is Passed!
4. Verify [Brands] component in Advertising - Radio page ......
The [Brands] Title is same as expected - Our Radio Stations.
---------- This test is Passed!
5. Verify [Feature Component] component in Advertising - Radio page ......
The [Feature Component] #1 Title is same as expected - Integrations and Productions Solutions.
The [Feature Component] #1 Item #1 Title is same as expected - Let us create results..
The [Feature Component] #1 Item #1 Image is loaded.
The [Feature Component] #1 Item #1 Description is - Corus Creative Services i......
The [Feature Component] #1 Item #1 Link...... http://www.coruscreative.ca/ - 200
---------- This test is Passed!
6. Verify [Text CTA] component in Advertising - Radio page ......
The [Text CTA] #1 Title is same as expected - Want to learn more?.
The [Text CTA] #1 Description contains the expected text - We?d love to hear from you!.
The [Text CTA] #1 Button Text is same as expected - ADVERTISE WITH US.
---------- This test is Passed!
Q107 Toronto - The website url is NOT Available.
The Advertising Page Link - Q107 Toronto - The advertising url is NOT Available.
CFOX-FM - The website url is NOT Available.
The Advertising Page Link - CFOX-FM - The advertising url is NOT Available.
Country 105 - The website url is NOT Available.
The Advertising Page Link - Country 105 - The advertising url is NOT Available.
CISN 103.9 - The website url is NOT Available.
The Advertising Page Link - CISN 103.9 - The advertising url is NOT Available.
680 CJOB Global - The website url is NOT Available.
The Advertising Page Link - 680 CJOB Global - The advertising url is NOT Available.
FM96 - The website url is NOT Available.
The Advertising Page Link - FM96 - The advertising url is NOT Available.
980 CFPL Global - The website url is NOT Available.
The Advertising Page Link - 980 CFPL Global - The advertising url is NOT Available.
JUMP! 106.9 - The website url is NOT Available.
The Advertising Page Link - JUMP! 106.9 - The advertising url is NOT Available.
102.1 the Edge - The website url is NOT Available.
The Advertising Page Link - 102.1 the Edge - The advertising url is NOT Available.
Energy 95.3 - The website url is NOT Available.
The Advertising Page Link - Energy 95.3 - The advertising url is NOT Available.
640 Toronto Global - The website url is NOT Available.
The Advertising Page Link - 640 Toronto Global - The advertising url is NOT Available.
Rock 101 - The website url is NOT Available.
The Advertising Page Link - Rock 101 - The advertising url is NOT Available.
92.5 CHUCK - The website url is NOT Available.
The Advertising Page Link - 92.5 CHUCK - The advertising url is NOT Available.
107.5 Dave Rocks - The website url is NOT Available.
The Advertising Page Link - 107.5 Dave Rocks - The advertising url is NOT Available.
Y108 - The website url is NOT Available.
The Advertising Page Link - Y108 - The advertising url is NOT Available.
Wolf 101.5 - The website url is NOT Available.
The Advertising Page Link - Wolf 101.5 - The advertising url is NOT Available.
Q107 Calgary - The website url is NOT Available.
The Advertising Page Link - Q107 Calgary - The advertising url is NOT Available.
Magic 106.1 - The website url is NOT Available.
The Advertising Page Link - Magic 106.1 - The advertising url is NOT Available.
Big 96.3 - The website url is NOT Available.
The Advertising Page Link - Big 96.3 - The advertising url is NOT Available.
Country 104 - The website url is NOT Available.
The Advertising Page Link - Country 104 - The advertising url is NOT Available.
1460 CJOY - The website url is NOT Available.
The Advertising Page Link - 1460 CJOY - The advertising url is NOT Available.
Boom 99.7 - The website url is NOT Available.
The Advertising Page Link - Boom 99.7 - The advertising url is NOT Available.
Boom 101.9 - The website url is NOT Available.
The Advertising Page Link - Boom 101.9 - The advertising url is NOT Available.
Big 101.1 - The website url is NOT Available.
The Advertising Page Link - Big 101.1 - The advertising url is NOT Available.
AM730 - The website url is NOT Available.
The Advertising Page Link - AM730 - The advertising url is NOT Available.
Peggy 99-1 - The website url is NOT Available.
The Advertising Page Link - Peggy 99-1 - The advertising url is NOT Available.
Power 97 - The website url is NOT Available.
The Advertising Page Link - Power 97 - The advertising url is NOT Available.
95.1 The Peak FM - The website url is NOT Available.
The Advertising Page Link - 95.1 The Peak FM - The advertising url is NOT Available.
Fresh 93.1 - The website url is NOT Available.
The Advertising Page Link - Fresh 93.1 - The advertising url is NOT Available.
91.5 The Beat - The website url is NOT Available.
The Advertising Page Link - 91.5 The Beat - The advertising url is NOT Available.
104.5 Fresh - The website url is NOT Available.
The Advertising Page Link - 104.5 Fresh - The advertising url is NOT Available.
104.3 Fresh - The website url is NOT Available.
The Advertising Page Link - 104.3 Fresh - The advertising url is NOT Available.
103.1 Fresh - The website url is NOT Available.
The Advertising Page Link - 103.1 Fresh - The advertising url is NOT Available.
100.5 Fresh - The website url is NOT Available.
The Advertising Page Link - 100.5 Fresh - The advertising url is NOT Available.
880 Edmonton Global - The website url is NOT Available.
The Advertising Page Link - 880 Edmonton Global - The advertising url is NOT Available.
770 CHQR Global - The website url is NOT Available.
The Advertising Page Link - 770 CHQR Global - The advertising url is NOT Available.
630 CHED AM - The website url is NOT Available.
The Advertising Page Link - 630 CHED AM - The advertising url is NOT Available.
Global News 980 CKNW - The website url is NOT Available.
The Advertising Page Link - Global News 980 CKNW - The advertising url is NOT Available.
900 CHML Global - The website url is NOT Available.
The Advertising Page Link - 900 CHML Global - The advertising url is NOT Available.
testAdvancedAdvertising
1. Verify [Hero] component in Advertising - Advanced Advertising page ......
The [Hero] Title is same as expected - Advanced Advertising.
The [Hero] Sub-Title is same as expected - The right brands online to deliver the right audiences on time.
The [Hero] Image is loaded.
---------- This test is Passed!
2. Verify [Feature Component] component in Advertising - Advanced Advertising page ......
The [Feature Component] #1 Title is same as expected - Cynch.
The [Feature Component] #1 Item #1 Title is same as expected - TV-buying made easy with our self-serve platform..
The [Feature Component] #1 Item #1 Image is loaded.
The [Feature Component] #1 Item #1 Description is - Cynch is a powerful data-......
The [Feature Component] #1 Item #1 Link...... https://www.cynchcanada.com/ - 200
The [Feature Component] #2 Title is same as expected - Linear Optimization.
The [Feature Component] #2 Item #1 Title is same as expected - Data driven program selection..
The [Feature Component] #2 Item #1 Image is loaded.
The [Feature Component] #2 Item #1 Description is - Corus uses data from mult......
The [Feature Component] #2 Item #1 does not have CTA link.
The [Feature Component] #3 Title is same as expected - VOD Dynamic Ad Insertion.
The [Feature Component] #3 Item #1 Title is same as expected - Engaged audiences and premium content..
The [Feature Component] #3 Item #1 Image is loaded.
The [Feature Component] #3 Item #1 Description is - We offer dynamic insertio......
The [Feature Component] #3 Item #1 does not have CTA link.
The [Feature Component] #4 Title is same as expected - AI Driven Contextual Targeting.
The [Feature Component] #4 Item #1 Title is same as expected - The right message precisely at the right time..
The [Feature Component] #4 Item #1 Image is loaded.
The [Feature Component] #4 Item #1 Description is - Using advertiser supplied......
The [Feature Component] #4 Item #1 does not have CTA link.
---------- This test is Passed!
3. Verify [Text CTA] component in Advertising - Television page ......
The [Text CTA] #1 Title is same as expected - Want to learn more?.
The [Text CTA] #1 Description contains the expected text - We?d love to hear from you!.
The [Text CTA] #1 Button Text is same as expected - ADVERTISE WITH US.
---------- This test is Passed!
testDivisionsLifestyle
1. Verify [Hero] component in Advertising - Divisions - Lifestyle page ......
The [Hero] Title is same as expected - Lifestyle.
The [Hero] Image is loaded.
The [Hero] Description contains the expected text - Connect with a targeted audience interested in consuming the best in lifestyle content..
The [Hero] CTA Button Text is same as expected - Advertise with Us.
---------- This test is Passed!
2. Verify [Feature Component] component in Advertising - Divisions - Lifestyle page ......
The [Feature Component] #1 Title is same as expected - Complex.
The [Feature Component] #1 Item #1 does not have Title.
The [Feature Component] #1 Item #1 Image is loaded.
The [Feature Component] #1 Item #1 Description is - Continuing to deliver pre......
The [Feature Component] #1 Item #1 Link...... https://www.complex.com/ca - 200
The [Feature Component] #2 Title is same as expected - First We Feast.
The [Feature Component] #2 Item #1 does not have Title.
The [Feature Component] #2 Item #1 Image is loaded.
The [Feature Component] #2 Item #1 Description is - Founded in 2012, First We......
The [Feature Component] #2 Item #1 Link...... https://www.firstwefeast.com/ - 200
---------- This test is Passed!
3. Verify [Content Grid] component in Advertising - Divisions - Lifestyle page ......
The [Content Grid] Main Title is same as expected - No Title.
The [Content Grid] #1 Item #1 Title is same as expected - Women's lifestyle.
The [Content Grid] #1 Item #1 Image is loaded.
The [Content Grid] #1 Item #1 Description is - Serving the best in food,......
The [Content Grid] #1 Item #1 does not have CTA link.
The [Content Grid] #1 Item #2 Title is same as expected - Men's lifestyle.
The [Content Grid] #1 Item #2 Image is loaded.
The [Content Grid] #1 Item #2 Description is - With +25 sites, Corus? Me......
The [Content Grid] #1 Item #2 does not have CTA link.
---------- This test is Passed!
4. Verify [Brands] component in Advertising - Division - Lifestyle page ......
The [Brands] Title is same as expected - Explore Brands.
---------- This test is Passed!
6. Verify [Text CTA] component in Advertising - Division - Lifestyle page ......
The [Text CTA] #1 Title is same as expected - Want to learn more?.
The [Text CTA] #1 Description contains the expected text - We?d love to hear from you!.
The [Text CTA] #1 Button Text is same as expected - ADVERTISE WITH US.
---------- This test is Passed!
KIN - The website url is NOT Available.
The Advertising Page Link - KIN - The advertising url is NOT Available.
HGTV Canada - The website url is NOT Available.
The Advertising Page Link - HGTV Canada - The advertising url is NOT Available.
Food Network Canada - The website url is NOT Available.
The Advertising Page Link - Food Network Canada - The advertising url is NOT Available.
Slice - The website url is NOT Available.
The Advertising Page Link - Slice - The advertising url is NOT Available.
History - The website url is NOT Available.
The Advertising Page Link - History - The advertising url is NOT Available.
National Geographic - The website url is NOT Available.
The Advertising Page Link - National Geographic - The advertising url is NOT Available.
Cooking Channel Canada - The website url is NOT Available.
The Advertising Page Link - Cooking Channel Canada - The advertising url is NOT Available.
Nat Geo WILD - The website url is NOT Available.
The Advertising Page Link - Nat Geo WILD - The advertising url is NOT Available.
History 2 - The website url is NOT Available.
The Advertising Page Link - History 2 - The advertising url is NOT Available.
DTOUR? - The website url is NOT Available.
The Advertising Page Link - DTOUR? - The advertising url is NOT Available.
DIY Network Canada - The website url is NOT Available.
The Advertising Page Link - DIY Network Canada - The advertising url is NOT Available.
OWN - The website url is NOT Available.
The Advertising Page Link - OWN - The advertising url is NOT Available.
Historia - The website url is NOT Available.
The Advertising Page Link - Historia - The advertising url is NOT Available.
testMediaCentreViewerRelations
1. Verify [Hero] component in Media Centre - Viewer Relations page ......
The [Hero] Title is same as expected - Viewer Relations.
The [Hero] Sub-Title is same as expected - Questions or comments?
We?d love to hear from you.
The [Hero] Image is not displayed.
---------- This test is Failed!
2. Verify [WYSIWYG Block] component in Media Centre - Viewer Relations page ......
The [WYSIWYG Block] #1 Title is same as expected - No Title.
The [WYSIWYG Block] #1 Description contains the expected text - If you are a member of the media.
The [WYSIWYG Block] #1 does not have Sidebar.
---------- This test is Passed!
testFooterMenus
1. Verify each Footer - Menu text is not empty. ......
About Corus
Media Centre
Social Responsibility
Investor Relations
Advertising
Careers
Terms & Conditions
Privacy Policy
Contact Us
Regulatory
Frequently Asked Questions
Accessibility
Technical Specifications
---------- This test is Passed!
2. Verify each Footer - Menu link returns statusCode 200. ......
FooterMenus - About Corus... https://uat1.corusent.com/about-corus/overview - 500
FooterMenus - Media Centre... https://uat1.corusent.com/media-centre/press-releases - 500
FooterMenus - Social Responsibility... https://uat1.corusent.com/social-responsibility/overview - 500
FooterMenus - Investor Relations... https://uat1.corusent.com/investor-relations/overview - 500
FooterMenus - Advertising... https://uat1.corusent.com/advertising/overview - 200
FooterMenus - Careers... https://uat1.corusent.com/careers - 200
FooterMenus - Terms & Conditions... https://uat1.corusent.com/terms-conditions - 200
FooterMenus - Privacy Policy... https://uat1.corusent.com/privacy-policy - 500
FooterMenus - Contact Us... https://uat1.corusent.com/contact-us - 200
FooterMenus - Regulatory... https://uat1.corusent.com/regulatory - 500
FooterMenus - Frequently Asked Questions... https://uat1.corusent.com/faq - 200
FooterMenus - Accessibility... https://uat1.corusent.com/accessibility - 500
FooterMenus - Technical Specifications... https://uat1.corusent.com/technical-specifications - 200
---------- This test is Failed!
testGovernanceDocuments
1. Verify [Hero] component in Investor Relations - Governance - Governance Documents page ......
The [Hero] Title is same as expected - Corporate Governance.
The [Hero] Image is loaded.
---------- This test is Passed!
2. Verify [Document List] component in Investor Relations - Governance - Governance Documents page ......
The [Document List] Title is same as expected - Governance Documents.
The [Document List] Sidebar Title is same as expected - Governance Menu.
The [Document List] Siderbar Link... Leadership... https://uat1.corusent.com/investor-relations/governance/leadership-and-directors - 200
The [Document List] Siderbar Link... Governance Documents... https://uat1.corusent.com/investor-relations/governance/governance-documents - 200
The [Document List] Item #1 Title is same as expected - Constating Documents.
The [Document List] Item #1 Link...... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/Articles-of-Incorporation-for-Website-March-2018.pdf - 200
The [Document List] Item #1 Link...... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/Corus_AmendedandRestated_BylawNo1_April4_2018.pdf - 200
The [Document List] Item #2 Title is same as expected - Charters of the Board of the Company and its Committees.
The [Document List] Item #2 Link...... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/Board-of-Directors-Charter_Updated-July-21-2020.pdf - 200
The [Document List] Item #2 Link...... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/Audit-Committee-Charter-Updated-June-25-2020.pdf - 200
The [Document List] Item #2 Link...... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/Corporate-Governance-Committee-Charter_Updated-July-21-2020.pdf - 200
The [Document List] Item #2 Link...... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/HRCCCharter_approvedApril2021_CF.pdf - 200
The [Document List] Item #2 Link...... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/Role-Description-of-the-Executive-Chair-of-the-Board-of-Directors_Updated-July-21-2020.pdf - 200
The [Document List] Item #2 Link...... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/Role-Description-of-the-Vice-Chair-of-the-Board-of-Directors_Annual-Review_Updated-July-21-2020.pdf - 200
The [Document List] Item #2 Link...... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/Role-Description-of-the-Independent-Lead-Director-of-the-Board-of-Directors_Updated-July-21-2020.pdf - 200
The [Document List] Item #2 Link...... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/Role-Mandate_Committee-Chair-Description_Updated-July-21-2020.pdf - 200
The [Document List] Item #3 Title is same as expected - Policies.
The [Document List] Item #3 Link...... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/CodeofBusinessConduct_May2021_EXTERNAL.pdf - 200
The [Document List] Item #3 Link...... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/BoardDiversityPolicy_20October2020_EXTERNAL.pdf - 200
The [Document List] Item #3 Link...... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/ShareholderEngagementPolicy_21July2020_EXTERNAL.pdf - 200
The [Document List] Item #3 Link...... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/WhistleblowerPolicy_28June2021_EXTERNAL.pdf - 200
---------- This test is Passed!
3. Verify [Quick Links] component in Investor Relations - Governance - Governance Documents page ......
The [Quick Links] #1 Main Title is same as expected - IR Quick Links.
The [Quick Links] #1 Item #1 Title is same as expected - About Corus.
The [Quick Links] #1 Item #1 Image is loaded.
The [Quick Links] #1 Item #1 Link...... https://uat1.corusent.com/about-corus/overview - 500
The [Quick Links] #1 Item #2 Title is same as expected - Investor Presentation 2021.
The [Quick Links] #1 Item #2 Image is loaded.
The [Quick Links] #1 Item #2 Link...... https://uat1.corusent.com/investor-relations/events-and-presentations - 500
The [Quick Links] #1 Item #3 Title is same as expected - Annual Reports.
The [Quick Links] #1 Item #3 Image is loaded.
The [Quick Links] #1 Item #3 Link...... https://uat1.corusent.com/investor-relations/financial-reports - 200
The [Quick Links] #1 Item #4 Title is same as expected - Corporate Governance.
The [Quick Links] #1 Item #4 Image is loaded.
The [Quick Links] #1 Item #4 Link...... https://uat1.corusent.com/investor-relations/governance/governance-documents - 200
The [Quick Links] #1 Item #5 Title is same as expected - Leadership.
The [Quick Links] #1 Item #5 Image is loaded.
The [Quick Links] #1 Item #5 Link...... https://uat1.corusent.com/about-corus/leadership - 200
The [Quick Links] #1 Item #6 Title is same as expected - Social Responsibility.
The [Quick Links] #1 Item #6 Image is loaded.
The [Quick Links] #1 Item #6 Link...... https://uat1.corusent.com/social-responsibility/overview - 200
---------- This test is Failed!
testMediaCentrePublicityContacts
1. Verify [Hero] component in Media Centre - Publicity Contacts page ......
The [Hero] Title is not same as expected.
Actual Title: 500
Expected Title: Publicity Contacts
The [Hero] Sub-Title is not same as expected.
Actual Sub-Title: Sorry! We are experiencing technical difficulties.
Expected Sub-Title: Media Requests?
We?d love to hear from you.
testDividendsHistoty
1. Verify [Hero] component in Investor Relations - Dividends - History page ......
The [Hero] Title is same as expected - Dividends.
---------- This test is Passed!
2. Verify [Dividends Chart] component in Investor Relations - Dividends - History page ......
testMediaAccessRegistration
1. Verify [Hero] component in Media Centre - Media Access Registration page ......
The [Hero] Title is not same as expected.
Actual Title: 500
Expected Title: Media Access Registration
The [Hero] Description does not contain the expected text.
Actual Description: Please try one of these pages or come back later.
Expected Description Text: In order to access restricted media resources,
---------- This test is Failed!
testInvestorRelationsOverview
1. Verify [Hero] component in Investor Relations - Overview page ......
The [Hero] Title is not same as expected.
Actual Title: 500
Expected Title: Investor Relations
The [Hero] Sub-Title is not same as expected.
Actual Sub-Title: Sorry! We are experiencing technical difficulties.
Expected Sub-Title: At Corus, our vision is to be globally recognized as Canada?s most influential entertainment company.
testAboutCorusOverview
1. Verify [Hero] component in About Corus - Overview page ......
The [Hero] Title is not same as expected.
Actual Title: 500
Expected Title: About Us
The [Hero] Sub-Title is not same as expected.
Actual Sub-Title: Sorry! We are experiencing technical difficulties.
Expected Sub-Title: Corus is a leader in creating high quality content for audiences around the world.
---------- This test is Failed!
2. Verify [Content Grid] component in About Corus - Overview page ......
testShareHolderStockInfo
1. Verify [Hero] component in Investor Relations - Shareholder Resources - Stock Information page ......
The [Hero] Title is same as expected - Shareholder Resources.
The [Hero] Image is not displayed.
---------- This test is Failed!
2. Verify [Stock Summary] component in Investor Relations - Shareholder Resources - Stock Information page ......
The [Stock Summary] #1 Title is same as expected - Stock Information.
The [Stock Summary] #1 Sidebar Title is same as expected - Shareholders Menu.
The [Stock Summary] #1 Siderbar Link... Stock Information... https://uat1.corusent.com/investor-relations/shareholder-resources/stock-information - 200
The [Stock Summary] #1 Siderbar Link... Analyst Coverage... https://uat1.corusent.com/investor-relations/shareholder-resources/analyst-coverage - 200
The [Stock Summary] #1 Siderbar Link... Shareholder FAQ... https://uat1.corusent.com/investor-relations/shareholder-resources/frequently-asked-questions - 200
The [Stock Summary] #1 Siderbar Link... Shareholder Services... https://uat1.corusent.com/investor-relations/shareholder-resources/shareholder-services - 200
The [Stock Summary] #1 Siderbar Link... Contact IR... https://uat1.corusent.com/investor-relations/shareholder-resources/contact-ir - 200
---------- This test is Passed!
3. Verify [Quick Links] component in Investor Relations - Shareholder Resources - Stock Information page ......
The [Quick Links] #1 Main Title is same as expected - IR Quick Links.
The [Quick Links] #1 Item #1 Title is same as expected - About Corus.
The [Quick Links] #1 Item #1 Image is not displayed.
The [Quick Links] #1 Item #1 Link...... https://uat1.corusent.com/about-corus/overview - 200
The [Quick Links] #1 Item #2 Title is same as expected - Investor Presentation 2021.
The [Quick Links] #1 Item #2 Image is not displayed.
The [Quick Links] #1 Item #2 Link...... https://uat1.corusent.com/investor-relations/events-and-presentations - 500
The [Quick Links] #1 Item #3 Title is same as expected - Annual Reports.
The [Quick Links] #1 Item #3 Image is not displayed.
The [Quick Links] #1 Item #3 Link...... https://uat1.corusent.com/investor-relations/financial-reports - 200
The [Quick Links] #1 Item #4 Title is same as expected - Corporate Governance.
The [Quick Links] #1 Item #4 Image is not displayed.
The [Quick Links] #1 Item #4 Link...... https://uat1.corusent.com/investor-relations/governance/governance-documents - 200
The [Quick Links] #1 Item #5 Title is same as expected - Leadership.
The [Quick Links] #1 Item #5 Image is not displayed.
The [Quick Links] #1 Item #5 Link...... https://uat1.corusent.com/about-corus/leadership - 200
The [Quick Links] #1 Item #6 Title is same as expected - Social Responsibility.
The [Quick Links] #1 Item #6 Image is not displayed.
The [Quick Links] #1 Item #6 Link...... https://uat1.corusent.com/social-responsibility/overview - 200
---------- This test is Failed!
testDEIReview
1. Verify [Hero] component in Social Responsibility - Diversity & Inclusion - DE&I Review page ......
The [Hero] Title is same as expected - 2020 DE&I Review.
The [Hero] Image is not displayed.
The [Hero] Description contains the expected text - This is an important time in our society..
The [Hero] Sidebar Title is same as expected - Diversity, Equity and Inclusion Menu.
The [Hero] Siderbar Link... DE&I at Corus... https://uat1.corusent.com/social-responsibility/diversity-and-inclusion/dei-at-corus - 500
The [Hero] Siderbar Link... DE&I Action Plan... https://uat1.corusent.com/social-responsibility/diversity-and-inclusion/dei-action-plan - 200
The [Hero] Siderbar Link... 2020 Review... https://uat1.corusent.com/social-responsibility/diversity-and-inclusion/dei-review - 500
---------- This test is Failed!
2. Verify [Text CTA] component in Social Responsibility - Diversity & Inclusion - DE&I Review page ......
The [Text CTA] #1 Title is same as expected - Updates from 2020.
The [Text CTA] #1 Description contains the expected text - In addition to, and to support,.
The [Text CTA] #1 Link... See Our Action Plan... https://uat1.corusent.com/social-responsibility/diversity-and-inclusion/dei-action-plan - 200
---------- This test is Passed!
3. Verify [Feature Component] component in Social Responsibility - Diversity & Inclusion - DE&I Review page ......
The [Feature Component] #1 Title is same as expected - Global News Commitment.
The [Feature Component] #1 Item #1 does not have Title.
The [Feature Component] #1 Item #1 Image is not displayed.
The [Feature Component] #1 Item #1 Description is - In addition to the recomm......
The [Feature Component] #1 Item #1 does not have CTA link.
---------- This test is Failed!
4. Verify [WYSIWYG Block] component in Social Responsibility - Diversity & Inclusion - DE&I Review page ......
The [WYSIWYG Block] #1 Title is same as expected - Progress from our Diversity Review:.
The [WYSIWYG Block] #1 Description contains the expected text - Corus CEO Signs BlackNorth Initiative Pledge.
The [WYSIWYG Block] #1 does not have Sidebar.
The [WYSIWYG Block] #2 Title is same as expected - No Title.
The [WYSIWYG Block] #2 Description contains the expected text - Corus? Nelvana develops diversity commitment for kids content.
The [WYSIWYG Block] #2 does not have Sidebar.
The [WYSIWYG Block] #3 Title is same as expected - No Title.
The [WYSIWYG Block] #3 Description contains the expected text - New Head of Diversity and Inclusion joins Corus.
The [WYSIWYG Block] #3 does not have Sidebar.
The [WYSIWYG Block] #4 Title is same as expected - No Title.
The [WYSIWYG Block] #4 Description contains the expected text - Corus joins BIPOC TV & Film?s HireBIPOC Initiative alongside Canada?s broadcasters..
The [WYSIWYG Block] #4 does not have Sidebar.
The [WYSIWYG Block] #5 Title is same as expected - No Title.
The [WYSIWYG Block] #5 Description contains the expected text - DiversiPro Report Update & Next Steps.
The [WYSIWYG Block] #5 does not have Sidebar.
The [WYSIWYG Block] #6 Title is same as expected - No Title.
The [WYSIWYG Block] #6 Description contains the expected text - Creating a New Path for Equity, Diversity and Inclusion at Corus.
The [WYSIWYG Block] #6 does not have Sidebar.
The [WYSIWYG Block] #7 Title is same as expected - Where to Find Ongoing Updates.
The [WYSIWYG Block] #7 Description contains the expected text - In our commitment to provide ongoing updates,.
The [WYSIWYG Block] #7 does not have Sidebar.
---------- This test is Passed!
testAdvertisingOverview
1. Verify [Hero] component in Advertising - Overview page ......
The [Hero] Title is not same as expected.
Actual Title: 500
Expected Title: Advertise With Us
The [Hero] Sub-Title is not same as expected.
Actual Sub-Title: Sorry! We are experiencing technical difficulties.
Expected Sub-Title: Business growth starts with a spark.
testFooterLogo
1. Verify Footer - Corus Logo image is loaded properly. ......
The Footer - Corus Logo is loaded: true
---------- This test is Passed!
2. Verify Footer - Corus Logo url returns statusCode 200. ......
... https://uat1.corusent.com/ - 500
---------- This test is Failed!
3. Verify Footer - Corus Logo links to Homepage. ......
The url: https://uat1.corusent.com/
---------- This test is Passed!
testIndustry
1. Verify [Hero] component in Social Responsibility - Industry page ......
The [Hero] Title is same as expected - Industry Commitment.
The [Hero] Sub-Title is same as expected - Supporting industry talent is at the heart of what we do.
The [Hero] Image is not displayed.
The [Hero] Description contains the expected text - At Corus, we continue to foster a strong and sustainable media industry.
---------- This test is Failed!
2. Verify [Stat Tiles] component in Social Responsibility - Industry page ......
The [Stat Tiles] Title is same as expected - Content Powerhouse.
The [Stat Tiles] Item #1 Metric is same as expected - Countries air Nelvana?s content..
The [Stat Tiles] Item #1 Description is - Entertaining children for over 50 ye......
The [Stat Tiles] Item #2 Metric is same as expected - Territories worldwide showcase Corus Studios content..
The [Stat Tiles] Item #2 Description is - Since 2015, Corus Studios has been p......
The [Stat Tiles] Item #3 Metric is same as expected - Titles in the Kids Can Press library..
The [Stat Tiles] Item #3 Description is - Kids Can Press books have enjoyed cr......
---------- This test is Passed!
3. Verify [Feature Component] component in Social Responsibility - Industry page ......
The [Feature Component] #1 Title is same as expected - High Quality Storytelling.
The [Feature Component] #1 Item #1 does not have Title.
The [Feature Component] #1 Item #1 Image is not displayed.
The [Feature Component] #1 Item #1 Description is - Our unique position as an......
The [Feature Component] #1 Item #1 does not have CTA link.
---------- This test is Failed!
4. Verify [Gallery Vertical Nav] component in Social Responsibility - Industry page ......
The [Gallery Vertical Nav] #1 Title is same as expected - No Title.
The [Gallery Vertical Nav] #1 Item #1 Image is not displayed.
The [Gallery Vertical Nav] #1 Item #1 Title is same as expected - Signature scripted series.
The [Gallery Vertical Nav] #1 Item #2 Image is not displayed.
The [Gallery Vertical Nav] #1 Item #2 Title is same as expected - Commissioning premium content.
The [Gallery Vertical Nav] #1 Item #3 Image is not displayed.
The [Gallery Vertical Nav] #1 Item #3 Title is not same as expected.
----------------Actual Title: No Title
----------------Expected Title: Industry-leading kids content
The [Gallery Vertical Nav] #1 Item #4 Image is not displayed.
The [Gallery Vertical Nav] #1 Item #4 Title is not same as expected.
----------------Actual Title: No Title
----------------Expected Title: Engaging young minds
The [Gallery Vertical Nav] #2 Title is same as expected - Commitment to diversity.
The [Gallery Vertical Nav] #2 Item #1 Image is not displayed.
The [Gallery Vertical Nav] #2 Item #1 Title is same as expected - Fostering a creative pipeline of new voices.
The [Gallery Vertical Nav] #2 Item #2 Image is not displayed.
The [Gallery Vertical Nav] #2 Item #2 Title is same as expected - Global News Scholars.
The [Gallery Vertical Nav] #2 Item #3 Image is not displayed.
The [Gallery Vertical Nav] #2 Item #3 Title is not same as expected.
----------------Actual Title: No Title
----------------Expected Title: Supporting emerging creatives
The [Gallery Vertical Nav] #2 Item #4 Image is not displayed.
The [Gallery Vertical Nav] #2 Item #4 Title is not same as expected.
----------------Actual Title: No Title
----------------Expected Title: Inclusivity for young readers
---------- This test is Failed!
testEnvironment
1. Verify [Hero] component in Social Responsibility - Environment page ......
The [Hero] Title is same as expected - Environment.
The [Hero] Sub-Title is same as expected - We commit to a sustainable future by?implementing green practices at our offices.
The [Hero] Image is not displayed.
The [Hero] Description contains the expected text - With an engaged team across Canada focused on the positive benefits of green practices.
---------- This test is Failed!
2. Verify [Feature Component] component in Social Responsibility - Environment page ......
The [Feature Component] #1 Title is same as expected - Impact.
The [Feature Component] #1 Item #1 does not have Title.
The [Feature Component] #1 Item #1 Image is not displayed.
The [Feature Component] #1 Item #1 Description is - Corus is conscious of its......
The [Feature Component] #1 Item #1 does not have CTA link.
The [Feature Component] #2 Title is same as expected - Corus Quay.
The [Feature Component] #2 Item #1 does not have Title.
The [Feature Component] #2 Item #1 Image is not displayed.
The [Feature Component] #2 Item #1 Description is - In 2010, Corus Quay initi......
The [Feature Component] #2 Item #1 does not have CTA link.
The [Feature Component] #3 Main Title is same as expected - No Title.
The [Feature Component] #3 Item #1 Title is same as expected - Did you know?.
The [Feature Component] #3 Item #1 Image is not displayed.
The [Feature Component] #3 Item #1 Description is - 35% of all materials?asso......
The [Feature Component] #3 Item #1 does not have CTA link.
---------- This test is Failed!
3. Verify [Gallery Vertical Nav] component in Social Responsibility - Environment page ......
The [Gallery Vertical Nav] #1 Title is same as expected - No Title.
The [Gallery Vertical Nav] #1 Item #1 Image is not displayed.
The [Gallery Vertical Nav] #1 Item #1 Title is same as expected - Recycle.
The [Gallery Vertical Nav] #1 Item #2 Image is not displayed.
The [Gallery Vertical Nav] #1 Item #2 Title is same as expected - Reuse.
The [Gallery Vertical Nav] #1 Item #3 Image is not displayed.
The [Gallery Vertical Nav] #1 Item #3 Title is not same as expected.
----------------Actual Title: No Title
----------------Expected Title: Recharge
The [Gallery Vertical Nav] #1 Item #4 Image is not displayed.
The [Gallery Vertical Nav] #1 Item #4 Title is not same as expected.
----------------Actual Title: No Title
----------------Expected Title: Corus Green Team
---------- This test is Failed!
4. Verify [Stat Tiles] component in Social Responsibility - Environment page ......
The [Stat Tiles] Title is same as expected - Corus Quay at a Glance.
The [Stat Tiles] Item #1 Metric is same as expected - Capture rate.
The [Stat Tiles] Item #1 Description is - The weight of recycled materials aga......
The [Stat Tiles] Item #2 Metric is same as expected - Trees saved.
The [Stat Tiles] Item #2 Description is - Through effective waste and recyclin......
The [Stat Tiles] Item #3 Metric is same as expected - Litres of water saved.
The [Stat Tiles] Item #3 Description is - Through efficient plumbing and greyw......
The [Stat Tiles] Item #4 Metric is same as expected - kwh of energy saved.
The [Stat Tiles] Item #4 Description is - During 2020 through smart light tech......
The [Stat Tiles] Item #5 Metric is same as expected - Liters of oil saved.
The [Stat Tiles] Item #5 Description is - Throughout 2020.......
The [Stat Tiles] Item #6 Metric is same as expected - material weight.
The [Stat Tiles] Item #6 Description is - For office paper and mixed paper dur......
---------- This test is Passed!
5. Verify [Content Grid - Main Column] component in Social Responsibility - Communities page ......
The [Content Grid - Main Column] #1 Title is same as expected - Our commitment to green initiatives.
The [Content Grid - Main Column] #1 Item #1 Title is same as expected - Five-Storey Bio-Wall.
The [Content Grid - Main Column] #1 Item #1 Image is not displayed.
The [Content Grid - Main Column] #1 Item #1 Description is - Our head office, with a L......
The [Content Grid - Main Column] #1 Item #1 does not have CTA link.
The [Content Grid - Main Column] #1 Item #2 Title is same as expected - Green Roof.
The [Content Grid - Main Column] #1 Item #2 Image is not displayed.
The [Content Grid - Main Column] #1 Item #2 Description is - Corus Quay features green......
The [Content Grid - Main Column] #1 Item #2 does not have CTA link.
The [Content Grid - Main Column] #1 Item #3 Title is same as expected - Energy-Efficient Lighting.
The [Content Grid - Main Column] #1 Item #3 Image is not displayed.
The [Content Grid - Main Column] #1 Item #3 Description is - Corus Quay uses Fifth Lig......
The [Content Grid - Main Column] #1 Item #3 does not have CTA link.
The [Content Grid - Main Column] #1 Item #4 Title is same as expected - Rainwater Collection.
The [Content Grid - Main Column] #1 Item #4 Image is not displayed.
The [Content Grid - Main Column] #1 Item #4 Description is - Corus Quay uses a grey-wa......
The [Content Grid - Main Column] #1 Item #4 does not have CTA link.
---------- This test is Failed!
testDigital
1. Verify [Hero] component in Advertising - Digital page ......
The [Hero] Title is same as expected - Digital.
The [Hero] Sub-Title is same as expected - The right brands online to deliver the right audiences on time.
The [Hero] Image is loaded.
---------- This test is Passed!
2. Verify [Content Grid] component in Advertising - Digital page ......
The [Content Grid] #1 Title is same as expected - Our digital verticals.
The [Content Grid] #1 Item #1 Title is same as expected - News.
The [Content Grid] #1 Item #1 Image is loaded.
The [Content Grid] #1 Item #1 Description is - Our News vertical brings ......
The [Content Grid] #1 Item #1 Link...... https://uat1.corusent.com/advertising/divisions/news - 200
The [Content Grid] #1 Item #2 Title is same as expected - Lifestyle.
The [Content Grid] #1 Item #2 Image is loaded.
The [Content Grid] #1 Item #2 Description is - From food and decorating,......
The [Content Grid] #1 Item #2 Link...... https://uat1.corusent.com/advertising/divisions/lifestyle - 200
The [Content Grid] #1 Item #3 Title is same as expected - Entertainment.
The [Content Grid] #1 Item #3 Image is loaded.
The [Content Grid] #1 Item #3 Description is - With +70 sites, our Enter......
The [Content Grid] #1 Item #3 Link...... https://uat1.corusent.com/advertising/divisions/entertainment - 200
The [Content Grid] #1 Item #4 Title is same as expected - Kids.
The [Content Grid] #1 Item #4 Image is loaded.
The [Content Grid] #1 Item #4 Description is - From fun games to full-le......
The [Content Grid] #1 Item #4 Link...... https://uat1.corusent.com/advertising/divisions/kids - 200
---------- This test is Passed!
3. Verify [Brands] component in Advertising - Digital page ......
The [Brands] Title is same as expected - Our digital brands.
---------- This test is Passed!
4. Verify [Spotlight Blocks] component in Advertising - Digital page ......
The [Spotlight Blocks] Title is same as expected - Digital Innovation.
The [Spotlight Blocks] Item #1 Title is same as expected - Artificial Intelligence.
The [Spotlight Blocks] Item #1 Image is loaded.
The [Spotlight Blocks] Item #1 Description is - Target content or users b......
The [Spotlight Blocks] Item #1 does not have CTA link.
The [Spotlight Blocks] Item #2 Title is same as expected - Programmatic.
The [Spotlight Blocks] Item #2 Image is loaded.
The [Spotlight Blocks] Item #2 Description is - Agnostic access to multi-......
The [Spotlight Blocks] Item #2 does not have CTA link.
The [Spotlight Blocks] Item #3 Title is same as expected - Data.
The [Spotlight Blocks] Item #3 Image is loaded.
The [Spotlight Blocks] Item #3 Description is - Collects and categorizes ......
The [Spotlight Blocks] Item #3 does not have CTA link.
---------- This test is Passed!
5. Verify [Feature Component] component in Advertising - Digital page ......
The [Feature Component] #1 Title is same as expected - Integrations and Productions Solutions.
The [Feature Component] #1 Item #1 Title is same as expected - It's time for Tempo..
The [Feature Component] #1 Item #1 Image is loaded.
The [Feature Component] #1 Item #1 Description is - Corus TEMPO is a full-ser......
The [Feature Component] #1 Item #1 Link...... https://tempo.corusent.com/ - 200
The [Feature Component] #1 Item #2 Title is same as expected - We're here to conquer internetland..
The [Feature Component] #1 Item #2 Image is loaded.
The [Feature Component] #1 Item #2 Description is - so.da is a full-service s......
The [Feature Component] #1 Item #2 Link...... https://www.sodashop.ca/ - 200
The [Feature Component] #1 Item #3 Title is same as expected - Meet the most passionate content creators..
The [Feature Component] #1 Item #3 Image is loaded.
The [Feature Component] #1 Item #3 Description is - Kin Community Canada is a......
The [Feature Component] #1 Item #3 Link...... https://kincommunity.ca/work-with-us/ - 404
---------- This test is Failed!
6. Verify [Text CTA] component in Advertising - Digital page ......
The [Text CTA] #1 Title is same as expected - Want to learn more?.
The [Text CTA] #1 Description contains the expected text - We?d love to hear from you!.
The [Text CTA] #1 Button Text is same as expected - ADVERTISE WITH US.
---------- This test is Passed!
KIN - The website url is NOT Available.
The Advertising Page Link - KIN - The advertising url is NOT Available.
Nelvana - The website url is NOT Available.
The Advertising Page Link - Nelvana - The advertising url is NOT Available.
Corus Studios - The website url is NOT Available.
The Advertising Page Link - Corus Studios - The advertising url is NOT Available.
Entertainment Tonight Canada - The website url is NOT Available.
The Advertising Page Link - Entertainment Tonight Canada - The advertising url is NOT Available.
Global Television - The website url is NOT Available.
The Advertising Page Link - Global Television - The advertising url is NOT Available.
HGTV Canada - The website url is NOT Available.
The Advertising Page Link - HGTV Canada - The advertising url is NOT Available.
Food Network Canada - The website url is NOT Available.
The Advertising Page Link - Food Network Canada - The advertising url is NOT Available.
Slice - The website url is NOT Available.
The Advertising Page Link - Slice - The advertising url is NOT Available.
W Network - The website url is NOT Available.
The Advertising Page Link - W Network - The advertising url is NOT Available.
History - The website url is NOT Available.
The Advertising Page Link - History - The advertising url is NOT Available.
Showcase - The website url is NOT Available.
The Advertising Page Link - Showcase - The advertising url is NOT Available.
National Geographic - The website url is NOT Available.
The Advertising Page Link - National Geographic - The advertising url is NOT Available.
Adult Swim - The website url is NOT Available.
The Advertising Page Link - Adult Swim - The advertising url is NOT Available.
YTV - The website url is NOT Available.
The Advertising Page Link - YTV - The advertising url is NOT Available.
Disney Channel Canada - The website url is NOT Available.
The Advertising Page Link - Disney Channel Canada - The advertising url is NOT Available.
Teletoon - The website url is NOT Available.
The Advertising Page Link - Teletoon - The advertising url is NOT Available.
Global News - The website url is NOT Available.
The Advertising Page Link - Global News - The advertising url is NOT Available.
Cooking Channel Canada - The website url is NOT Available.
The Advertising Page Link - Cooking Channel Canada - The advertising url is NOT Available.
MovieTime - The website url is NOT Available.
The Advertising Page Link - MovieTime - The advertising url is NOT Available.
Lifetime - The website url is NOT Available.
The Advertising Page Link - Lifetime - The advertising url is NOT Available.
History 2 - The website url is NOT Available.
The Advertising Page Link - History 2 - The advertising url is NOT Available.
DTOUR? - The website url is NOT Available.
The Advertising Page Link - DTOUR? - The advertising url is NOT Available.
DIY Network Canada - The website url is NOT Available.
The Advertising Page Link - DIY Network Canada - The advertising url is NOT Available.
DejaView - The website url is NOT Available.
The Advertising Page Link - DejaView - The advertising url is NOT Available.
Crime + Investigation - The website url is NOT Available.
The Advertising Page Link - Crime + Investigation - The advertising url is NOT Available.
Disney Junior - The website url is NOT Available.
The Advertising Page Link - Disney Junior - The advertising url is NOT Available.
Disney XD - The website url is NOT Available.
The Advertising Page Link - Disney XD - The advertising url is NOT Available.
La Cha?ne Disney - The website url is NOT Available.
The Advertising Page Link - La Cha?ne Disney - The advertising url is NOT Available.
T?l?toon - The website url is NOT Available.
The Advertising Page Link - T?l?toon - The advertising url is NOT Available.
ABC Spark - The website url is NOT Available.
The Advertising Page Link - ABC Spark - The advertising url is NOT Available.
Treehouse - The website url is NOT Available.
The Advertising Page Link - Treehouse - The advertising url is NOT Available.
S?ries Plus - The website url is NOT Available.
The Advertising Page Link - S?ries Plus - The advertising url is NOT Available.
OWN - The website url is NOT Available.
The Advertising Page Link - OWN - The advertising url is NOT Available.
Nickelodeon - The website url is NOT Available.
The Advertising Page Link - Nickelodeon - The advertising url is NOT Available.
CMT Canada - The website url is NOT Available.
The Advertising Page Link - CMT Canada - The advertising url is NOT Available.
Cartoon Network - The website url is NOT Available.
The Advertising Page Link - Cartoon Network - The advertising url is NOT Available.
testDividendsInformation
1. Verify [Hero] component in Investor Relations - Dividends - Information page ......
The [Hero] Title is not same as expected.
Actual Title: 500
Expected Title: Dividends
testDEIatCorus
1. Verify [Hero] component in Social Responsibility - Diversity & Inclusion - DE&I at Corus page ......
The [Hero] Title is same as expected - Diversity, Equity & Inclusion.
The [Hero] Sub-Title is same as expected - Creating a New Path for Equity, Diversity and Inclusion at Corus
The [Hero] Image is not displayed.
The [Hero] Description contains the expected text - Around the world, workplaces, organizations and individuals.
The [Hero] Sidebar Title is same as expected - Diversity, Equity and Inclusion Menu.
The [Hero] Siderbar Link... DE&I at Corus... https://uat1.corusent.com/social-responsibility/diversity-and-inclusion/dei-at-corus - 500
The [Hero] Siderbar Link... DE&I Action Plan... https://uat1.corusent.com/social-responsibility/diversity-and-inclusion/dei-action-plan - 500
The [Hero] Siderbar Link... 2020 Review... https://uat1.corusent.com/social-responsibility/diversity-and-inclusion/dei-review - 200
---------- This test is Failed!
2. Verify [WYSIWYG Block] component in Social Responsibility - Diversity & Inclusion - DE&I at Corus page ......
The [WYSIWYG Block] #1 Title is same as expected - No Title.
The [WYSIWYG Block] #1 Description contains the expected text - No other media organization in Canada has had a third-party take such a deep look.
The [WYSIWYG Block] #1 does not have Sidebar.
---------- This test is Passed!
testHomePage
1. Verify [Hero] component in Home page ......
The [Hero] Title is not same as expected.
Actual Title: 500
Expected Title: More content.
More places.
The [Hero] Description does not contain the expected text.
Actual Description: Please try one of these pages or come back later.
Expected Description Text: Corus is a driving force in the media industry
---------- This test is Failed!
2. Verify [Carousel] component in Home page ......
The [Carousel] Main Title is same as expected - No Title.
testCommunities
1. Verify [Hero] component in Social Responsibility - Communities page ......
The [Hero] Title is same as expected - Communities.
The [Hero] Sub-Title is same as expected - We are stronger when we look out for each other.
The [Hero] Image is not displayed.
The [Hero] Description contains the expected text - Corus people are passionate about getting involved and giving back in our local communities..
---------- This test is Failed!
2. Verify [Stat Tiles] component in Social Responsibility - Communities page ......
The [Stat Tiles] Title is same as expected - Our Community Impact.
The [Stat Tiles] Item #1 Metric is same as expected - Dollars raised for local organizations across Canada.
The [Stat Tiles] Item #1 does not have description.
The [Stat Tiles] Item #2 Metric is same as expected - Charitable organizations supported.
The [Stat Tiles] Item #2 does not have description.
The [Stat Tiles] Item #3 Metric is same as expected - Volunteer hours contributed.
The [Stat Tiles] Item #3 does not have description.
---------- This test is Passed!
3. Verify [Content Grid - Main Column] component in Social Responsibility - Communities page ......
The [Content Grid - Main Column] #1 Main Title is same as expected - No Title.
The [Content Grid - Main Column] #1 Item #1 Title is same as expected - Creating Impact.
The [Content Grid - Main Column] #1 Item #1 Image is not displayed.
The [Content Grid - Main Column] #1 Item #1 Description is - Supporting community orga......
The [Content Grid - Main Column] #1 Item #1 does not have CTA link.
The [Content Grid - Main Column] #1 Item #2 Title is same as expected - Raising Awareness.
The [Content Grid - Main Column] #1 Item #2 Image is not displayed.
The [Content Grid - Main Column] #1 Item #2 Description is - We are committed to being......
The [Content Grid - Main Column] #1 Item #2 does not have CTA link.
The [Content Grid - Main Column] #1 Item #3 Title is same as expected - Volunteerism.
The [Content Grid - Main Column] #1 Item #3 Image is not displayed.
The [Content Grid - Main Column] #1 Item #3 Description is - Corus people are passiona......
The [Content Grid - Main Column] #1 Item #3 does not have CTA link.
The [Content Grid - Main Column] #1 Item #4 Title is same as expected - Our Teams in the Community.
The [Content Grid - Main Column] #1 Item #4 Image is not displayed.
The [Content Grid - Main Column] #1 Item #4 Description is - Working with their collea......
The [Content Grid - Main Column] #1 Item #4 does not have CTA link.
---------- This test is Failed!
4. Verify [Gallery Vertical Nav] component in Social Responsibility - Communities page ......
The [Gallery Vertical Nav] #1 Title is same as expected - Major Events.
The [Gallery Vertical Nav] #1 Item #1 Image is not displayed.
The [Gallery Vertical Nav] #1 Item #1 Title is same as expected - Spirit of Giving.
The [Gallery Vertical Nav] #1 Item #2 Image is not displayed.
The [Gallery Vertical Nav] #1 Item #2 Title is same as expected - Corus Caring Hearts Radiothon.
The [Gallery Vertical Nav] #1 Item #3 Image is not displayed.
The [Gallery Vertical Nav] #1 Item #3 Title is not same as expected.
----------------Actual Title: No Title
----------------Expected Title: Variety Show of Hearts Telethon
The [Gallery Vertical Nav] #1 Item #4 Image is not displayed.
The [Gallery Vertical Nav] #1 Item #4 Title is not same as expected.
----------------Actual Title: No Title
----------------Expected Title: CKNW Kids? Fund Pink Shirt Day
The [Gallery Vertical Nav] #1 Item #5 Image is not displayed.
The [Gallery Vertical Nav] #1 Item #5 Title is not same as expected.
----------------Actual Title: No Title
----------------Expected Title: Pink Caps for Cancer
The [Gallery Vertical Nav] #1 Item #6 Image is not displayed.
The [Gallery Vertical Nav] #1 Item #6 Title is not same as expected.
----------------Actual Title: No Title
----------------Expected Title: Greater Toronto Day
The [Gallery Vertical Nav] #2 Title is same as expected - Other Events.
The [Gallery Vertical Nav] #2 Item #1 Image is not displayed.
The [Gallery Vertical Nav] #2 Item #1 Title is same as expected - Give Me Shelter.
The [Gallery Vertical Nav] #2 Item #2 Image is not displayed.
The [Gallery Vertical Nav] #2 Item #2 Title is same as expected - ?Santa Fox? Food Drive.
The [Gallery Vertical Nav] #2 Item #3 Image is not displayed.
The [Gallery Vertical Nav] #2 Item #3 Title is not same as expected.
----------------Actual Title: No Title
----------------Expected Title: Your Okanagan calendar campaign
The [Gallery Vertical Nav] #2 Item #4 Image is not displayed.
The [Gallery Vertical Nav] #2 Item #4 Title is not same as expected.
----------------Actual Title: No Title
----------------Expected Title: Edmonton?s 630 CHED Santa?s Anonymous
The [Gallery Vertical Nav] #2 Item #5 Image is not displayed.
The [Gallery Vertical Nav] #2 Item #5 Title is not same as expected.
----------------Actual Title: No Title
----------------Expected Title: Annual Holiday Toy and Food Drive
---------- This test is Failed!
5. Verify [Feature With Examples] component in Social Responsibility - Communities page ......
The [Feature With Examples] #1 main Title is same as expected - No Title.
The [Feature With Examples] #1 main Image is not displayed.
The [Feature With Examples] #1 main Description is - With Show We Care as one ......
The [Feature With Examples] #1 does not have main CTA link.
The [Feature With Examples] #1 Item #1 Image is not displayed.
The [Feature With Examples] #1 Item #1 Title is same as expected - No Title.
The [Feature With Examples] #1 Item #1 Description is - Corus Volunteer Boost! is......
The [Feature With Examples] #1 Item #1 does not have CTA link.
The [Feature With Examples] #1 Item #2 Image is not displayed.
The [Feature With Examples] #1 Item #2 Title is same as expected - No Title.
The [Feature With Examples] #1 Item #2 Description is - Corus Community Boost! is......
The [Feature With Examples] #1 Item #2 does not have CTA link.
---------- This test is Failed!
testShareHolderServices
1. Verify [Hero] component in Investor Relations - Shareholder Resources - Shareholder Services page ......
The [Hero] Title is same as expected - Shareholder Resources.
The [Hero] Image is not displayed.
---------- This test is Failed!
2. Verify [WYSIWYG Block] component in Investor Relations - Shareholder Resources - Shareholder Services page ......
The [WYSIWYG Block] #1 Title is same as expected - Shareholder Services.
The [WYSIWYG Block] #1 Description contains the expected text - Our transfer agent is:.
The [WYSIWYG Block] #1 Sidebar Title is same as expected - Shareholders Menu.
The [WYSIWYG Block] #1 Siderbar Link... Stock Information... https://uat1.corusent.com/investor-relations/shareholder-resources/stock-information - 200
The [WYSIWYG Block] #1 Siderbar Link... Analyst Coverage... https://uat1.corusent.com/investor-relations/shareholder-resources/analyst-coverage - 200
The [WYSIWYG Block] #1 Siderbar Link... Shareholder FAQ... https://uat1.corusent.com/investor-relations/shareholder-resources/frequently-asked-questions - 200
The [WYSIWYG Block] #1 Siderbar Link... Shareholder Services... https://uat1.corusent.com/investor-relations/shareholder-resources/shareholder-services - 200
The [WYSIWYG Block] #1 Siderbar Link... Contact IR... https://uat1.corusent.com/investor-relations/shareholder-resources/contact-ir - 500
---------- This test is Failed!
3. Verify [Quick Links] component in Investor Relations - Shareholder Resources - Shareholder Services page ......
The [Quick Links] #1 Main Title is same as expected - IR Quick Links.
The [Quick Links] #1 Item #1 Title is same as expected - About Corus.
The [Quick Links] #1 Item #1 Image is not displayed.
The [Quick Links] #1 Item #1 Link...... https://uat1.corusent.com/about-corus/overview - 200
The [Quick Links] #1 Item #2 Title is same as expected - Investor Presentation 2021.
The [Quick Links] #1 Item #2 Image is not displayed.
The [Quick Links] #1 Item #2 Link...... https://uat1.corusent.com/investor-relations/events-and-presentations - 200
The [Quick Links] #1 Item #3 Title is same as expected - Annual Reports.
The [Quick Links] #1 Item #3 Image is not displayed.
The [Quick Links] #1 Item #3 Link...... https://uat1.corusent.com/investor-relations/financial-reports - 500
The [Quick Links] #1 Item #4 Title is same as expected - Corporate Governance.
The [Quick Links] #1 Item #4 Image is not displayed.
The [Quick Links] #1 Item #4 Link...... https://uat1.corusent.com/investor-relations/governance/governance-documents - 200
The [Quick Links] #1 Item #5 Title is same as expected - Leadership.
The [Quick Links] #1 Item #5 Image is not displayed.
The [Quick Links] #1 Item #5 Link...... https://uat1.corusent.com/about-corus/leadership - 200
The [Quick Links] #1 Item #6 Title is same as expected - Social Responsibility.
The [Quick Links] #1 Item #6 Image is not displayed.
The [Quick Links] #1 Item #6 Link...... https://uat1.corusent.com/social-responsibility/overview - 200
---------- This test is Failed!
testShareHolderFAQ
1. Verify [Hero] component in Investor Relations - Shareholder Resources - FAQ page ......
The [Hero] Title is not same as expected.
Actual Title: 500
Expected Title: Shareholder Resources
testLeadership
1. Verify [Hero] component in About Us - Leadership page ......
The [Hero] Title is not same as expected.
Actual Title: 500
Expected Title: Leadership
at Corus
testFinancialReports
1. Verify [Hero] component in Investor Relations - Financial Reports page ......
The [Hero] Title is same as expected - Financial Reports.
The [Hero] Image is loaded.
---------- This test is Passed!
2. Verify [Financial Reports] feed in Investor Relations - Financial Reports page ......
The [Financial Reports] - "Select year" default value is expected: FY 2021.
The [Financial Reports] Title: 2021 Financial Reports ... contains the selected year: 2021.
Select Fiscal Year - Annual Information Form 2021... https://assets.uat1.corusent.com/wp-content/uploads/2021/12/Corus_AIF-2021.pdf - 200
Select Fiscal Year - Annual MD&A and Consolidated Financial Statements... https://assets.uat1.corusent.com/wp-content/uploads/2021/12/Corus_Annual_Report2021.pdf - 200
Select Fiscal Year - 2021 Q4 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/11/p_dhkfl98wek_2021q4.pdf - 200
Select Fiscal Year - 2021 Q4 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/11/s_bnlt5s9ghj2_2021q4.pdf - 200
Select Fiscal Year - 2021 Q4 Webcast... https://produceredition.webcasts.com/starthere.jsp?ei=1503433&tp_key=4beb973050 - 200
Select Fiscal Year - 2021 Q4 Event Audio... https://soundcloud.com/coruscommunications/corus-2021q4/s-TxgJ9PfuiT2?si=78c482280aa24c2a89442d04fbbddc42 - 200
Select Fiscal Year - 2021 Q4 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2021/11/Corus_2021q4.pdf - 200
Select Fiscal Year - 2021 Q3 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/11/p_t39vk_2021q3.pdf - 200
Select Fiscal Year - 2021 Q3 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/r_wofjtjg_2021q3.pdf - 200
Select Fiscal Year - 2021 Q3 Webcast... https://produceredition.webcasts.com/starthere.jsp?ei=1470805&tp_key=7de4f4c7ad - 200
Select Fiscal Year - 2021 Q3 Event Audio... https://soundcloud.com/coruscommunications/corus-2021q3/s-AZmWdRLd7aB - 200
Select Fiscal Year - 2021 Q3 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2021/06/Corus_2021q3_Slides.pdf - 200
Select Fiscal Year - 2021 Q2 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/p_tos290gjsn69sff_2021q2.pdf - 200
Select Fiscal Year - 2021 Q2 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/s_tigsdl016d8sjgw_2021q2.pdf - 200
Select Fiscal Year - 2021 Q2 Webcast... https://produceredition.webcasts.com/starthere.jsp?ei=1437824&tp_key=3faf2d4890 - 200
Select Fiscal Year - 2021 Q2 Event Audio... https://soundcloud.com/coruscommunications/corus-2021-q2 - 200
Select Fiscal Year - 2021 Q2 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2021/04/Corus_2021q2_Slides_v8f.pdf - 200
Select Fiscal Year - 2021 Q1 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/08/21q1_p_omfh8gg_sj389dxm.pdf - 200
Select Fiscal Year - 2021 Q1 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/21q1_s_iuyinvjfg_98dg21fsw.pdf - 200
Select Fiscal Year - 2021 Q1 Webcast... https://produceredition.webcasts.com/starthere.jsp?ei=1415918&tp_key=bf4acdecad - 200
Select Fiscal Year - 2021 Q1 Event Audio... https://soundcloud.com/coruscommunications/corus-f2021q1/s-4ykLVGUHc4o - 200
Select Fiscal Year - 2021 Q1 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2021/01/Corus_2021q1_Slides.pdf - 200
FY 2021 - Annual Information Form 2021... https://assets.uat1.corusent.com/wp-content/uploads/2021/12/Corus_AIF-2021.pdf - 200
FY 2021 - Annual MD&A and Consolidated Financial Statements... https://assets.uat1.corusent.com/wp-content/uploads/2021/12/Corus_Annual_Report2021.pdf - 200
FY 2021 - 2021 Q4 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/11/p_dhkfl98wek_2021q4.pdf - 200
FY 2021 - 2021 Q4 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/11/s_bnlt5s9ghj2_2021q4.pdf - 200
FY 2021 - 2021 Q4 Webcast... https://produceredition.webcasts.com/starthere.jsp?ei=1503433&tp_key=4beb973050 - 200
FY 2021 - 2021 Q4 Event Audio... https://soundcloud.com/coruscommunications/corus-2021q4/s-TxgJ9PfuiT2?si=78c482280aa24c2a89442d04fbbddc42 - 200
FY 2021 - 2021 Q4 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2021/11/Corus_2021q4.pdf - 200
FY 2021 - 2021 Q3 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/11/p_t39vk_2021q3.pdf - 200
FY 2021 - 2021 Q3 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/r_wofjtjg_2021q3.pdf - 200
FY 2021 - 2021 Q3 Webcast... https://produceredition.webcasts.com/starthere.jsp?ei=1470805&tp_key=7de4f4c7ad - 200
FY 2021 - 2021 Q3 Event Audio... https://soundcloud.com/coruscommunications/corus-2021q3/s-AZmWdRLd7aB - 200
FY 2021 - 2021 Q3 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2021/06/Corus_2021q3_Slides.pdf - 200
FY 2021 - 2021 Q2 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/p_tos290gjsn69sff_2021q2.pdf - 200
FY 2021 - 2021 Q2 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/s_tigsdl016d8sjgw_2021q2.pdf - 200
FY 2021 - 2021 Q2 Webcast... https://produceredition.webcasts.com/starthere.jsp?ei=1437824&tp_key=3faf2d4890 - 200
FY 2021 - 2021 Q2 Event Audio... https://soundcloud.com/coruscommunications/corus-2021-q2 - 200
FY 2021 - 2021 Q2 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2021/04/Corus_2021q2_Slides_v8f.pdf - 200
FY 2021 - 2021 Q1 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/08/21q1_p_omfh8gg_sj389dxm.pdf - 200
FY 2021 - 2021 Q1 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/21q1_s_iuyinvjfg_98dg21fsw.pdf - 200
FY 2021 - 2021 Q1 Webcast... https://produceredition.webcasts.com/starthere.jsp?ei=1415918&tp_key=bf4acdecad - 200
FY 2021 - 2021 Q1 Event Audio... https://soundcloud.com/coruscommunications/corus-f2021q1/s-4ykLVGUHc4o - 200
FY 2021 - 2021 Q1 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2021/01/Corus_2021q1_Slides.pdf - 200
FY 2020 - Annual Information Form 2020... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_aif2020.pdf - 200
FY 2020 - Annual Report 2020... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_annual_report_2020.pdf - 200
FY 2020 - Letter to Shareholders 2020... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_letter_shareholder_22020.pdf - 200
FY 2020 - Management Information Circular for Annual Meeting of Shareholders 2020... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_management_Info_circular_2020.pdf - 200
FY 2020 - Notice of Availability of Meeting Materials 2020... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/cei_notice_and_access_2020.pdf - 200
FY 2020 - 2020 Q4 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/p_79skhir_2020q4_ghk69255fdjashf.pdf - 200
FY 2020 - 2020 Q4 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/s_xesfdj65f_2020q4_5fjsk2390dfjfh.pdf - 200
FY 2020 - 2020 Q4 Webcast... https://produceredition.webcasts.com/starthere.jsp?ei=1382446&tp_key=8d095c769a - 200
FY 2020 - 2020 Q4 Event Audio... https://soundcloud.com/coruscommunications/corus-fiscal-2020-fourth-quarter-and-year-end-earnings-conference-call/s-LuA6XMUvW2H - 200
FY 2020 - 2020 Q4 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2020/10/Corus_2020q4.pdf - 200
FY 2020 - 2020 Q3 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/p_trist3_2020q3_zogw55gkjs.pdf - 200
FY 2020 - 2020 Q3 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/s_ymblag3_2020q3_b890sghfgg.pdf - 200
FY 2020 - 2020 Q3 Webcast... https://produceredition.webcasts.com/starthere.jsp?ei=1331427&tp_key=37e55ccefe - 200
FY 2020 - 2020 Q3 Event Audio... https://soundcloud.com/coruscommunications/corus2020q3/s-zJp6c6hnUa1 - 200
FY 2020 - 2020 Q3 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2020/06/Corus_2020q3_Slides2.pdf - 200
FY 2020 - 2020 Q2 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/08/p_sjght_2020q2_5ugb8wr.pdf - 200
FY 2020 - 2020 Q2 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/s_rhts389shfd5tx2020q2bjhts.pdf - 200
FY 2020 - 2020 Q2 Webcast... https://produceredition.webcasts.com/starthere.jsp?ei=1291566&tp_key=b0a90e0210 - 200
FY 2020 - 2020 Q2 Event Audio... https://soundcloud.com/coruscommunications/corus2020q2/s-sT1b443L8Y5 - 200
FY 2020 - 2020 Q2 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2020/04/Corus_2020q2_Slides.pdf - 200
FY 2020 - 2020 Q1 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/p_vmfpdm283_dlfdlwl3.pdf - 200
FY 2020 - 2020 Q1 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/s_59tpdj4_ghfdej34vhem.pdf - 200
FY 2020 - 2020 Q1 Webcast... https://event.on24.com/wcc/r/2160683/0585D8B01B0504617395BFDC690695C8 - 200
FY 2020 - 2020 Q1 Event Audio... https://soundcloud.com/coruscommunications/corus-f20q1/s-R1ytXdqH57z?si=94ec08981cdd484db4009d475bf8b2fe - 200
FY 2020 - 2020 Q1 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2020/01/Corus_2020q1_Slides.pdf - 200
FY 2019 - Annual Information Form 2019... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_aif2019_final.pdf - 200
FY 2019 - Annual Report 2019... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_ar2019.pdf - 200
FY 2019 - Letter to Shareholders 2019... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_letter_shareholder_2019.pdf - 200
FY 2019 - Management Information Circular for Annual Meeting of Shareholders 2019... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_management_Info_circular_2019.pdf - 200
FY 2019 - Notice of Availability of Meeting Materials 2019... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/cei_notice_and_access_2019.pdf - 200
FY 2019 - 2019 Q4 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/p_kfhskr582_vgh88.pdf - 200
FY 2019 - 2019 Q4 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/s_zkfhri20_ghdk468.pdf - 200
FY 2019 - 2019 Q4 Webcast... https://event.on24.com/eventRegistration/EventLobbyServlet?target=reg20.jsp&referrer=&eventid=2103185&sessionid=1&key=87D0C521FCE6825E9701D0DE45EB7208®Tag=&sourcepage=register - 200
FY 2019 - 2019 Q4 Event Audio... https://soundcloud.com/coruscommunications/corus2019q4/s-aaXZu - 200
FY 2019 - 2019 Q4 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2019/10/Corus_2019q4_Slides.pdf - 200
FY 2019 - 2019 Q3 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/p_tbs157gko_89sgznxf.pdf - 200
FY 2019 - 2019 Q3 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/s_90jghcsk_ianenr34rr5.pdf - 200
FY 2019 - 2019 Q3 Webcast... https://event.on24.com/wcc/r/2019095/D980D7730160D9567338889FAC4F34D0 - 200
FY 2019 - 2019 Q3 Event Audio... https://soundcloud.com/coruscommunications/corus-2019q3/s-Sa1lJ - 200
FY 2019 - 2019 Q3 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2019/06/Corus_2019q3.pdf - 200
FY 2019 - 2019 Q2 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/08/p_wjdts375_djrrm_dlcksrndi.pdf - 200
FY 2019 - 2019 Q2 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/s_tpfjs_rorkxdmssus_18sus.pdf - 200
FY 2019 - 2019 Q2 Webcast... https://event.on24.com/wcc/r/1965283/367CF10CD1D2464DEBAD0AFD2BC811CA - 200
FY 2019 - 2019 Q2 Event Audio... https://soundcloud.com/user-251787320/corus-2019q2/s-O8D7g - 200
FY 2019 - 2019 Q2 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2019/04/Corus_2019q2_Slides.pdf - 200
FY 2019 - 2019 Q1 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/p_14djgjsk_09fjha_4jghzpd_70d.pdf - 200
FY 2019 - 2019 Q1 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/s_4729sjhtpbv_921sjdh_680dfskei.pdf - 200
FY 2019 - 2019 Q1 Webcast... https://event.on24.com/wcc/r/1902118/DFE8A7C2CBE6EA3FE5C998230B3ADF2E - 200
FY 2019 - 2019 Q1 Event Audio... https://soundcloud.com/user-251787320/corus-2019q1/s-EUzp6 - 200
FY 2019 - 2019 Q1 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2019/01/Corus_2019q1_Slides.pdf - 200
FY 2018 - Annual Information Form 2018... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_aif2018_final.pdf - 200
FY 2018 - Annual Report 2018... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_ar2018_front_v7_full_lowres.pdf - 200
FY 2018 - Letter to Shareholders 2018... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_letter_shareholder_2018.pdf - 200
FY 2018 - Management Information Circular for Annual and Special Meeting of Shareholders 2018... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_management_Info_circular_2018.pdf - 200
FY 2018 - Notice of Availability of Meeting Materials 2018... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/cei_notice_and_access_2018.pdf - 200
FY 2018 - 2018 Q4 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/p_xnc23_689si_gjksll_fjjejs_ok734.pdf - 200
FY 2018 - 2018 Q4 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/s_589sjdhz_tidjg2190_djamcz_34.pdf - 200
FY 2018 - 2018 Q4 Webcast... https://event.on24.com/wcc/r/1852089/8EAB5125F3AADBD73C9CEFB53A3ACED1 - 200
FY 2018 - 2018 Q4 Event Audio... https://soundcloud.com/coruscommunications/corus-f2018q4/s-H6n2mMUZJfs?si=94ec08981cdd484db4009d475bf8b2fe - 200
FY 2018 - 2018 Q4 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2018/10/Corus_2018q4_Slides_v4.pdf - 200
FY 2018 - 2018 Q3 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/08/corus_2018q3_press_release_20180627.pdf - 200
FY 2018 - 2018 Q3 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_2018q3_shareholdersreport_20180627.pdf - 200
FY 2018 - 2018 Q3 Webcast... https://event.on24.com/wcc/r/1772913/1E9C6895D7700EB5FD9213946F4CC744 - 200
FY 2018 - 2018 Q3 Event Audio... https://soundcloud.com/user-corus-entertainment/corus-third-quarter-2018-earnings-conference-call/s-o9mQI - 200
FY 2018 - 2018 Q3 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2018/06/2018q3_Slides_20180627.pdf - 200
FY 2018 - 2018 Q2 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/08/corus_2018q2_pressrelease.pdf - 200
FY 2018 - 2018 Q2 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_2018q2_shareholdersreport.pdf - 200
FY 2018 - 2018 Q2 Webcast... https://event.on24.com/wcc/r/1637114/37906EB5840053CCBA565FB789E9D3F8 - 200
FY 2018 - 2018 Q2 Event Audio... https://soundcloud.com/user-corus-entertainment/corus-2018-q2/s-4hSdd - 200
FY 2018 - 2018 Q2 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2018/04/Corus_2018q2_Slides.pdf - 200
FY 2018 - 2018 Q1 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/08/corus_2018q1_pressrelease.pdf - 200
FY 2018 - 2018 Q1 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_2018q1_shareholdersreport.pdf - 200
FY 2018 - 2018 Q1 Webcast... https://event.on24.com/wcc/r/1577013/3D7207624D21FCD82308C00479B60A92 - 200
FY 2018 - 2018 Q1 Event Audio... https://soundcloud.com/user-corus-entertainment/corus-f2018-q1/s-qMfc4 - 200
FY 2018 - 2018 Q1 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2018/01/2018q1_Slides_v11f.pdf - 200
FY 2017 - Annual Information Form 2017... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_aif2017_final.pdf - 200
FY 2017 - Annual Report 2017... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_annual_report_2017.pdf - 200
FY 2017 - Letter to Shareholders 2017... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_letter_shareholder_2017.pdf - 200
FY 2017 - Management Information Circular for Annual Meeting of Shareholders 2017... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_management_Info_circular_2017.pdf - 200
FY 2017 - 2017 Q4 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/08/corus_2017q4_pressrelease.pdf - 200
FY 2017 - 2017 Q4 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_2017q4_reportshareholders.pdf - 200
FY 2017 - 2017 Q4 Webcast... https://event.on24.com/wcc/r/1522663/A0901D45B3F02B1A0A2C7229EF2C03D - 200
FY 2017 - 2017 Q4 Event Audio... https://soundcloud.com/coruscommunications/corus-f2017q4/s-52Xkr4PFUlS?si=94ec08981cdd484db4009d475bf8b2fe - 200
FY 2017 - 2017 Q4 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2017/10/2017q4_Slides_v8.pdf - 200
FY 2017 - 2017 Q3 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/08/corus_2017q3_presslease.pdf - 200
FY 2017 - 2017 Q3 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_2017q3_shareholdersreport.pdf - 200
FY 2017 - 2017 Q3 Webcast... https://event.on24.com/wcc/r/1448282/4CCA79508CD9D35FA37E21A9F494614F - 200
FY 2017 - 2017 Q3 Event Audio... https://soundcloud.com/coruscommunications/corus-f2017q3/s-D2DRsOYkMmc?si=94ec08981cdd484db4009d475bf8b2fe - 200
FY 2017 - 2017 Q3 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2017/06/2017q3_Slides_v3.pdf - 200
FY 2017 - 2017 Q2 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/08/corus_2017q2_akstp_pressrelease.pdf - 200
FY 2017 - 2017 Q2 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_2017q2_qkrshareholdersreport.pdf - 200
FY 2017 - 2017 Q2 Webcast... https://uat1.corusent.com/http://event.on24.com/r.htm?e=1398405&s=1&k=EC2080694BB8ADFD6D111038BDB42E65 - 308
FY 2017 - 2017 Q2 Event Audio... https://soundcloud.com/coruscommunications/corus-f2017q2/s-wVEeiXMFfXk?si=94ec08981cdd484db4009d475bf8b2fe - 200
FY 2017 - 2017 Q2 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2017/05/2017q2_Slides_v5fe.pdf - 200
FY 2017 - 2017 Q1 Press Release... https://assets.uat1.corusent.com/wp-content/uploads/2021/08/corus_2017q1_pressrelease.pdf - 200
FY 2017 - 2017 Q1 Financial Report... https://assets.uat1.corusent.com/wp-content/uploads/2021/09/corus_2017_q1_shareholdersreport.pdf - 200
FY 2017 - 2017 Q1 Webcast... https://uat1.corusent.com/http://event.on24.com/r.htm?e=1344490&s=1&k=6A48CC36FE729E924E14752AE16F021B - 308
FY 2017 - 2017 Q1 Event Audio... https://soundcloud.com/coruscommunications/corus-f2017q1/s-cmSop0ZOB4v?si=94ec08981cdd484db4009d475bf8b2fe - 200
FY 2017 - 2017 Q1 Presentation... https://assets.uat1.corusent.com/wp-content/uploads/2017/01/2017q1_Slides-v8-edit-jan23.pdf - 200
---------- This test is Passed!
3. Verify [Disclaimer] component in Investor Relations - Financial Reports page ......
The [Disclaimer] Title is same as expected - Disclaimer.
The [Disclaimer] Description contains the expected text - These archived presentations and related materials are provided for reference by Corus..
---------- This test is Passed!
4. Verify [Quick Links] component in Investor Relations - Financial Reports page ......
The [Quick Links] #1 Main Title is same as expected - IR Quick Links.
The [Quick Links] #1 Item #1 Title is same as expected - About Corus.
The [Quick Links] #1 Item #1 Image is loaded.
The [Quick Links] #1 Item #1 Link...... https://uat1.corusent.com/about-corus/overview - 200
The [Quick Links] #1 Item #2 Title is same as expected - Investor Presentation 2021.
The [Quick Links] #1 Item #2 Image is loaded.
The [Quick Links] #1 Item #2 Link...... https://uat1.corusent.com/investor-relations/events-and-presentations - 500
The [Quick Links] #1 Item #3 Title is same as expected - Annual Reports.
The [Quick Links] #1 Item #3 Image is loaded.
The [Quick Links] #1 Item #3 Link...... https://uat1.corusent.com/investor-relations/financial-reports - 200
The [Quick Links] #1 Item #4 Title is same as expected - Corporate Governance.
The [Quick Links] #1 Item #4 Image is loaded.
The [Quick Links] #1 Item #4 Link...... https://uat1.corusent.com/investor-relations/governance/governance-documents - 200
The [Quick Links] #1 Item #5 Title is same as expected - Leadership.
The [Quick Links] #1 Item #5 Image is loaded.
The [Quick Links] #1 Item #5 Link...... https://uat1.corusent.com/about-corus/leadership - 200
The [Quick Links] #1 Item #6 Title is same as expected - Social Responsibility.
The [Quick Links] #1 Item #6 Image is loaded.
The [Quick Links] #1 Item #6 Link...... https://uat1.corusent.com/social-responsibility/overview - 200
---------- This test is Failed!
testMediaCentrePressReleases
1. Verify [Hero] component in Media Centre - Press Releases page ......
The [Hero] Title is not same as expected.
Actual Title: 500
Expected Title: Press Releases
---------- This test is Failed!
2. Verify [Press Releases] feed in Media Centre - Press Releases page ......
Something went wrong, no Press Releases shows up ...
---------- This test is Failed!
testSocialResponsibilityOverview
1. Verify [Hero] component in Social Responsibility - Overview page ......
The [Hero] Title is not same as expected.
Actual Title: 500
Expected Title: Social Responsibility
The [Hero] Sub-Title is not same as expected.
Actual Sub-Title: Sorry! We are experiencing technical difficulties.
Expected Sub-Title: We are all stronger when we look out for each other.
testMediaAssetsRequests
1. Verify [Hero] component in Media Centre - Media Assets Requests page ......
The [Hero] Title is not same as expected.
Actual Title: 500
Expected Title: Request Corus Media Assets
The [Hero] Description does not contain the expected text.
Actual Description: Please try one of these pages or come back later.
Expected Description Text: This link is only available to approved member of the media.
---------- This test is Failed!
testShareHolderAnalystCoverage
1. Verify [Hero] component in Investor Relations - Shareholder Resources - Analyst Coverage page ......
The [Hero] Title is same as expected - Shareholder Resources.
The [Hero] Image is not displayed.
---------- This test is Failed!
2. Verify [WYSIWYG Block] component in Investor Relations - Shareholder Resources - Analyst Coverage page ......
The [WYSIWYG Block] #1 Title is same as expected - Analyst Coverage.
The [WYSIWYG Block] #1 Description contains the expected text - Corus Entertainment Inc. is followed by the analysts listed below:.
The [WYSIWYG Block] #1 Sidebar Title is same as expected - Shareholders Menu.
The [WYSIWYG Block] #1 Siderbar Link... Stock Information... https://uat1.corusent.com/investor-relations/shareholder-resources/stock-information - 200
The [WYSIWYG Block] #1 Siderbar Link... Analyst Coverage... https://uat1.corusent.com/investor-relations/shareholder-resources/analyst-coverage - 500
The [WYSIWYG Block] #1 Siderbar Link... Shareholder FAQ... https://uat1.corusent.com/investor-relations/shareholder-resources/frequently-asked-questions - 500
The [WYSIWYG Block] #1 Siderbar Link... Shareholder Services... https://uat1.corusent.com/investor-relations/shareholder-resources/shareholder-services - 200
The [WYSIWYG Block] #1 Siderbar Link... Contact IR... https://uat1.corusent.com/investor-relations/shareholder-resources/contact-ir - 200
---------- This test is Failed!
3. Verify [Quick Links] component in Investor Relations - Shareholder Resources - Analyst Coverage page ......
The [Quick Links] #1 Main Title is same as expected - IR Quick Links.
The [Quick Links] #1 Item #1 Title is same as expected - About Corus.
The [Quick Links] #1 Item #1 Image is not displayed.
The [Quick Links] #1 Item #1 Link...... https://uat1.corusent.com/about-corus/overview - 200
The [Quick Links] #1 Item #2 Title is same as expected - Investor Presentation 2021.
The [Quick Links] #1 Item #2 Image is not displayed.
The [Quick Links] #1 Item #2 Link...... https://uat1.corusent.com/investor-relations/events-and-presentations - 200
The [Quick Links] #1 Item #3 Title is same as expected - Annual Reports.
The [Quick Links] #1 Item #3 Image is not displayed.
The [Quick Links] #1 Item #3 Link...... https://uat1.corusent.com/investor-relations/financial-reports - 200
The [Quick Links] #1 Item #4 Title is same as expected - Corporate Governance.
The [Quick Links] #1 Item #4 Image is not displayed.
The [Quick Links] #1 Item #4 Link...... https://uat1.corusent.com/investor-relations/governance/governance-documents - 500
The [Quick Links] #1 Item #5 Title is same as expected - Leadership.
The [Quick Links] #1 Item #5 Image is not displayed.
The [Quick Links] #1 Item #5 Link...... https://uat1.corusent.com/about-corus/leadership - 200
The [Quick Links] #1 Item #6 Title is same as expected - Social Responsibility.
The [Quick Links] #1 Item #6 Image is not displayed.
The [Quick Links] #1 Item #6 Link...... https://uat1.corusent.com/social-responsibility/overview - 500
---------- This test is Failed!
testPeople
1. Verify [Hero] component in Social Responsibility - People page ......
The [Hero] Title is same as expected - People.
The [Hero] Sub-Title is same as expected - A strong corporate culture drives our success.
The [Hero] Image is not displayed.
The [Hero] Description contains the expected text - Our people and culture bring ideas to life that will drive our long-term success..
---------- This test is Failed!
2. Verify [Feature Component] component in Social Responsibility - People page ......
The [Feature Component] #1 Main Title is same as expected - No Title.
The [Feature Component] #1 Item #1 Title is same as expected - Careers at Corus.
The [Feature Component] #1 Item #1 Image is not displayed.
The [Feature Component] #1 Item #1 Description is - Click here to view the op......
The [Feature Component] #1 Item #1 Link...... https://uat1.corusent.com/careers - 200
---------- This test is Failed!
testGovernanceLeadership
1. Verify [Hero] component in Investor Relations - Governance - Leadership & Directors page ......
The [Hero] Title is same as expected - Leadership at Corus.
The [Hero] Image is not displayed.
---------- This test is Failed!
2. Verify [Teams] component in Investor Relations - Governance - Leadership & Directors page ......
testDividendsReinvestment
1. Verify [Hero] component in Investor Relations - Dividends - Reinvestment Plan page ......
The [Hero] Title is same as expected - Dividends.
---------- This test is Passed!
2. Verify [WYSIWYG Block] component in Investor Relations - Dividends - Information page ......
The [WYSIWYG Block] #1 Title is same as expected - Dividend Reinvestment Plan.
The [WYSIWYG Block] #1 Description contains the expected text - Dividend Reinvestment Plan (the ?Plan?).
The [WYSIWYG Block] #1 Sidebar Title is same as expected - Dividend Info Menu.
The [WYSIWYG Block] #1 Siderbar Link... Dividend Information... https://uat1.corusent.com/investor-relations/dividends/information - 500
The [WYSIWYG Block] #1 Siderbar Link... Dividend History... https://uat1.corusent.com/investor-relations/dividends/history - 500
The [WYSIWYG Block] #1 Siderbar Link... Dividend Reinvestment Plan... https://uat1.corusent.com/investor-relations/dividends/reinvestment-plan - 200
---------- This test is Failed!
3. Verify [Quick Links] component in Investor Relations - Dividends - Reinvestment Plan page ......
The [Quick Links] #1 Main Title is same as expected - IR Quick Links.
The [Quick Links] #1 Item #1 Title is same as expected - About Corus.
The [Quick Links] #1 Item #1 Image is not displayed.
The [Quick Links] #1 Item #1 Link...... https://uat1.corusent.com/about-corus/overview - 200
The [Quick Links] #1 Item #2 Title is same as expected - Investor Presentation 2021.
The [Quick Links] #1 Item #2 Image is not displayed.
The [Quick Links] #1 Item #2 Link...... https://uat1.corusent.com/investor-relations/events-and-presentations - 200
The [Quick Links] #1 Item #3 Title is same as expected - Annual Reports.
The [Quick Links] #1 Item #3 Image is not displayed.
The [Quick Links] #1 Item #3 Link...... https://uat1.corusent.com/investor-relations/financial-reports - 200
The [Quick Links] #1 Item #4 Title is same as expected - Corporate Governance.
The [Quick Links] #1 Item #4 Image is not displayed.
The [Quick Links] #1 Item #4 Link...... https://uat1.corusent.com/investor-relations/governance/governance-documents - 200
The [Quick Links] #1 Item #5 Title is same as expected - Leadership.
The [Quick Links] #1 Item #5 Image is not displayed.
The [Quick Links] #1 Item #5 Link...... https://uat1.corusent.com/about-corus/leadership - 200
The [Quick Links] #1 Item #6 Title is same as expected - Social Responsibility.
The [Quick Links] #1 Item #6 Image is not displayed.
The [Quick Links] #1 Item #6 Link...... https://uat1.corusent.com/social-responsibility/overview - 500
---------- This test is Failed!
testEventsAndPresentations
1. Verify [Hero] component in Investor Relations - Events & Presentations page ......
The [Hero] Title is not same as expected.
Actual Title: 500
Expected Title: Events & Presentations
testCorusQuay
1. Verify [Hero] component in About Corus - Corus Quay page ......
The [Hero] Title is not same as expected.
Actual Title: 500
Expected Title: Corus Quay
The [Hero] Sub-Title is not same as expected.
Actual Sub-Title: Sorry! We are experiencing technical difficulties.
Expected Sub-Title: The award-winning, innovative facility has been hailed as a model for broadcast and content operations around the world.
testOurBrands
1. Verify [Hero] component in Our Brands page ......
The [Hero] Title is same as expected - Our Brands.
The [Hero] Sub-Title is same as expected - The right brands to deliver the right audiences on time.
---------- This test is Passed!
2. Verify [Brands] component in Our Brands page ......
The [Content Grid] Mian Title item does not exist. The expected Title is: Explore Our Brands
---------- This test is Failed!
testDEIActionPlan
1. Verify [Hero] component in Social Responsibility - Diversity & Inclusion - DE&I Action Plan page ......
The [Hero] Title is not same as expected.
Actual Title: 500
Expected Title: DE&I Action Plan
The [Hero] Sub-Title is not same as expected.
Actual Sub-Title: Sorry! We are experiencing technical difficulties.
Expected Sub-Title: Multi-year Action Plan Update: as at September 2021
---------- This test is Failed!
2. Verify [WYSIWYG Block] component in Social Responsibility - Diversity & Inclusion - DE&I Action Plan page ......
testShareHolderContactIR
1. Verify [Hero] component in Investor Relations - Shareholder Resources - Contact IR page ......
The [Hero] Title is same as expected - Contact IR.
The [Hero] Image is not displayed.
---------- This test is Failed!
2. Verify [WYSIWYG Block] component in Investor Relations - Shareholder Resources - Contact IR page ......
The [WYSIWYG Block] #1 Title is same as expected - No Title.
The [WYSIWYG Block] #1 Description contains the expected text - Investor Relations.
The [WYSIWYG Block] #1 Sidebar Title is same as expected - Shareholders Menu.
The [WYSIWYG Block] #1 Siderbar Link... Stock Information... https://uat1.corusent.com/investor-relations/shareholder-resources/stock-information - 200
The [WYSIWYG Block] #1 Siderbar Link... Analyst Coverage... https://uat1.corusent.com/investor-relations/shareholder-resources/analyst-coverage - 200
The [WYSIWYG Block] #1 Siderbar Link... Shareholder FAQ... https://uat1.corusent.com/investor-relations/shareholder-resources/frequently-asked-questions - 200
The [WYSIWYG Block] #1 Siderbar Link... Shareholder Services... https://uat1.corusent.com/investor-relations/shareholder-resources/shareholder-services - 200
The [WYSIWYG Block] #1 Siderbar Link... Contact IR... https://uat1.corusent.com/investor-relations/shareholder-resources/contact-ir - 200
---------- This test is Passed!
3. Verify [Quick Links] component in Investor Relations - Shareholder Resources - Contact IR page ......
The [Quick Links] #1 Main Title is same as expected - IR Quick Links.
The [Quick Links] #1 Item #1 Title is same as expected - About Corus.
The [Quick Links] #1 Item #1 Image is not displayed.
The [Quick Links] #1 Item #1 Link...... https://uat1.corusent.com/about-corus/overview - 200
The [Quick Links] #1 Item #2 Title is same as expected - Investor Presentation 2021.
The [Quick Links] #1 Item #2 Image is not displayed.
The [Quick Links] #1 Item #2 Link...... https://uat1.corusent.com/investor-relations/events-and-presentations - 200
The [Quick Links] #1 Item #3 Title is same as expected - Annual Reports.
The [Quick Links] #1 Item #3 Image is not displayed.
The [Quick Links] #1 Item #3 Link...... https://uat1.corusent.com/investor-relations/financial-reports - 200
The [Quick Links] #1 Item #4 Title is same as expected - Corporate Governance.
The [Quick Links] #1 Item #4 Image is not displayed.
The [Quick Links] #1 Item #4 Link...... https://uat1.corusent.com/investor-relations/governance/governance-documents - 200
The [Quick Links] #1 Item #5 Title is same as expected - Leadership.
The [Quick Links] #1 Item #5 Image is not displayed.
The [Quick Links] #1 Item #5 Link...... https://uat1.corusent.com/about-corus/leadership - 200
The [Quick Links] #1 Item #6 Title is same as expected - Social Responsibility.
The [Quick Links] #1 Item #6 Image is not displayed.
The [Quick Links] #1 Item #6 Link...... https://uat1.corusent.com/social-responsibility/overview - 200
---------- This test is Failed!
testOurValues
1. Verify [Hero] component in About Corus - Our Values page ......
The [Hero] Title is same as expected - Our Values.
The [Hero] Sub-Title is same as expected - Wonder what makes Corus, well, Corus?
The [Hero] Image is not displayed.
The [Hero] Description contains the expected text - In a nutshell, it?s our values..
---------- This test is Failed!
2. Verify [Content Grid] component in About Corus - Our Values page ......
The [Content Grid] Main Title is same as expected - No Title.
The [Content Grid] #1 Item #1 Title is same as expected - Win Together.
The [Content Grid] #1 Item #1 Image is not displayed.
The [Content Grid] #1 Item #1 Description is - Be approachable and activ......
The [Content Grid] #1 Item #1 does not have CTA link.
The [Content Grid] #1 Item #2 Title is same as expected - Think Beyond.
The [Content Grid] #1 Item #2 Image is not displayed.
The [Content Grid] #1 Item #2 Description is - Challenge assumptions, im......
The [Content Grid] #1 Item #2 does not have CTA link.
The [Content Grid] #1 Item #3 Title is same as expected - Make it Happen.
The [Content Grid] #1 Item #3 Image is not displayed.
The [Content Grid] #1 Item #3 Description is - Focus on priorities, take......
The [Content Grid] #1 Item #3 does not have CTA link.
The [Content Grid] #1 Item #4 Title is same as expected - Learn Every Day.
The [Content Grid] #1 Item #4 Image is not displayed.
The [Content Grid] #1 Item #4 Description is - Be curious and look broad......
The [Content Grid] #1 Item #4 does not have CTA link.
The [Content Grid] #1 Item #5 Title is same as expected - Show We Care.
The [Content Grid] #1 Item #5 Image is not displayed.
The [Content Grid] #1 Item #5 Description is - Support each other?s pers......
The [Content Grid] #1 Item #5 does not have CTA link.
The [Content Grid] #1 Item #6 Title is same as expected - No Title.
The [Content Grid] #1 Item #6 Image is not displayed.
The [Content Grid] #1 Item #6 does not have Description.
The [Content Grid] #1 Item #6 does not have CTA link.
---------- This test is Failed!
3. Verify [Quick Links] component in About Corus - Our Values page ......
The [Quick Links] #1 Main Title is same as expected - About Us Quick Links.
The [Quick Links] #1 Item #1 Title is same as expected - Our Values.
The [Quick Links] #1 Item #1 Image is not displayed.
The [Quick Links] #1 Item #1 Link...... https://uat1.corusent.com/about-corus/our-values - 500
The [Quick Links] #1 Item #2 Title is same as expected - Social Responsibility.
The [Quick Links] #1 Item #2 Image is not displayed.
The [Quick Links] #1 Item #2 Link...... https://uat1.corusent.com/social-responsibility/overview - 500
The [Quick Links] #1 Item #3 Title is same as expected - Leadership.
The [Quick Links] #1 Item #3 Image is not displayed.
The [Quick Links] #1 Item #3 Link...... https://uat1.corusent.com/about-corus/leadership - 200
The [Quick Links] #1 Item #4 Title is same as expected - Diversity, Equity & Inclusion.
The [Quick Links] #1 Item #4 Image is not displayed.
The [Quick Links] #1 Item #4 Link...... https://uat1.corusent.com/social-responsibility/diversity-and-inclusion/dei-at-corus - 500
The [Quick Links] #1 Item #5 Title is same as expected - Media Centre.
The [Quick Links] #1 Item #5 Image is not displayed.
The [Quick Links] #1 Item #5 Link...... https://uat1.corusent.com/media-centre/press-releases - 500
The [Quick Links] #1 Item #6 Title is same as expected - Corus Quay.
The [Quick Links] #1 Item #6 Image is not displayed.
The [Quick Links] #1 Item #6 Link...... https://uat1.corusent.com/about-corus/corus-quay - 500
---------- This test is Failed!
testHeaderNavLogo
1. Verify Main Nav Menus - Corus Logo image is loaded properly. ......
The Main Nav Menus - Corus Logo is loaded: true
---------- This test is Passed!
2. Verify Main Nav Menus - Corus Logo url returns statusCode 200. ......
... https://uat1.corusent.com/ - 500
---------- This test is Failed!
3. Verify Main Nav Menus - Corus Logo links to Homepage. ......
The Main Nav Menus - Corus Logo link: https://uat1.corusent.com/
---------- This test is Passed!
testCreativeServices
1. Verify [Hero] component in Advertising - Creative Services page ......
The [Hero] Title is not same as expected.
Actual Title: 500
Expected Title: Creative Services
The [Hero] Sub-Title is not same as expected.
Actual Sub-Title: Sorry! We are experiencing technical difficulties.
Expected Sub-Title: Ready for the spotlight? Unlock the power of our audiences.
testTelevision
1. Verify [Hero] component in Advertising - Television page ......
The [Hero] Title is same as expected - Television.
The [Hero] Sub-Title is same as expected - We make your brands the biggest thing on television.
The [Hero] Image is not displayed.
The [Hero] Description contains the expected text - We have who you are looking for. .
The [Hero] CTA Button Text is same as expected - Advertise with Us.
---------- This test is Failed!
2. Verify [Stat Tiles] component in Advertising - Television page ......
The [Stat Tiles] Title is same as expected - Why TV?.
The [Stat Tiles] Item #1 Metric is same as expected - of budget.
The [Stat Tiles] Item #1 Description is - According to Accenture, an optimal m......
The [Stat Tiles] Item #2 Metric is same as expected - average ROI.
The [Stat Tiles] Item #2 Description is - TV delivers the highest return on in......
The [Stat Tiles] Item #3 Metric is same as expected - sales increase.
The [Stat Tiles] Item #3 Description is - TV has a halo impact on digital camp......
---------- This test is Passed!
3. Verify [Brands] component in Advertising - Television page ......
The [Content Grid] Mian Title item does not exist. The expected Title is: Our television networks
---------- This test is Failed!
4. Verify [Feature Component] component in Advertising - Television page ......
The [Feature Component] #1 Title is same as expected - Advertising Solutions.
The [Feature Component] #1 Item #1 Title is same as expected - It's time for Tempo..
The [Feature Component] #1 Item #1 Image is not displayed.
The [Feature Component] #1 Item #1 Description is - Corus TEMPO is a full-ser......
The [Feature Component] #1 Item #1 Link...... https://tempo.corusent.com/ - 200
The [Feature Component] #1 Item #2 Title is same as expected - Advanced Advertising made easy..
The [Feature Component] #1 Item #2 Image is not displayed.
The [Feature Component] #1 Item #2 Description is - We spark growth by unlock......
The [Feature Component] #1 Item #2 Link...... https://uat1.corusent.com/advertising/advanced-advertising - 200
---------- This test is Failed!
5. Verify [Text CTA] component in Advertising - Television page ......
The [Text CTA] #1 Title is same as expected - Technical Specifications.
The [Text CTA] #1 Description contains the expected text - Need information regarding advertising specs for your content?.
The [Text CTA] #1 Link... View technical specifications... https://uat1.corusent.com/technical-specifications - 200
The [Text CTA] #2 Title is same as expected - Want to learn more?.
The [Text CTA] #2 Description contains the expected text - We?d love to hear from you!.
The [Text CTA] #2 Button Text is same as expected - ADVERTISE WITH US.
---------- This test is Passed!
testHeaderLogo
1. Verify Header - Corus Logo image is loaded properly. ......
The Header - Corus Logo is loaded: true
---------- This test is Passed!
2. Verify Header - Corus Logo url returns statusCode 200. ......
... https://uat1.corusent.com/ - 500
---------- This test is Failed!
3. Verify Header - Corus Logo links to Homepage. ......
The Header - Corus Logo Link: https://uat1.corusent.com/
---------- This test is Passed!
0 ignored methods
Methods in chronological order
corusent.qa.corusent.tests.header.HeaderCorusLogo
beforeMethod(Chrome, https://uat1.corusent.com/)
0 ms
corusent.qa.corusent.tests.header.HamburgerBtn
beforeMethod(Chrome, https://uat1.corusent.com/)
4 ms
corusent.qa.corusent.tests.header.MainNavCorusLogo
beforeMethod(Chrome, https://uat1.corusent.com/)
12 ms
corusent.qa.corusent.tests.header.HamburgerBtn
testHamburgerMenuBtn
1324 ms
corusent.qa.corusent.tests.header.HeaderCorusLogo
testHeaderLogo
1325 ms
corusent.qa.corusent.tests.header.MainNavCorusLogo
testHeaderNavLogo
1325 ms
corusent.qa.corusent.tests.header.HamburgerBtn
afterMethod
5041 ms
corusent.qa.corusent.tests.header.MainNavMenus
beforeMethod(Chrome, https://uat1.corusent.com/)
5116 ms
testMainNavMenus
5556 ms
corusent.qa.corusent.tests.header.HeaderCorusLogo
afterMethod
5704 ms
corusent.qa.corusent.tests.footer.CopyrightYear
beforeMethod(Chrome, https://uat1.corusent.com/)
5771 ms
testCopyrightYear
6041 ms
corusent.qa.corusent.tests.header.MainNavCorusLogo
afterMethod
6568 ms
corusent.qa.corusent.tests.footer.FooterCorusLogo
beforeMethod(Chrome, https://uat1.corusent.com/)
6636 ms
corusent.qa.corusent.tests.footer.CopyrightYear
afterMethod
7291 ms
corusent.qa.corusent.tests.footer.FooterCorusLogo
testFooterLogo
7309 ms
corusent.qa.corusent.tests.footer.FooterMenus
beforeMethod(Chrome, https://uat1.corusent.com/)
7438 ms
testFooterMenus
7800 ms
corusent.qa.corusent.tests.footer.FooterCorusLogo
afterMethod
10911 ms
corusent.qa.corusent.tests.footer.SocialIcons
beforeMethod(Chrome, https://uat1.corusent.com/)
11000 ms
testSocialIcons
11521 ms
afterMethod
14270 ms
corusent.qa.corusent.tests.rootPages.HomePage
beforeMethod(Chrome, https://uat1.corusent.com/)
14339 ms
testHomePage
14697 ms
corusent.qa.corusent.tests.footer.FooterMenus
afterMethod
17304 ms
corusent.qa.corusent.tests.aboutCorus.AboutCorusOverview
beforeMethod(Chrome, https://uat1.corusent.com/)
17371 ms
testAboutCorusOverview
17789 ms
corusent.qa.corusent.tests.rootPages.HomePage
afterMethod
25758 ms
corusent.qa.corusent.tests.aboutCorus.OurValues
beforeMethod(Chrome, https://uat1.corusent.com/)
25831 ms
testOurValues
26198 ms
corusent.qa.corusent.tests.header.MainNavMenus
afterMethod
28567 ms
corusent.qa.corusent.tests.aboutCorus.Leadership
beforeMethod(Chrome, https://uat1.corusent.com/)
28635 ms
corusent.qa.corusent.tests.aboutCorus.AboutCorusOverview
afterMethod
28681 ms
corusent.qa.corusent.tests.aboutCorus.CorusQuay
beforeMethod(Chrome, https://uat1.corusent.com/)
28781 ms
corusent.qa.corusent.tests.aboutCorus.Leadership
testLeadership
28931 ms
corusent.qa.corusent.tests.aboutCorus.CorusQuay
testCorusQuay
29120 ms
corusent.qa.corusent.tests.aboutCorus.OurValues
afterMethod
37806 ms
corusent.qa.corusent.tests.rootPages.OurBrands
beforeMethod(Chrome, https://uat1.corusent.com/)
37878 ms
testOurBrands
38164 ms
corusent.qa.corusent.tests.aboutCorus.Leadership
afterMethod
39914 ms
corusent.qa.corusent.tests.mediaCentre.MediaCentrePressReleases
beforeMethod(Chrome, https://uat1.corusent.com/)
39983 ms
corusent.qa.corusent.tests.aboutCorus.CorusQuay
afterMethod
40093 ms
corusent.qa.corusent.tests.mediaCentre.MediaAccessRegistration
beforeMethod(Chrome, https://uat1.corusent.com/)
40165 ms
corusent.qa.corusent.tests.mediaCentre.MediaCentrePressReleases
testMediaCentrePressReleases
40314 ms
corusent.qa.corusent.tests.mediaCentre.MediaAccessRegistration
testMediaAccessRegistration
40465 ms
afterMethod
41438 ms
corusent.qa.corusent.tests.mediaCentre.MediaAssetsRequests
beforeMethod(Chrome, https://uat1.corusent.com/)
41503 ms
testMediaAssetsRequests
41772 ms
afterMethod
42471 ms
corusent.qa.corusent.tests.mediaCentre.ViewerRelations
beforeMethod(Chrome, https://uat1.corusent.com/)
42536 ms
corusent.qa.corusent.tests.mediaCentre.MediaCentrePressReleases
afterMethod
42657 ms
corusent.qa.corusent.tests.mediaCentre.PublicityContacts
beforeMethod(Chrome, https://uat1.corusent.com/)
42725 ms
corusent.qa.corusent.tests.mediaCentre.ViewerRelations
testMediaCentreViewerRelations
42833 ms
corusent.qa.corusent.tests.mediaCentre.PublicityContacts
testMediaCentrePublicityContacts
43023 ms
corusent.qa.corusent.tests.mediaCentre.ViewerRelations
afterMethod
44243 ms
corusent.qa.corusent.tests.rootPages.OurBrands
afterMethod
44308 ms
corusent.qa.corusent.tests.socialResponsibility.SocialResponsibilityOverview
beforeMethod(Chrome, https://uat1.corusent.com/)
44317 ms
corusent.qa.corusent.tests.socialResponsibility.People
beforeMethod(Chrome, https://uat1.corusent.com/)
44373 ms
corusent.qa.corusent.tests.socialResponsibility.SocialResponsibilityOverview
testSocialResponsibilityOverview
44685 ms
corusent.qa.corusent.tests.socialResponsibility.People
testPeople
44777 ms
afterMethod
47538 ms
corusent.qa.corusent.tests.socialResponsibility.DEI_atCorus
beforeMethod(Chrome, https://uat1.corusent.com/)
47603 ms
testDEIatCorus
47897 ms
afterMethod
51228 ms
corusent.qa.corusent.tests.socialResponsibility.DEI_ActionPlan
beforeMethod(Chrome, https://uat1.corusent.com/)
51297 ms
testDEIActionPlan
51560 ms
corusent.qa.corusent.tests.mediaCentre.PublicityContacts
afterMethod
53922 ms
corusent.qa.corusent.tests.socialResponsibility.DEI_Review
beforeMethod(Chrome, https://uat1.corusent.com/)
53990 ms
testDEIReview
54250 ms
corusent.qa.corusent.tests.socialResponsibility.SocialResponsibilityOverview
afterMethod
55487 ms
corusent.qa.corusent.tests.socialResponsibility.Communities
beforeMethod(Chrome, https://uat1.corusent.com/)
55564 ms
testCommunities
55909 ms
corusent.qa.corusent.tests.socialResponsibility.DEI_Review
afterMethod
59224 ms
corusent.qa.corusent.tests.socialResponsibility.Industry
beforeMethod(Chrome, https://uat1.corusent.com/)
59290 ms
testIndustry
59568 ms
corusent.qa.corusent.tests.socialResponsibility.DEI_ActionPlan
afterMethod
62306 ms
corusent.qa.corusent.tests.socialResponsibility.Environment
beforeMethod(Chrome, https://uat1.corusent.com/)
62372 ms
testEnvironment
62631 ms
corusent.qa.corusent.tests.socialResponsibility.Industry
afterMethod
70331 ms
corusent.qa.corusent.tests.investorRelations.InvestorRelationsOverview
beforeMethod(Chrome, https://uat1.corusent.com/)
70403 ms
testInvestorRelationsOverview
70742 ms
corusent.qa.corusent.tests.socialResponsibility.Environment
afterMethod
73322 ms
corusent.qa.corusent.tests.investorRelations.Dividends_Information
beforeMethod(Chrome, https://uat1.corusent.com/)
73407 ms
testDividendsInformation
73711 ms
corusent.qa.corusent.tests.socialResponsibility.Communities
afterMethod
74669 ms
corusent.qa.corusent.tests.investorRelations.Dividends_History
beforeMethod(Chrome, https://uat1.corusent.com/)
74748 ms
testDividendsHistoty
75010 ms
corusent.qa.corusent.tests.investorRelations.InvestorRelationsOverview
afterMethod
81546 ms
corusent.qa.corusent.tests.investorRelations.Dividends_Reinvestment
beforeMethod(Chrome, https://uat1.corusent.com/)
81633 ms
testDividendsReinvestment
81925 ms
corusent.qa.corusent.tests.investorRelations.Dividends_Information
afterMethod
84433 ms
corusent.qa.corusent.tests.investorRelations.FinancialReports
beforeMethod(Chrome, https://uat1.corusent.com/)
84498 ms
testFinancialReports
84781 ms
corusent.qa.corusent.tests.investorRelations.Dividends_History
afterMethod
86058 ms
corusent.qa.corusent.tests.investorRelations.EventsAndPresentations
beforeMethod(Chrome, https://uat1.corusent.com/)
86124 ms
testEventsAndPresentations
86421 ms
corusent.qa.corusent.tests.investorRelations.Dividends_Reinvestment
afterMethod
92724 ms
corusent.qa.corusent.tests.investorRelations.ShareHolder_Services
beforeMethod(Chrome, https://uat1.corusent.com/)
92790 ms
testShareHolderServices
93065 ms
corusent.qa.corusent.tests.investorRelations.EventsAndPresentations
afterMethod
97193 ms
corusent.qa.corusent.tests.investorRelations.ShareHolder_StockInfo
beforeMethod(Chrome, https://uat1.corusent.com/)
97260 ms
testShareHolderStockInfo
97528 ms
corusent.qa.corusent.tests.investorRelations.ShareHolder_Services
afterMethod
105069 ms
corusent.qa.corusent.tests.investorRelations.ShareHolder_AnalystCoverage
beforeMethod(Chrome, https://uat1.corusent.com/)
105135 ms
testShareHolderAnalystCoverage
105399 ms
corusent.qa.corusent.tests.investorRelations.ShareHolder_StockInfo
afterMethod
109201 ms
corusent.qa.corusent.tests.investorRelations.ShareHolder_FAQ
beforeMethod(Chrome, https://uat1.corusent.com/)
109266 ms
testShareHolderFAQ
109524 ms
corusent.qa.corusent.tests.investorRelations.ShareHolder_AnalystCoverage
afterMethod
117307 ms
corusent.qa.corusent.tests.investorRelations.ShareHolder_ContactIR
beforeMethod(Chrome, https://uat1.corusent.com/)
117371 ms
testShareHolderContactIR
117638 ms
corusent.qa.corusent.tests.investorRelations.ShareHolder_FAQ
afterMethod
120244 ms
corusent.qa.corusent.tests.investorRelations.GovernanceLeadership
beforeMethod(Chrome, https://uat1.corusent.com/)
120272 ms
testGovernanceLeadership
120525 ms
corusent.qa.corusent.tests.investorRelations.FinancialReports
afterMethod
126738 ms
corusent.qa.corusent.tests.investorRelations.GovernanceDocuments
beforeMethod(Chrome, https://uat1.corusent.com/)
126804 ms
testGovernanceDocuments
127068 ms
corusent.qa.corusent.tests.investorRelations.ShareHolder_ContactIR
afterMethod
130349 ms
corusent.qa.corusent.tests.advertising.AdvertisingOverview
beforeMethod(Chrome, https://uat1.corusent.com/)
130417 ms
testAdvertisingOverview
130679 ms
corusent.qa.corusent.tests.investorRelations.GovernanceLeadership
afterMethod
131847 ms
corusent.qa.corusent.tests.advertising.Television
beforeMethod(Chrome, https://uat1.corusent.com/)
131913 ms
testTelevision
132242 ms
corusent.qa.corusent.tests.investorRelations.GovernanceDocuments
afterMethod
140038 ms
corusent.qa.corusent.tests.advertising.Digital
beforeMethod(Chrome, https://uat1.corusent.com/)
140104 ms
testDigital
140385 ms
corusent.qa.corusent.tests.advertising.AdvertisingOverview
afterMethod
141442 ms
corusent.qa.corusent.tests.advertising.Radio
beforeMethod(Chrome, https://uat1.corusent.com/)
141513 ms
corusent.qa.corusent.tests.advertising.Television
afterMethod
141782 ms
corusent.qa.corusent.tests.advertising.AdvancedAdvertising
beforeMethod(Chrome, https://uat1.corusent.com/)
141850 ms
corusent.qa.corusent.tests.advertising.Radio
testRadio
141934 ms
corusent.qa.corusent.tests.advertising.AdvancedAdvertising
testAdvancedAdvertising
142139 ms
afterMethod
147594 ms
corusent.qa.corusent.tests.advertising.CreativeServices
beforeMethod(Chrome, https://uat1.corusent.com/)
147673 ms
testCreativeServices
147919 ms
afterMethod
158652 ms
corusent.qa.corusent.tests.advertising.Divisions_Entertainment
beforeMethod(Chrome, https://uat1.corusent.com/)
158721 ms
testDivisionsEntertainment
159051 ms
afterMethod
167754 ms
corusent.qa.corusent.tests.advertising.Divisions_Lifestyle
beforeMethod(Chrome, https://uat1.corusent.com/)
167820 ms
testDivisionsLifestyle
168158 ms
afterMethod
209651 ms
corusent.qa.corusent.tests.advertising.Divisions_News
beforeMethod(Chrome, https://uat1.corusent.com/)
209682 ms
testDivisionsNews
209940 ms
afterMethod
219056 ms
corusent.qa.corusent.tests.advertising.Divisions_Kids
beforeMethod(Chrome, https://uat1.corusent.com/)
219129 ms
testDivisionsKids
219624 ms
corusent.qa.corusent.tests.advertising.Digital
afterMethod
237922 ms
corusent.qa.corusent.tests.rootPages.Careers
beforeMethod(Chrome, https://uat1.corusent.com/)
238005 ms
testCareers
238267 ms
corusent.qa.corusent.tests.advertising.Radio
afterMethod
240872 ms
corusent.qa.corusent.tests.rootPages.Careers
afterMethod
246475 ms
corusent.qa.corusent.tests.advertising.Divisions_Kids
afterMethod
249119 ms