Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel committed Feb 7, 2024
1 parent 404ded0 commit f223d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/author/subject/importquestions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function ImportedQuestionsDisplay(props: {
style={{ width: "100%" }}
>
{questionsIgnored.map((q, i) => (
<ListItem data-cy={`question-${i}`} key={q.question}>
<ListItem data-cy={`question-ignored-${i}`} key={q.question}>
<IgnoredQuestionItem classes={classes} question={q} />
</ListItem>
))}
Expand Down

0 comments on commit f223d3e

Please sign in to comment.