Skip to content

Commit

Permalink
Merge pull request #6109 from Formasitchijoh/@fix/assigned-article-spec
Browse files Browse the repository at this point in the history
Fix: removed check for loading  feedback text in  assigned article spec
ragesoss authored Jan 21, 2025

Verified

This commit was signed with the committer’s verified signature.
torives Victor Yves Crispim
2 parents c276fd3 + 94a36b6 commit a17dd91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/features/assigned_articles_spec.rb
Original file line number Diff line number Diff line change
@@ -23,7 +23,6 @@
visit "/courses/#{course.slug}/articles/assigned"
expect(page).to have_content('Nancy Tuana')
find('a', text: 'Feedback').click
expect(page).to have_no_content(I18n.t('courses.feedback_loading'), wait: 10)
expect(page).to have_selector('textarea.feedback-form')
find('textarea.feedback-form').fill_in with: 'This is a great article!'
click_button 'Add Suggestion'

0 comments on commit a17dd91

Please sign in to comment.