After creating and saving a new topic at http://en.wikipedia.beta.wmflabs.org/wiki/Talk:Flow_QA
the modal dialog spinning while the save is committed can still be present after more than 5 seconds, as indicated by this failure: https://integration.wikimedia.org/ci/view/BrowserTests/view/-All/job/browsertests-Flow-en.wikipedia.beta.wmflabs.org-linux-firefox-sauce/259/consoleFull
the code:
When(/^I click New topic save$/) do
on(FlowPage) do |page| page.new_topic_save_element.when_present.click # Wait for the save to finish, at which point the button will hide page.new_topic_save_element.when_not_visible end
end
Version: unspecified
Severity: normal