We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6a9f0 commit d08af7fCopy full SHA for d08af7f
spec/system/case_court_reports/index_spec.rb
@@ -71,7 +71,7 @@
71
click_button "Generate Report"
72
73
expect(page).to have_selector("#btnGenerateReport .lni-download", visible: true)
74
- expect(page).not_to have_selector("#btnGenerateReport[disabled]") # is the button expected to be disabled?
+ expect(page).not_to have_selector("#btnGenerateReport[disabled]")
75
expect(page).to have_selector("#spinner", visible: :hidden)
76
77
# when 'Generate Report' button is clicked without a selection, should display an error saying to make a selection
0 commit comments