-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
All my checks for have_field fail.
For example, when I run
page.should have_field "Manufacturer", with: "Siemens"
page.should have_field "Product name", with: "Lufthaken"
page.should have_field "Unit", with: "Stk."
page.should have_checked_field "Accepted"I get the following error message:
Failure/Error: page.should have_field "Manufacturer", with: "Siemens"
NoMethodError:
undefined method `fields' for Capybara::Session:Class
The matcher have_checked_field works as expected.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels