We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c3723 commit 11a25dbCopy full SHA for 11a25db
airbyte-webapp/src/components/EntityTable/components/StatusCell.tsx
@@ -31,7 +31,7 @@ export const StatusCell: React.FC<StatusCellProps> = ({
31
const allowAutoDetectSchema = useFeature(FeatureItem.AllowAutoDetectSchema);
32
33
return (
34
- <div className={styles.container} data-testId={`statusCell-${id}`}>
+ <div className={styles.container} data-testid={`statusCell-${id}`}>
35
<StatusCellControl
36
enabled={enabled}
37
id={id}
0 commit comments