Skip to content

Commit

Permalink
chore: fix e2e tests for changed parent item
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiyaig committed Sep 23, 2024
1 parent 091d8a3 commit 5748284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/gui/objects_map/names.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
generalView_StatusScrollView = {"container": statusDesktop_mainWindow_overlay, "id": "generalView", "type": "StatusScrollView", "unnamed": 1, "visible": True}

# Context Menu
o_StatusListView = {"container": statusDesktop_mainWindow_overlay, "type": "StatusListView", "unnamed": 1, "visible": True}
o_StatusListView = {"container": statusDesktop_mainWindow_overlay, "type": "PopupItem", "unnamed": 1, "visible": True}

# COMPONENT NAMES

Expand Down

0 comments on commit 5748284

Please sign in to comment.