Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
marco committed Mar 22, 2021
1 parent cd7a1bf commit b36f3f1
Show file tree
Hide file tree
Showing 6 changed files with 1,130 additions and 87 deletions.
2 changes: 1 addition & 1 deletion src/General/Loading/Loading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ export const Loading: FC<Props> = props => {

return (
<LoadingContainer
data-testid="alert"
{...props}
className={classNames('aries-loading', className)}
role="alert"
data-testid="alert"
aria-busy="true"
aria-live="polite"
>
Expand Down
1 change: 1 addition & 0 deletions src/Input/DownshiftSelect/Select.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ export const FocusCallbacks: Story<Props> = () => {
</Box>
<Select
items={items}
data-test="foo"
onFocus={() => setOnFocusCalls(onFocusCalls + 1)}
onBlur={() => setOnBlurCalls(onBlurCalls + 1)}
/>
Expand Down
Loading

0 comments on commit b36f3f1

Please sign in to comment.