Bug 1932894 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

**[Affected versions]:**

- Firefox Nightly 134.0a1 (BUILD ID #2016057442), hg-9e9cd26f20ec+, GV: 134.0a1-20241121092921, AS: 134.20241120050405

**[Affected Platforms]:**

- Samsung A53 - Android 14
- OnePlus 6 - Android 11

**[Prerequisites]:**
- Have the latest Firefox Nightly 134.0a1 installed, but not opened.
- Have the latest version of nimbus-cli installed.
- Have the mobile device connected to a computer using adb.

**[Steps to reproduce]:**

1. Run the following command in a terminal: `nimbus-cli --app fenix --channel nightly enroll preview/combined-android-toolbar-and-menu-experiment --branch treatment-a`.
2. Close the browser and open it using a telemetry command (`adb shell am start -n org.mozilla.fenix/mozilla.telemetry.glean.debug.GleanDebugActivity --ez logPings true --es sendPing events --es debugViewTag <chosen_tag>`).
3. Navigate to the homepage and tap the “Customize homepage” button.
4. Tap the Hamburger menu on the Homepage and tap the “Customize homepage” button.
5. Navigate to the Glean viewer and observe the events displayed.

**[Expected result]:**

- Step 3: The following ping is displayed:

  "timestamp": 2117,
      "category": "home_screen",
      "name": "customize_home_clicked",
      "extra": {
        "glean_timestamp": "1732284150353"

- Step 4: The following ping is displayed: 

	 "timestamp": 2116,
    	  "category": "app_menu",
      "name": "customize_homepage",
      "extra": {
        "glean_timestamp": "1732284150353"

**[Actual result]:**

- Step 4: The following ping is displayed:

{
      "timestamp": 2116,
      "category": "app_menu",
      "name": "customize_homepage",
      "extra": {
        "glean_timestamp": "1732284150353"
      }
    },
    {
      "timestamp": 2117,
      "category": "home_screen",
      "name": "customize_home_clicked",
      "extra": {
        "glean_timestamp": "1732284150353"
      }

**[Notes]:**

This issue is reproducible on the Treatment B branch as well.

Here is an example ping exposing the issue:
https://debug-ping-preview.firebaseapp.com/pings/vb4/eb84d1cf-a4ea-4efc-98fa-ae183e81f0d8
**[Affected versions]:**

- Firefox Nightly 134.0a1 (BUILD ID #2016057442), hg-9e9cd26f20ec+, GV: 134.0a1-20241121092921, AS: 134.20241120050405

**[Affected Platforms]:**

- Samsung A53 - Android 14
- OnePlus 6 - Android 11

**[Prerequisites]:**
- Have the latest Firefox Nightly 134.0a1 installed, but not opened.
- Have the latest version of nimbus-cli installed.
- Have the mobile device connected to a computer using adb.

**[Steps to reproduce]:**

1. Run the following command in a terminal: `nimbus-cli --app fenix --channel nightly enroll preview/combined-android-toolbar-and-menu-experiment --branch treatment-a`.
2. Close the browser and open it using a telemetry command (`adb shell am start -n org.mozilla.fenix/mozilla.telemetry.glean.debug.GleanDebugActivity --ez logPings true --es sendPing events --es debugViewTag <chosen_tag>`).
3. Tap the 3 dot menu on the Homepage and tap the “Customize homepage” button.
4. Navigate to the Glean viewer and observe the events displayed.

**[Expected result]:**

- Step 4: The following ping is displayed: 

	 "timestamp": 2116,
    	  "category": "app_menu",
      "name": "customize_homepage",
      "extra": {
        "glean_timestamp": "1732284150353"

**[Actual result]:**

- Step 4: The following ping is displayed:

{
      "timestamp": 2116,
      "category": "app_menu",
      "name": "customize_homepage",
      "extra": {
        "glean_timestamp": "1732284150353"
      }
    },
    {
      "timestamp": 2117,
      "category": "home_screen",
      "name": "customize_home_clicked",
      "extra": {
        "glean_timestamp": "1732284150353"
      }

**[Notes]:**

This issue is reproducible on the Treatment B branch as well.

Here is an example ping exposing the issue:
https://debug-ping-preview.firebaseapp.com/pings/vb4/eb84d1cf-a4ea-4efc-98fa-ae183e81f0d8

Back to Bug 1932894 Comment 0