Skip to content

Commit

Permalink
Graph Type
Browse files Browse the repository at this point in the history
  • Loading branch information
pbajjuri20 committed Aug 11, 2021
1 parent 0d03785 commit 951f56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiali_qe/pages/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class GraphPage(RootPage):
duration = ItemDropDown(locator=XP_DROP_DOWN.format('time_range_duration'))
interval = ItemDropDown(locator=XP_DROP_DOWN.format('time_range_refresh'))
edge_labels = DropDown(locator=XP_DROP_DOWN.format('graph_filter_edge_labels'))
type = ItemDropDown(locator=XP_DROP_DOWN.format('graph_filter_view_type'))
type = ItemDropDown(locator=XP_DROP_DOWN.format('graph_type_dropdown'))
graph_find = FilterInput(locator='//input[@id="graph_find"]')
graph_hide = FilterInput(locator='//input[@id="graph_hide"]')
layout = GraphLayout()
Expand Down

0 comments on commit 951f56c

Please sign in to comment.