Skip to content

Commit

Permalink
feat: Visual Tests using labs buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-bagwell committed Sep 12, 2023
1 parent 11e4378 commit c45842f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
} from '@workday/canvas-kit-react/testing';
import {withSnapshotsEnabled, customColorTheme} from '../../../../../utils/storybook';
import {playCircleIcon, relatedActionsVerticalIcon} from '@workday/canvas-system-icons-web';
import {PrimaryButton} from '@workday/canvas-kit-react/button';
import {PrimaryButton} from '@workday/canvas-kit-labs-react/button';
import {Container, stateTableColumnProps} from './utils';

export default withSnapshotsEnabled({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
} from '@workday/canvas-kit-react/testing';
import {withSnapshotsEnabled, customColorTheme} from '../../../../../utils/storybook';
import {playCircleIcon, relatedActionsVerticalIcon} from '@workday/canvas-system-icons-web';
import {SecondaryButton} from '@workday/canvas-kit-react/button';
import {SecondaryButton} from '@workday/canvas-kit-labs-react/button';
import {Container, stateTableColumnProps} from './utils';

export default withSnapshotsEnabled({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
} from '@workday/canvas-kit-react/testing';
import {withSnapshotsEnabled, customColorTheme} from '../../../../../utils/storybook';
import {playCircleIcon, relatedActionsVerticalIcon} from '@workday/canvas-system-icons-web';
import {TertiaryButton} from '@workday/canvas-kit-react/button';
import {TertiaryButton} from '@workday/canvas-kit-labs-react/button';
import {Container, stateTableColumnProps} from './utils';

export default withSnapshotsEnabled({
Expand Down

0 comments on commit c45842f

Please sign in to comment.