Skip to content

Commit

Permalink
Add note for broken modal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
codeincontext committed Nov 6, 2024
1 parent a98c81e commit c3c52ae
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ export const Default: Story = {
},
};

// NOTE: The modal appears on a parent element which isn't captured by visual testing
// TODO: Test the modal directly
export const SharePending: Story = {
args: {
...Default.args,
Expand All @@ -38,6 +40,8 @@ export const SharePending: Story = {
},
};

// NOTE: The modal appears on a parent element which isn't captured by visual testing
// TODO: Test the modal directly
export const RemovePending: Story = {
args: {
...Default.args,
Expand Down

0 comments on commit c3c52ae

Please sign in to comment.