corusent.qa.bbcan.tests.footer.BrandLogos
verifyBrandLogoInFooter
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"a[title="Global"]"}
(Session info: headless chrome=119.0.6045.105)
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-220-11.ec2.internal', ip: '10.31.220.11', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.291-218.527.amzn2.x86_64', java.version: '11.0.19'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 119.0.6045.105, chrome: {chromedriverVersion: 119.0.6045.105 (38c72552c5e..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:42299}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: 4cf72b70641d5a52892cb273a97547c2
*** Element info: {Using=css selector, value=a[title="Global"]}
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.$Proxy12.click(Unknown Source)
at corusent.qa.bbcan.pageobject.PageObjectFooter.clickOnGlobalLogo(PageObjectFooter.java:134)
at corusent.qa.bbcan.tests.footer.BrandLogos.verifyBrandLogoInFooter(BrandLogos.java:42)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
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 11 stack frames
(Verify Brand Logo In Footer)
corusent.qa.bbcan.tests.footer.CopyrightYear
/codebuild/output/src3422115989/src/BBCAN/resources/testngBbcanUat.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite thread-count="1" parallel="tests" name="TestSuiteBbcanUat" guice-stage="DEVELOPMENT" verbose="0">
<test thread-count="1" parallel="tests" name="BbcanChromeDesktop" verbose="0">
<parameter name="paramBrowserType" value="Chrome"/>
<parameter name="paramTestUrl" value="https://uat12.bigbrothercanada.ca/"/>
<classes>
<class name="corusent.qa.bbcan.tests.header.HeaderMenu"/>
<class name="corusent.qa.bbcan.tests.header.HeaderNavigation"/>
<class name="corusent.qa.bbcan.tests.footer.BrandLogos"/>
<class name="corusent.qa.bbcan.tests.footer.CopyrightYear"/>
<class name="corusent.qa.bbcan.tests.footer.FooterVerifyBrokenLinks"/>
<class name="corusent.qa.bbcan.tests.footer.FooterMenu"/>
<class name="corusent.qa.bbcan.tests.footer.FooterMenuNavigation"/>
</classes>
</test> <!-- BbcanChromeDesktop -->
</suite> <!-- TestSuiteBbcanUat -->
Tests for TestSuiteBbcanUat
- BbcanChromeDesktop (7 classes)
Groups for TestSuiteBbcanUat
Times for TestSuiteBbcanUat
Total running time: 2 minutes
Reporter output for TestSuiteBbcanUat
verifyHeaderNavigation
User can click on Hamburger
Houseguests link is clicked
User can click on Hamburger
News link is clicked
User can click on Hamburger
Photos link is clicked
User can click on Hamburger
FullEpisodes link is clicked
User can click on Hamburger
home is clicked
verifyFooterNavigation
About link clicked
Advertise link clicked
Contact us link clicked
FAQ link clicked
Feedback link clicked
Privacy link clicked
Terms of Use link clicked
Rules link clicked
footerVerifyBrokenLinks
https://www.globaltv.com/about-us/ - OK
https://www.globaltv.com/faq/#contact - OK
https://www.corusent.com/terms-of-use/ - OK
https://www.corusent.com/ - OK
https://www.globaltv.com/faq/ - OK
https://uat12.bigbrothercanada.ca/official-rules/ - OK
https://www.corusent.com/accessibility/ - OK
testCopyrightYear
Footer copyright year date is updated to 2024
verifyMenuLinksInFooter
User should see Menu Links Title value in footer
User should see Menu Links in Footer
User should see Menu Links no referrer attribute in Footer
verifyHeaderMenu
User should see Header Menu
Home link is OK
Home Item Title is in Header Menu
Full Episodes link is OK
Full Episodes title is in Header Menu
Houseguests link is OK
Houseguests title is in Header Menu
Photos link is OK
Photos title is in Header Menu
News link is OK
News title is in Header Menu
verifyBrandLogoInFooter
User should see Brand Global Logo in Footer
Brand Logo title is Global
0 ignored methods
Methods in chronological order
corusent.qa.bbcan.tests.header.HeaderMenu
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/)
0 ms
verifyHeaderMenu
4558 ms
afterMethod
9142 ms
corusent.qa.bbcan.tests.header.HeaderNavigation
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/)
9222 ms
verifyHeaderNavigation
11482 ms
afterMethod
51625 ms
corusent.qa.bbcan.tests.footer.BrandLogos
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/)
51705 ms
verifyBrandLogoInFooter
52954 ms
afterMethod
104333 ms
corusent.qa.bbcan.tests.footer.CopyrightYear
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/)
104404 ms
testCopyrightYear
106489 ms
afterMethod
106684 ms
corusent.qa.bbcan.tests.footer.FooterVerifyBrokenLinks
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/)
106757 ms
footerVerifyBrokenLinks
109130 ms
afterMethod
132541 ms
corusent.qa.bbcan.tests.footer.FooterMenu
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/)
132612 ms
verifyMenuLinksInFooter
134527 ms
afterMethod
150138 ms
corusent.qa.bbcan.tests.footer.FooterMenuNavigation
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/)
150215 ms
verifyFooterNavigation
152191 ms
afterMethod
179641 ms