Unverified Commit 28feab53 authored by davelopez's avatar davelopez
Browse files

Adapt selenium tests for workflow editor

Do not expect the save button to disappear when the workflow is saved
parent 7f30afff
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -455,7 +455,6 @@ class TestWithSeleniumMixin(GalaxyTestSeleniumContext, UsesApiTestCaseMixin, Use
        save_button.wait_for_visible()
        assert not save_button.has_class("disabled")
        save_button.wait_for_and_click()
        save_button.wait_for_absent()
        self.sleep_for(self.wait_types.UX_RENDER)

    @retry_assertion_during_transitions