Skip to content

Commit 37b7cb9

Browse files
Fix tests: restore stat-bar inner text selector
1 parent 7ff0466 commit 37b7cb9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/CommunityPortal/EventPersonalization/EventStats.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ export default function PopularEvents() {
186186

187187
<div className={styles['stat-bar']}>
188188
<div
189+
data-testid="stat-bar-inner"
189190
className={`${styles.bar} ${
190191
styles[getBarColor(calculatePercentage(event.attended, event.enrolled))]
191192
}`}

0 commit comments

Comments
 (0)