Skip to content

Commit c2daac3

Browse files
committed
Merge branch 'master' into next
# Conflicts: # CHANGELOG.md
2 parents 00fc548 + 3b17ef9 commit c2daac3

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
## 25.xx
2-
Dependencies:
3-
- Remove SQLite
4-
5-
## Version 25.03.XX
1+
## Version 25.03.29
62
Fixes:
73
- [core] Do not output password in logs on mongodb connection initialisation error
84
- [core] Hide error details on render error from response
@@ -11,7 +7,8 @@ Fixes:
117
- [events] Do not throw error in UI on returned group data if there is no segmentation set
128

139
Enterprise Fixes:
14-
-[surveys] Do not fetch survey meta data if plugin is disabled
10+
- [drill] Fixed timeline recalculation
11+
- [surveys] Do not fetch survey meta data if plugin is disabled
1512

1613
## Version 25.03.28
1714
Fixes:
@@ -103,6 +100,7 @@ Enterprise Fixes:
103100
- [users] Add survey section to user feedback page
104101
- [users] Fixed uploading user profile pictures
105102

103+
106104
## Version 25.03.22
107105
Fixes:
108106
- [alerts] Fix: Migrate alerts to the new events model
@@ -180,6 +178,7 @@ Enterprise Fixes:
180178
Dependencies:
181179
- Bump puppeteer from 24.16.2 to 24.17.0
182180

181+
183182
## Version 25.03.16
184183
Enterprise Fixes:
185184
- [journeys] Fix for skip threshold check in concurrent requests
@@ -189,6 +188,7 @@ Dependencies:
189188
- Bump get-random-values from 3.0.0 to 4.0.0
190189
- Bump puppeteer from 24.16.1 to 24.16.2
191190

191+
192192
## Version 25.03.15
193193
Enterprise Fixes:
194194
- [cohorts] Unescape segmentation properties options to prevent duplicated values
@@ -222,6 +222,7 @@ Enterprise Fixes:
222222
- [flows] Showing correct state for disabled flows
223223
- [surveys] Move "not likely" label next to 0 on mobile screens
224224

225+
225226
## Version 25.03.12
226227
Features:
227228
- [plugins] Add configuration warning tags to settings UI
@@ -244,6 +245,7 @@ Dependencies:
244245
- Bump puppeteer from 24.14.0 to 24.15.0
245246
- Bump supertest from 7.1.3 to 7.1.4
246247

248+
247249
## Version 25.03.11
248250
Fixes:
249251
- [core] Fix mongo connection url parsing
@@ -339,6 +341,7 @@ Fixes:
339341
- [hooks] Added null check for incoming data
340342
- [push] Fix external drawer initialization
341343
- [times-of-day] Fix chart component
344+
342345
Enterprise Fixes:
343346
- [content] Asset URL was wrongly constructed when user switches between apps
344347
- [ab-testing] Updates

ui-tests/cypress/support/elements/dashboard/analytics/sessions/durations.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const sessionDurationsDataTableElements = (index = 0) => ({
4646

4747
//Columns' Rows' Datas Elements
4848
SESSION_DURATION: 'datatable-session-durations-session-duration-' + index,
49-
NUMBER_OF_SESSIONS: 'datatable-session-durations-session-duration-' + index,
49+
NUMBER_OF_SESSIONS: 'datatable-session-durations-number-of-sessions-' + index,
5050
PERCENT_VALUE: 'datatable-session-durations-percent-' + index,
5151
PERCENT_PROGRESS_BAR: 'datatable-session-durations-progress-bar-' + index,
5252

@@ -67,4 +67,4 @@ module.exports = {
6767
sessionDurationsPageElements,
6868
sessionDurationsEChartElements,
6969
sessionDurationsDataTableElements
70-
};
70+
};

0 commit comments

Comments
 (0)