Skip to content

Commit

Permalink
removed chack for loading text on the page
Browse files Browse the repository at this point in the history
  • Loading branch information
Formasitchijoh committed Jan 10, 2025
1 parent c49844d commit 94a36b6
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
Expand Up @@ -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'
Expand Down

0 comments on commit 94a36b6

Please sign in to comment.