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
{{ message }}
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.
Hi,
I am trying to test a link which displays a confirm dialog when clicked. Using the following syntax which I found in the celerity documentation...
$browser.confirm(true) do
$browser.link(:text, /#{link}/).click
end
throws the following error...
NoMethodError: undefined method `remove_listener' for #Celerity::Browser:0x3c32fb80 (Culerity::CulerityException)
The text was updated successfully, but these errors were encountered: