Skip to content

Commit 9f9786a

Browse files
committed
[E2E] Fix Course of Class expansion tests
1 parent 7c79d23 commit 9f9786a

File tree

1 file changed

+1
-0
lines changed
  • services/frontend/src/components/PopulationCourseStats/PassFailEnrollments

1 file changed

+1
-0
lines changed

services/frontend/src/components/PopulationCourseStats/PassFailEnrollments/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export const PassFailEnrollments = ({ onlyIamRights, useModules }) => {
8181
const expansionArrow = row.getCanExpand() ? (
8282
<Box sx={{ p: 1, pl: 0, my: 'auto' }}>
8383
<KeyboardArrowRightIcon
84+
data-cy={`toggle-group-module-${code}`}
8485
onClick={row.getToggleExpandedHandler()}
8586
sx={{
8687
cursor: 'pointer',

0 commit comments

Comments
 (0)