Fix failing scenario related to focused DOM element

This commit is contained in:
Angel Perez
2018-03-09 13:25:47 -04:00
parent eb2926ab42
commit 765d273bdf

View File

@@ -120,10 +120,10 @@ feature 'Admin banners magement' do
click_link "Edit banner"
select 'Banner style 1', from: 'banner_style'
select 'Banner image 2', from: 'banner_image'
fill_in 'banner_title', with: 'Modified title'
fill_in 'banner_description', with: 'Edited text'
select 'Banner style 1', from: 'banner_style'
select 'Banner image 2', from: 'banner_image'
within('div#js-banner-style') do
expect(page).to have_selector('h2', text: 'Modified title')