|
|
|
@ -194,6 +194,14 @@ RSpec.describe "User Features" do
|
|
|
|
|
expect(page).to have_link("Logs") |
|
|
|
|
expect(page).to have_link("About this organisation") |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
context "when I click on Invite user" do |
|
|
|
|
before do |
|
|
|
|
click_link(text: "Invite user") |
|
|
|
|
end |
|
|
|
|
it "pre-fills the organisation details dropdown with specific organisation" do |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|