Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4105731
history.page.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
331 B
Referenced Files
None
Subscribers
None
history.page.js
View Options
'use strict'
;
const
Page
=
require
(
'wdio-mediawiki/Page'
);
class
HistoryPage
extends
Page
{
get
heading
()
{
return
$
(
'#firstHeading'
);
}
get
comment
()
{
return
$
(
'#pagehistory .comment'
);
}
async
open
(
title
)
{
return
super
.
openTitle
(
title
,
{
action
:
'history'
}
);
}
}
module
.
exports
=
new
HistoryPage
();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 19:07 (2 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
50/73/1af8afd3f961c34f3753958932d8
Default Alt Text
history.page.js (331 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment