|
|
@ -55,7 +55,7 @@ module SchemesHelpers |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
def fill_in_and_save_location |
|
|
|
def fill_in_and_save_location |
|
|
|
fill_in "Postcode", with: "AA1 1AA" |
|
|
|
fill_in "Postcode", with: "AA11AA" |
|
|
|
fill_in "Location name (optional)", with: "Some name" |
|
|
|
fill_in "Location name (optional)", with: "Some name" |
|
|
|
fill_in "Total number of units at this location", with: 5 |
|
|
|
fill_in "Total number of units at this location", with: 5 |
|
|
|
fill_in "Day", with: 2 |
|
|
|
fill_in "Day", with: 2 |
|
|
@ -68,7 +68,7 @@ module SchemesHelpers |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
def fill_in_and_save_second_location |
|
|
|
def fill_in_and_save_second_location |
|
|
|
fill_in "Postcode", with: "AA1 2AA" |
|
|
|
fill_in "Postcode", with: "AA12AA" |
|
|
|
fill_in "Location name (optional)", with: "Other name" |
|
|
|
fill_in "Location name (optional)", with: "Other name" |
|
|
|
fill_in "Total number of units at this location", with: 2 |
|
|
|
fill_in "Total number of units at this location", with: 2 |
|
|
|
choose "Self-contained house" |
|
|
|
choose "Self-contained house" |
|
|
|