Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4134926
ProgressIndicatorWidget.test.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
503 B
Referenced Files
None
Subscribers
None
ProgressIndicatorWidget.test.js
View Options
const
ProgressIndicatorWidget
=
require
(
'ext.confirmEdit.hCaptcha/ext.confirmEdit.hCaptcha/ProgressIndicatorWidget.js'
);
QUnit
.
module
(
'ext.confirmEdit.hCaptcha.ProgressIndicatorWidget'
);
QUnit
.
test
(
'should render with label'
,
(
assert
)
=>
{
const
label
=
'test label'
;
const
widget
=
new
ProgressIndicatorWidget
(
label
);
$
(
'#qunit-fixture'
).
append
(
widget
.
$element
);
assert
.
strictEqual
(
widget
.
$element
.
find
(
'progress'
).
attr
(
'aria-label'
),
label
,
'should set label'
);
}
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 19, 12:53 (3 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
66/6f/ff268bd226a95485fdf8bcd52631
Default Alt Text
ProgressIndicatorWidget.test.js (503 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment