Set the correct host_name for the test conference
This commit is contained in:
parent
db85a64686
commit
62b4fc4456
|
@ -36,7 +36,7 @@ feature 'Conference management' do
|
|||
|
||||
scenario 'Deleting a newly created conference', js: true do
|
||||
sign_in_as_admin
|
||||
create_new_conference
|
||||
create_new_conference(host_name: '127.0.0.1')
|
||||
click_on 'Clarion'
|
||||
expect(page).to have_content 'FooConf'
|
||||
click_on_first_conference_in_management_root
|
||||
|
|
Loading…
Reference in New Issue