Skip to content

Commit

Permalink
Merge pull request Kiali-QE#435 from pbajjuri20/pbajjuri_graph
Browse files Browse the repository at this point in the history
UI: Graph Type
  • Loading branch information
pbajjuri20 authored Aug 12, 2021
2 parents 0d03785 + 951f56c commit 86b5b49
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 86b5b49

Please sign in to comment.