wttech / bobcat-aem-tests

Contains integration tests and examples for Bobcat's AEM modules
Apache License 2.0
3 stars 6 forks source link

test cases failing for vanilla aem 6.5 #22

Closed sanjeetkumar229 closed 3 years ago

sanjeetkumar229 commented 3 years ago

Hi,

I am trying to run the aem65 test cases for aem verison 6.5 service pack 4 and also for vanilla AEM 6.5 instance using chrome and safari we driver. It is opening web browser, dropping component, but all test result are showing failed.

com.cognifide.qa.bb.aem65.tests.corecomponents.BreadcrumbComponentTest STANDARD_ERROR Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 31622 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully. Nov 05, 2020 11:24:37 AM org.openqa.selenium.remote.ProtocolHandshake createSession INFO: Detected dialect: W3C

com.cognifide.qa.bb.aem65.tests.corecomponents.BreadcrumbComponentTest > decreaseNavigationStartLevel() FAILED com.cognifide.qa.bb.exceptions.BobcatRuntimeException at BreadcrumbComponentTest.java:60 Caused by: com.cognifide.qa.bb.exceptions.BobcatRuntimeException at BreadcrumbComponentTest.java:60 Caused by: com.cognifide.qa.bb.exceptions.BobcatRuntimeException at BreadcrumbComponentTest.java:60 Caused by: org.openqa.selenium.ElementClickInterceptedException at BreadcrumbComponentTest.java:60

can you please guide me how I use aem65 module for testing?

Thanks, Sanjeet Kumar