Remove duplicated then decorator from b9855b2

'then the object name is selected' were already defined in then_the_object_name_is_selected
This commit is contained in:
Andrej730
2024-08-28 16:42:51 +05:00
parent c113061742
commit 99e67d528f
-1
View File
@@ -536,7 +536,6 @@ def i_deselect_all_objects():
@given(parsers.parse('the object "{name}" is selected'))
@when(parsers.parse('the object "{name}" is selected'))
@then(parsers.parse('the object "{name}" is selected'))
def the_object_name_is_selected(name):
i_deselect_all_objects()
additionally_the_object_name_is_selected(name)