Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4090983
investigate.page.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
465 B
Referenced Files
None
Subscribers
None
investigate.page.js
View Options
'use strict'
;
const
Page
=
require
(
'wdio-mediawiki/Page'
);
class
InvestigatePage
extends
Page
{
get
hasPermissionErrors
()
{
return
$
(
'.permissions-errors'
);
}
get
targetsInput
()
{
return
$
(
'#targets'
);
}
get
durationSelector
()
{
return
$
(
'#investigate-duration'
);
}
get
reasonInput
()
{
return
$
(
'#investigate-reason'
);
}
async
open
()
{
await
super
.
openTitle
(
'Special:Investigate'
);
}
}
module
.
exports
=
new
InvestigatePage
();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Aug 18 2026, 11:28 (5 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f1/a9/e30131836caf2d7118e70f8d563d
Default Alt Text
investigate.page.js (465 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment