Last active
July 27, 2017 08:58
-
-
Save SergeyPirogov/8b69e98b0e9493773128e9a77912de45 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====== 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