|
|
@ -31,7 +31,7 @@ RSpec.describe "Form Navigation" do |
|
|
|
visit("/case-logs") |
|
|
|
visit("/case-logs") |
|
|
|
click_link("Create new log") |
|
|
|
click_link("Create new log") |
|
|
|
id = CaseLog.order(created_at: :desc).first.id |
|
|
|
id = CaseLog.order(created_at: :desc).first.id |
|
|
|
expect(page).to have_content("Tasklist for log #{id}") |
|
|
|
expect(page).to have_content("Case log #{id}") |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
@ -55,7 +55,7 @@ RSpec.describe "Form Navigation" do |
|
|
|
visit("/case-logs/#{id}") |
|
|
|
visit("/case-logs/#{id}") |
|
|
|
visit("/case-logs/#{id}/tenant-code") |
|
|
|
visit("/case-logs/#{id}/tenant-code") |
|
|
|
click_link(text: "Back") |
|
|
|
click_link(text: "Back") |
|
|
|
expect(page).to have_content("Tasklist for log #{id}") |
|
|
|
expect(page).to have_content("Case log #{id}") |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
it "go back to tenant code page from tenant age page", js: true do |
|
|
|
it "go back to tenant code page from tenant age page", js: true do |
|
|
|