Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Added classname to OpenApiSelectMethod
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuzikar committed May 18, 2020
1 parent 7586051 commit aa15f9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const OpenApiSelectMethod: React.FunctionComponent<IOpenApiSelectMethodPr
}
};
return (
<Stack>
<Stack className={'open-api-select-method'} data-testid={'openapi-select-method'}>
<StackItem>
<Split onClick={() => onSelectMethod(FILE)}>
<SplitItem>
Expand Down

0 comments on commit aa15f9d

Please sign in to comment.