You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given I use Goutte driver
When I call "
I should see "Someone" in the ".navbar-top .nav li:nth-child(2) a" element
"
I get success result
But
Given I use Selenium2 driver
When I call "
I should see "Someone" in the ".navbar-top .nav li:nth-child(2) a" element
"
I get fail with "
Element matching css ".navbar-top .nav li:nth-child(2) a" not found.
"
Why ?
The text was updated successfully, but these errors were encountered:
But
Why ?
The text was updated successfully, but these errors were encountered: