Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4100128
specialpages.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
412 B
Referenced Files
None
Subscribers
None
specialpages.js
View Options
// Example code for Selenium/Getting Started/Create a simple test
// https://www.mediawiki.org/wiki/Selenium/Getting_Started/Create_a_simple_test
'use strict'
;
const
SpecialPages
=
require
(
'../pageobjects/specialpages.page'
);
describe
(
'Special:SpecialPages'
,
()
=>
{
it
(
'should not have Edit link'
,
async
()
=>
{
await
SpecialPages
.
open
();
await
expect
(
SpecialPages
.
edit
).
not
.
toExist
();
}
);
}
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 16:15 (3 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fd/5d/07d7d1749cf783c99574840586d2
Default Alt Text
specialpages.js (412 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment