changes in travis

This commit is contained in:
yqbk
2016-10-16 17:21:54 +02:00
parent 043ece68f4
commit f055e6813d
3 changed files with 14 additions and 4 deletions

View File

@ -13,6 +13,7 @@ describe 'Editor', js: true do
end
it 'displays the exercise title' do
# pending("no exercise title set")
expect(page).to have_content(exercise.title)
end
@ -91,7 +92,7 @@ describe 'Editor', js: true do
before(:each) { click_link(I18n.t('exercises.implement.progress')) }
it 'does not contains a button for submitting the exercise' do
# the button is only displayed when an correct LTI handshake to a running course happened. This is not the case in the test
# pending("the button is only displayed when an correct LTI handshake to a running course happened. This is not the case in the test")
expect(page).not_to have_css('#submit')
end
end