Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4116981
dropdownMenus.test.js.snap
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
626 B
Referenced Files
None
Subscribers
None
dropdownMenus.test.js.snap
View Options
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`addPortletLinkHandler Adds a span with icon class to menus 1`] = `
"
<ul class=\\"vector-menu\\">
<li class=\\"mw-list-item mw-list-item-js\\" id=\\"test-id\\">
<a href=\\"#test-href\\">
<span>
test link content
</span>
</a>
</li>
</ul>"
`;
exports[`addPortletLinkHandler Does not add an icon when noicon class is present 1`] = `
"
<ul class=\\"vector-menu\\">
<li class=\\"mw-list-item mw-list-item-js\\" id=\\"test-id\\">
<a href=\\"#test-href\\">
<span>
test link content
</span>
</a>
</li>
</ul>"
`;
File Metadata
Details
Attached
Mime Type
text/html
Expires
Wed, Aug 19, 01:57 (2 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
9e/2f/b3da074b2dd92df2ca9b93a89d28
Default Alt Text
dropdownMenus.test.js.snap (626 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment