Skip to content

Commit

Permalink
check subscription header and message on manage manifest page (#15500)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysawant authored Jun 26, 2024
1 parent 6ab8724 commit 099d307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/foreman/ui/test_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ def test_positive_check_manifest_validity_notification(
target_sat.upload_manifest(function_org.id, function_sca_manifest.content)

# Initially 'Manifest expiring soon' message not found
assert not session.subscription.is_subscription_manifest_header_message_display()
# then update the 'Expire soon days' value from settings > Content
# value should be greater than 365 to get expected output message
setting_update.value = 366
Expand Down

0 comments on commit 099d307

Please sign in to comment.