Add new scenarios for font changes
There is currently some duplication between the various page objects and other code. Those should be cleaned up incrementally. Change-Id: I592829a00ca65bbecd5399b773c885c764c1cc06
This commit is contained in:
committed by
Amir E. Aharoni
parent
8aa7b46191
commit
d695b21381
@@ -0,0 +1,7 @@
|
||||
class ResetPreferencesPage
|
||||
include PageObject
|
||||
include URL
|
||||
page_url URL.url('Special:Preferences/reset')
|
||||
|
||||
button(:submit, class: 'mw-htmlform-submit')
|
||||
end
|
||||
Reference in New Issue
Block a user