Skip to content

Commit

Permalink
Completed test_pm_ItemMoreInfosNotViewableItem to check if more infos…
Browse files Browse the repository at this point in the history
… available
  • Loading branch information
gbastien committed Nov 18, 2024
1 parent 436c397 commit 629a470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Products/PloneMeeting/tests/testViews.py
Original file line number Diff line number Diff line change
Expand Up @@ -1042,6 +1042,7 @@ def test_pm_ItemMoreInfosNotViewableItem(self):
item.setManuallyLinkedItems((linked_item_uid, ))
view = item.restrictedTraverse('@@load-linked-items')
self.assertTrue(linked_item_uid in view())
self.assertTrue("@@load-linked-items-infos?fieldsConfigAttr=itemsVisibleFields" in view())
infos_view = linked_item.restrictedTraverse('@@load-linked-items-infos')
infos_view("itemsNotViewableVisibleFields", cfg_id)
self.assertEqual(cfg.getItemsNotViewableVisibleFields(), ())
Expand Down

0 comments on commit 629a470

Please sign in to comment.