Skip to content

Commit

Permalink
remove more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-yi37 committed Jan 30, 2025
1 parent ba6a9f0 commit d08af7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/case_court_reports/index_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
click_button "Generate Report"

expect(page).to have_selector("#btnGenerateReport .lni-download", visible: true)
expect(page).not_to have_selector("#btnGenerateReport[disabled]") # is the button expected to be disabled?
expect(page).not_to have_selector("#btnGenerateReport[disabled]")
expect(page).to have_selector("#spinner", visible: :hidden)

# when 'Generate Report' button is clicked without a selection, should display an error saying to make a selection
Expand Down

0 comments on commit d08af7f

Please sign in to comment.