https://bugzilla.wikimedia.org/show_bug.cgi?id=72149
--- Comment #1 from Chris McMahon <[email protected]> --- Zeljko and I dug into this and we discovered that refactoring has removed most instance of this sort of thing. But here is one example still in place, from reply_steps.rb in Flow: Then(/^I should see the topic reply form$/) do on(FlowPage) do |page| page.wait_until { page.new_reply_input_element.visible? } expect(page.new_reply_input_element).to be_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
