Skip to content

Commit

Permalink
fix(org-survey): update data-cy
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Dec 19, 2023
1 parent 9fefa2b commit 4fc52da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/pages/FeedbackTarget/EditOrganisationSurvey.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ const EditOrganisationSurvey = () => {
return (
<>
<Button
data-cy="feedback-target-edit-organisation-survey"
sx={{ textAlign: 'left', justifyContent: 'start' }}
data-cy="feedback-target-edit-period"
onClick={handleClose}
variant="text"
startIcon={<Edit />}
Expand Down

0 comments on commit 4fc52da

Please sign in to comment.