Browse Source

pressing button

pull/627/head
JG 3 years ago
parent
commit
3beb25915d
  1. 8
      spec/features/organisation_spec.rb

8
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("Logs")
expect(page).to have_link("About this organisation") expect(page).to have_link("About this organisation")
end 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 end
end end

Loading…
Cancel
Save