add check for ace editor on create route
This commit is contained in:
parent
4d1d3834fd
commit
d603de1768
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ describe 'CI Lint', :js do
|
|||
|
||||
it 'displays information about an error' do
|
||||
expect(page).to have_content('Status: syntax is incorrect')
|
||||
expect(page).to have_selector('.ace_content', text: yaml_content)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue