Node palette search box text deletion

This commit is contained in:
balibhan
2021-05-07 14:50:06 +05:30
parent 8afb35cb10
commit 132ee9d852
2 changed files with 95 additions and 0 deletions
@@ -183,6 +183,10 @@ class TestAutomation(TestAutomationBase):
from . import ScriptEvents_SendReceiveSuccessfully as test_module
self._run_test(request, workspace, editor, test_module)
def test_NodePalette_SearchText_Deletion(self, request, workspace, editor, launcher_platform):
from . import NodePalette_SearchText_Deletion as test_module
self._run_test(request, workspace, editor, test_module)
# NOTE: We had to use hydra_test_utils.py, as TestAutomationBase run_test method
# fails because of pyside_utils import
@pytest.mark.SUITE_periodic