Skip to content

Commit

Permalink
fix: adding comment for okta ticket to address issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhMani-okta committed Aug 14, 2024
1 parent fc50865 commit c15c07a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/odyssey-react-mui/src/Checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const CheckboxTestSelectors = {
// },
// }
// },
// label: ["hint"]
selector: {
method: "ByRole",
options: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ export const Hint: StoryObj<typeof Checkbox> = {
},
play: async ({ canvasElement, step }) => {
await checkTheBox({ canvasElement, step })("Checkbox Hint");
// This is commented because there's a separate ticket to cover this work: OKTA-793465
// await step("has visible hint", async () => {
// const element = queryOdysseySelector({
// canvas: within(canvasElement),
Expand Down

0 comments on commit c15c07a

Please sign in to comment.