https://bugzilla.wikimedia.org/show_bug.cgi?id=55873
--- Comment #1 from Ċ½eljko Filipin <[email protected]> --- Then we could change the step code to something like: @browser.url.should match on(UploadWizardPage).important_part_of_url The implementation could be as simple as this: class UploadWizardPage ... def self.important_part_of_url 'Special:UploadWizard' end def self.url URL.url important_part_of_url 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
