diff --git a/spec/features/organisation_spec.rb b/spec/features/organisation_spec.rb index 3e10d3be2..f745f3095 100644 --- a/spec/features/organisation_spec.rb +++ b/spec/features/organisation_spec.rb @@ -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