Merge "Add "help" links for Special:BrokenRedirects, Special:DoubleRedirects, and...
[lhc/web/wiklou.git] / tests / selenium / pageobjects / history.page.js
index 52d614f..730eff3 100644 (file)
@@ -29,7 +29,7 @@ class HistoryPage extends Page {
        }
 
        vandalizePage( name, content ) {
-               let vandalUsername = 'Evil_' + browser.options.username;
+               const vandalUsername = 'Evil_' + browser.options.username;
 
                browser.call( function () {
                        return Api.edit( name, content );