Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spec/system/kit_system_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@
item = Item.last

# Add first entry for the item
select item.name, from: "item_line_items_attributes_0_item_id"
fill_in "item_line_items_attributes_0_quantity", with: "10"
select item.name, from: "kit_item_line_items_attributes_0_item_id"
fill_in "kit_item_line_items_attributes_0_quantity", with: "10"

# Add a new line item row
find("[data-form-input-target='addButton']").click
Expand Down
Loading