There is currently some duplication between the various page objects and other code. Those should be cleaned up incrementally. Change-Id: I592829a00ca65bbecd5399b773c885c764c1cc06
8 lines
158 B
Ruby
8 lines
158 B
Ruby
class ResetPreferencesPage
|
|
include PageObject
|
|
include URL
|
|
page_url URL.url('Special:Preferences/reset')
|
|
|
|
button(:submit, class: 'mw-htmlform-submit')
|
|
end
|