Browse Source

fixup! CLDC-4114: Restructure data protection confirmation banner tests

fix typo

Co-authored-by: Oscar Richardson <116292912+oscar-richardson-softwire@users.noreply.github.com>
CLDC-4114-update-no-dsa-signing-warning
Samuel Young 1 week ago committed by GitHub
parent
commit
c13318accb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      spec/components/data_protection_confirmation_banner_component_spec.rb

2
spec/components/data_protection_confirmation_banner_component_spec.rb

@ -93,7 +93,7 @@ RSpec.describe DataProtectionConfirmationBannerComponent, type: :component do
end
end
context "when org has a signed data sharing agreemeent" do
context "when org has a signed data sharing agreement" do
it "does not display banner" do
expect(component.display_banner?).to eq(false)
expect(render.content).to be_empty

Loading…
Cancel
Save