https://bugzilla.wikimedia.org/show_bug.cgi?id=71476

            Bug ID: 71476
           Summary: Saving a new topic can take >5s on beta labs
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Keywords: browser-test-bug
          Severity: normal
          Priority: Unprioritized
         Component: Flow
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]
       Web browser: ---
   Mobile Platform: ---

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to