Browse Source

Feature test

pull/1714/head
Kat 3 years ago
parent
commit
d7dc65d0bd
  1. 1
      spec/features/organisation_spec.rb

1
spec/features/organisation_spec.rb

@ -72,6 +72,7 @@ RSpec.describe "User Features" do
expect(page).to have_content("Invite somebody to submit CORE data")
fill_in("user[name]", with: "New User")
fill_in("user[email]", with: "new_user@example.com")
fill_in("user[phone]", with: "+88877677777")
choose("user-role-data-provider-field")
expect(notify_client).to receive(:send_email).with(
{

Loading…
Cancel
Save