Unverified Commit 3c60f471 authored by John Chilton's avatar John Chilton Committed by mvdbeek
Browse files

Fix workflow param tests not updating param type.

parent 6a610a1b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -921,7 +921,9 @@ steps:
        self.assert_workflow_has_changes_and_save()

    def switch_param_type(self, element, param_type):
        self.action_chains().move_to_element(element).click().send_keys(param_type).send_keys(Keys.ENTER).perform()
        self.action_chains().move_to_element(element).click().pause(1).send_keys(param_type).pause(1).send_keys(
            Keys.ENTER
        ).perform()

    @selenium_test
    def test_editor_invalid_tool_state(self):