Skip to content

Commit

Permalink
Add additional checks for table fields
Browse files Browse the repository at this point in the history
  • Loading branch information
sambible committed May 3, 2024
1 parent c8addf5 commit 77425b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/foreman/ui/test_contentview.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ def test_version_table_read(session, function_sca_manifest_org, target_sat):
)
assert package_name in response[0]['Name']
assert response[0]['Epoch']
assert response[0]['Name'] == 'aajohan-comfortaa-fonts-3.001-2.el8.noarch'
assert response[0]['Version'] == '3.001'
assert response[0]['Release'] == '2.el8'


@pytest.mark.tier2
Expand Down

0 comments on commit 77425b3

Please sign in to comment.