Skip to content

Instantly share code, notes, and snippets.

@SergeyPirogov
Last active July 27, 2017 08:58
Show Gist options
  • Save SergeyPirogov/8b69e98b0e9493773128e9a77912de45 to your computer and use it in GitHub Desktop.
Save SergeyPirogov/8b69e98b0e9493773128e9a77912de45 to your computer and use it in GitHub Desktop.
====== Kirk error message =====
org.openqa.selenium.TimeoutException:
failed while waiting 4 seconds
to assert text
for element located {By.cssSelector: div.desktop a.skip-account span}
reason: condition did not match
expected: A[ccount]
actual: A[CCOUNT]
screenshot: file://D:\WebShopIntegration\Autotests\arvi-webshop\web-ui\build\reports\screen_1501145672338.png
=====
===== Selenide error message =====
Element not found {#div.desktop a.skip-account span}
Expected: text 'Account'
Screenshot: file:/D:/WebShopIntegration/Autotests/arvi-webshop/web-ui/build/reports/tests/1501145742546.0.png
Timeout: 4 s.
Caused by: NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#div.desktop a.skip-account span"}
======
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment