Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1426567
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
Sat, May 16, 13:23 (1 d, 15 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
93/1f/4ac00a96310c77e922e9928470dd
Default Alt Text
history.page.js (331 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment