Closed mattnunesspraggs closed 3 years ago
Using the "click(selector)" method in a Mac step definition is throwing an error:
uninitialized constant Frank::Cucumber::Rect::OpenStruct (NameError)
Traced it back to lib/frank-cucumber/rect.rb, the only place where OpenStruct is used, but there is a missing require statement. Submitting a pull request :)
Using the "click(selector)" method in a Mac step definition is throwing an error:
Traced it back to lib/frank-cucumber/rect.rb, the only place where OpenStruct is used, but there is a missing require statement. Submitting a pull request :)