Page MenuHomePhabricator

[QA task] mobile QuickView edge cases
Closed, ResolvedPublic

Description

While testing quickViewEnableMobile=1 in betalabs, there were two test cases that need to be re-verified in production.

(1) Subpages do not show the Quickview but the arrow is still displayed.

Screen Shot 2023-01-03 at 6.11.43 PM.png (1×660 px, 154 KB)

The Console will show:

GET https://en.m.wikipedia.beta.wmflabs.org/w/rest.php/searchvue/v0/page/Mavetuna/Sub1
HTTP/2 404 Not Found

T320528: [S] Mobile: Show arrows next to search results for quick view discoverability. has the AC that describes the case when the quick view info is not present:

  • Do not show arrow for the results that have no quick view information.

(2) In the same search result set - https://en.m.wikipedia.beta.wmflabs.org/w/index.php?fulltext=1&profile=default&search=mavetuna&title=Special:Search&ns0=1&quickViewEnableMobile=1 - the page Lorem ipsum dolor sit amet ... has the arrow, but the quick view info won't be present.
The article Lorem ipsum dolor sit amet ... has a long title and a very little of content which might be a reason why the quick view info is not displayed.

Event Timeline

@Etonkovidova this is the alternate solution to not having a quick view where e show the message. I am not sure if it is possible to hide arrows or know if the preview doesn't exist unless you open it. Is that correct @SimoneThisDot

Etonkovidova claimed this task.

Checked in wmf.21 for pilot wikis - no issues were present.

@Etonkovidova this is the alternate solution to not having a quick view where e show the message. I am not sure if it is possible to hide arrows or know if the preview doesn't exist unless you open it. Is that correct @SimoneThisDot

The alternate solution was implemented. The arrow is still present for articles that do not have the preview available.