You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow up of # PR 18834 - Incorrect response for the metrics Brave.VerticalTabs.GroupTabs when tabs are group and ngroup on the vertical tab view
#31366
Closed
GeetaSarvadnya opened this issue
Jun 28, 2023
· 2 comments
Found while testing brave/brave-core#18834
Follow up of # PR 18834 - Incorrect response for the metrics Brave.VerticalTabs.OpenTabs when tabs are group and ngroup on the vertical tab view
Steps to Reproduce
Clean profile 1.55.17
Open brave://local-state file, right click on the tab and select Use vertical tabs context menu
Open a bunch of sites
Ceate 6 tab groups
Reload the bave://local-state file
Look for the metrics Brave.VerticalTabs.GroupTabs
Confirmed that the metrics Brave.VerticalTabs.GroupTabs response value is 2 as expected
Remove 6th tab group
Reload the bave://local-state file
The metrics Brave.VerticalTabs.GroupTabs response value is 2 instead of 1
Actual result:
Incorrect response for the metrics Brave.VerticalTabs.GroupTabs when tabs are group and ngroup on the vertical tab view
Expected result:
The metrics should be correct when tabs are ungroup
This is expected. The metric is supposed to report the max amount of groups for the past week: "As a user with vertical tabs mode enabled and had at least one tab group this week, what is the max amount of tab groups this week?"
As a user with vertical tabs mode enabled and had at least one tab group this week, what is the max amount of tab groups this week?
The max tab groups for the week is considered for the metrics response calculation hence the value 2 is expected for the 1st week, if we set the sys clock ahead by 8 days in the 2nd week the response value is 1 as expected. Hence closing the issue.
Description
Found while testing brave/brave-core#18834
Follow up of # PR 18834 - Incorrect response for the metrics
Brave.VerticalTabs.OpenTabs
when tabs are group and ngroup on the vertical tab viewSteps to Reproduce
Use vertical tabs
context menuBrave.VerticalTabs.GroupTabs
Brave.VerticalTabs.GroupTabs
response value is2
as expectedBrave.VerticalTabs.GroupTabs
response value is2
instead of1
Actual result:
Incorrect response for the metrics
Brave.VerticalTabs.GroupTabs
when tabs are group and ngroup on the vertical tab viewExpected result:
The metrics should be correct when tabs are ungroup
Reproduces how often:
Easy
Brave version (brave://version info)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
cc: @brave/qa-team @DJAndries @mattmcalister
The text was updated successfully, but these errors were encountered: