Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4118533
specialpages.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
393 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
import
SpecialPages
from
'../pageobjects/specialpages.page.js'
;
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/x-java
Expires
Wed, Aug 19, 02:50 (2 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
38/56/3a5abd310b1c6fc075ed29ccad2f
Default Alt Text
specialpages.js (393 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment