Skip to content

Commit

Permalink
Follow up previous commit, fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jan 30, 2024
1 parent f180db8 commit 62ca45a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified lizmap/test/data/points_lines.gpkg
Binary file not shown.
3 changes: 2 additions & 1 deletion lizmap/test/test_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ def test_lizmap_layer_properties(self):
'project-background-color', Qt.MatchContains | Qt.MatchRecursive, 0)[0]
lizmap.dlg.layer_tree.setCurrentItem(group_item)
self.assertTrue(lizmap.dlg.panel_layer_all_settings.isEnabled())
self.assertFalse(lizmap.dlg.group_layer_metadata.isEnabled())
self.assertTrue(lizmap.dlg.group_layer_metadata.isEnabled())
self.assertFalse(lizmap.dlg.group_layer_tree_options.isEnabled())

# Click the group hidden
group_item = lizmap.dlg.layer_tree.findItems('hidden', Qt.MatchContains | Qt.MatchRecursive, 0)[0]
Expand Down

0 comments on commit 62ca45a

Please sign in to comment.