From c90be6effae4ce570c930c45272d6d3a7b811003 Mon Sep 17 00:00:00 2001 From: darapan Date: Wed, 5 May 2021 04:22:52 -0700 Subject: [PATCH] "Ran fixup" --- .../Gem/PythonTests/scripting/Unpin_VariableManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutomatedTesting/Gem/PythonTests/scripting/Unpin_VariableManager.py b/AutomatedTesting/Gem/PythonTests/scripting/Unpin_VariableManager.py index e88236d13e..682084ff68 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/Unpin_VariableManager.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/Unpin_VariableManager.py @@ -97,7 +97,7 @@ def Unpin_VariableManager(): # 6) Unpin Boolean by clicking the "Pin" icon on its left side table_view = variable_manager.findChild(QtWidgets.QTableView, "variablePalette") model_index = pyside_utils.find_child_by_pattern(table_view, "Boolean") - # Make sure Boolean is pinned + # Make sure Boolean is pinned result = helper.wait_for_condition( lambda: model_index.siblingAtColumn(0).data(Qt.DecorationRole) is not None, GENERAL_WAIT )