Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

[FNXV2-17964] Turning off inactive tabs survey #21732

Closed
codrut-topliceanu opened this issue Oct 6, 2021 · 1 comment
Closed

[FNXV2-17964] Turning off inactive tabs survey #21732

codrut-topliceanu opened this issue Oct 6, 2021 · 1 comment

Comments

@codrut-topliceanu
Copy link
Contributor

codrut-topliceanu commented Oct 6, 2021

Tracking for https://mozilla-hub.atlassian.net/browse/FNXV2-17964

┆Issue is synchronized with this Jira Task

@codrut-topliceanu codrut-topliceanu self-assigned this Oct 6, 2021
@codrut-topliceanu codrut-topliceanu added this to Ready for Engineering (min-5 ; max-22) in Android Engineering Team Kanban board via automation Oct 6, 2021
@codrut-topliceanu codrut-topliceanu moved this from Ready for Engineering (min-5 ; max-22) to In Development (WIP limit - 15) in Android Engineering Team Kanban board Oct 6, 2021
@github-actions github-actions bot added the needs:triage Issue needs triage label Oct 6, 2021
@codrut-topliceanu codrut-topliceanu removed the needs:triage Issue needs triage label Oct 6, 2021
codrut-topliceanu pushed a commit to codrut-topliceanu/fenix that referenced this issue Oct 12, 2021
@codrut-topliceanu codrut-topliceanu moved this from In Development (WIP limit - 15) to Dev Complete (WIP limit - 5) in Android Engineering Team Kanban board Oct 12, 2021
@codrut-topliceanu codrut-topliceanu removed their assignment Oct 19, 2021
Mugurell pushed a commit to codrut-topliceanu/fenix that referenced this issue Oct 21, 2021
Mugurell pushed a commit to codrut-topliceanu/fenix that referenced this issue Oct 21, 2021
Mugurell pushed a commit to codrut-topliceanu/fenix that referenced this issue Oct 22, 2021
Mugurell pushed a commit to codrut-topliceanu/fenix that referenced this issue Oct 22, 2021
mergify bot pushed a commit that referenced this issue Oct 26, 2021
@Mugurell Mugurell added the eng:qa:needed QA Needed label Oct 26, 2021
@Mugurell Mugurell moved this from Dev Complete (WIP limit - 5) to Reviewer approved, ready for test (WIP limit - ?) in Android Engineering Team Kanban board Oct 26, 2021
jonalmeida pushed a commit that referenced this issue Oct 26, 2021
@AndiAJ
Copy link
Collaborator

AndiAJ commented Oct 27, 2021

Hi,

Verified as fixed both the functionality and telemetry on Firefox Firefox 94.1.0 using the following devices:
• Google Pixel 3a (Android 11)
• Google Pixel 3 (Android 12)

P.S. The telemetry was verified only on the Google Pixel 3a (Android 11) as it follows:

✅ Didn't select any option and dismissed the survey using the x button

{
          "timestamp": 4567,
          "category": "preferences",
          "name": "inactive_tabs_survey_opened"
        },
        {
          "timestamp": 8946,
          "category": "preferences",
          "name": "turn_off_inactive_tabs_survey",
          "extra": {
            "feedback": "none"
          }

✅ Responded using the first option

{
          "timestamp": 1156,
          "category": "preferences",
          "name": "inactive_tabs_survey_opened"
        },
        {
          "timestamp": 8862,
          "category": "preferences",
          "name": "turn_off_inactive_tabs_survey",
          "extra": {
            "feedback": "i don’t understand how it works"
          }

✅ Responded using the second option

{
          "timestamp": 986,
          "category": "preferences",
          "name": "inactive_tabs_survey_opened"
        },
        {
          "timestamp": 3043,
          "category": "preferences",
          "name": "turn_off_inactive_tabs_survey",
          "extra": {
            "feedback": "i like to clear out old tabs myself"
          }

✅ Responded using the third option

{
          "timestamp": 1170,
          "category": "preferences",
          "name": "inactive_tabs_survey_opened"
        },
        {
          "timestamp": 3340,
          "category": "preferences",
          "name": "turn_off_inactive_tabs_survey",
          "extra": {
            "feedback": "the two-week time period is too long"
          }

✅ Responded using the fourth option

{
          "timestamp": 707,
          "category": "preferences",
          "name": "inactive_tabs_survey_opened"
        },
        {
          "timestamp": 2469,
          "category": "preferences",
          "name": "turn_off_inactive_tabs_survey",
          "extra": {
            "feedback": "the two-week time period is too short"
          }

✅ Selected the first option and dismissed the survey using the x button

        {
          "timestamp": 914,
          "category": "preferences",
          "name": "inactive_tabs_survey_opened"
        },
        {
          "timestamp": 4072,
          "category": "preferences",
          "name": "turn_off_inactive_tabs_survey",
          "extra": {
            "feedback": "none"
          }

✅ Selected the second option and dismissed the survey using the x button

        {
          "timestamp": 1308,
          "category": "preferences",
          "name": "inactive_tabs_survey_opened"
        },
        {
          "timestamp": 5657,
          "category": "preferences",
          "name": "turn_off_inactive_tabs_survey",
          "extra": {
            "feedback": "none"
          }

✅ Selected the third option and dismissed the survey using the x button

{
          "timestamp": 4310,
          "category": "preferences",
          "name": "inactive_tabs_survey_opened"
        },
        {
          "timestamp": 7572,
          "category": "preferences",
          "name": "turn_off_inactive_tabs_survey",
          "extra": {
            "feedback": "none"
          }

✅ Selected the fourth option and dismissed the survey using the x button

{
          "timestamp": 1826,
          "category": "preferences",
          "name": "inactive_tabs_survey_opened"
        },
        {
          "timestamp": 4545,
          "category": "preferences",
          "name": "turn_off_inactive_tabs_survey",
          "extra": {
            "feedback": "none"
          }

Glean dashboard

@AndiAJ AndiAJ closed this as completed Oct 27, 2021
Android Engineering Team Kanban board automation moved this from Reviewer approved, ready for test (WIP limit - ?) to Done Oct 27, 2021
@AndiAJ AndiAJ added eng:qa:verified QA Verified and removed eng:qa:needed QA Needed labels Oct 27, 2021
pkirakosyan pushed a commit to gexsi/user-agent-android that referenced this issue Mar 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
eng:qa:verified QA Verified
Projects
No open projects
Development

No branches or pull requests

3 participants