Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2752646
watchstar.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
776 B
Referenced Files
None
Subscribers
None
watchstar.js
View Options
'use strict'
;
const
{
iAmViewingAnUnwatchedPage
}
=
require
(
'../features/step_definitions/create_page_api_steps'
),
{
iShouldSeeAToastNotificationWithMessage
,
iAmLoggedIntoTheMobileWebsite
}
=
require
(
'../features/step_definitions/common_steps'
),
{
theWatchstarShouldBeSelected
,
iClickTheWatchstar
}
=
require
(
'../features/step_definitions/watch_steps'
);
// @chrome @smoke @test2.m.wikipedia.org @login @vagrant
describe
(
'Manage Watchlist'
,
()
=>
{
beforeEach
(
async
()
=>
{
await
iAmLoggedIntoTheMobileWebsite
();
}
);
it
(
'Add an article to the watchlist'
,
async
()
=>
{
await
iAmViewingAnUnwatchedPage
();
await
iClickTheWatchstar
();
await
iShouldSeeAToastNotificationWithMessage
(
'added'
);
await
theWatchstarShouldBeSelected
();
}
);
}
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 3, 20:13 (1 d, 17 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d8/25/927a8e29d5b8c36b16dab7313e93
Default Alt Text
watchstar.js (776 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment