Page MenuHomeWickedGov Phorge

watchstar.js
No OneTemporary

Size
776 B
Referenced Files
None
Subscribers
None

watchstar.js

'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

Mime Type
text/plain
Expires
Fri, Jul 3, 20:13 (1 d, 16 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d8/25/927a8e29d5b8c36b16dab7313e93
Default Alt Text
watchstar.js (776 B)

Event Timeline