Page MenuHomePhabricator

Port "Page actions menu when anonymous.Receive notification message - Watchlist Icon" browser test to Node.js from Ruby
Open, MediumPublic5 Estimated Story Points

Description

This test seems to be failing consistently in the Ruby build. Let's move it to the Node.js stack and hope this results in a little more stability (and green circles!) for Ruby.

tests/browser/features/pageactions.feature has 2 tests so should hopefully be relatively straightforward to port.

Developer notes

We'll need to implement a Drawer step but I believe the other steps are accounted for (in some form).

@chrome @en.m.wikipedia.beta.wmflabs.org @firefox @test2.m.wikipedia.org @vagrant
Feature: Page actions menu when anonymous

 Background:
 Given I am using the mobile site
 And I am on the "Albert Einstein" page

 @feature-anon-editing-support
 Scenario: Receive notification message - Edit Icon
 When I click the edit button
 Then I see the anonymous editor warning

 Scenario: Receive notification message - Watchlist Icon
 When I click the watch star
 Then I should see a drawer with message "Keep track of this page and all changes to it."

Event Timeline

Jdlrobson moved this task from Incoming to Triaged but Future on the Web-Team-Backlog board.
Jdlrobson updated the task description. (Show Details)
ovasileva lowered the priority of this task from High to Medium.May 21 2019, 4:48 PM
ovasileva set the point value for this task to 5.May 21 2019, 4:52 PM
Jdlrobson lowered the priority of this task from Medium to Low.Jul 31 2019, 6:59 PM
ovasileva raised the priority of this task from Low to Medium.Oct 15 2019, 4:36 PM

apologies in advance if this is not the right tag.

It depends on what you are trying to do. :) Do you need help from Quality-and-Test-Engineering-Team?

This is for the porting of a single test - and a subtask of T139740 which release engineering appear to be working on. Can be merged into the parent if that's useful.

I'm pretty sure Release-Engineering-Team is not working on T139740. Why do you think they are working on it? There has only been one patch merged (by WMDE) in the last year or so.

My question was why did you tag this task with Quality-and-Test-Engineering-Team tag? The QTE team uses that tag to organize it's work. Do you need help from the QTE team in resolving this task? If not, I would suggest removing the tag from the task.