Skip to content

Commit

Permalink
Update workflows. Add test ids
Browse files Browse the repository at this point in the history
  • Loading branch information
mike10ca committed Nov 19, 2023
1 parent 5a43ee6 commit 3302aa0
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,13 @@ const OwnerPolicyStep = ({
<Divider />
<Box className={layoutCss.row}>
<Box display="flex" flexDirection="row" justifyContent="space-between" gap={3}>
<Button data-testid="back-btn" variant="outlined" size="small" onClick={handleBack} startIcon={<ArrowBackIcon fontSize="small" />}>
<Button
data-testid="back-btn"
variant="outlined"
size="small"
onClick={handleBack}
startIcon={<ArrowBackIcon fontSize="small" />}
>
Back
</Button>
<Button data-testid="next-btn" type="submit" variant="contained" size="stretched" disabled={isDisabled}>
Expand Down

0 comments on commit 3302aa0

Please sign in to comment.