add data-testids to UI components that may be hard to target with automation

This commit is contained in:
Mary Hipp
2023-09-28 15:25:45 -04:00
committed by psychedelicious
parent 5174f382b9
commit 52f8c9e16f
21 changed files with 51 additions and 8 deletions

View File

@@ -77,7 +77,12 @@ const QueueCounts = memo(() => {
}, [dispatch]);
return (
<Flex justifyContent="space-between" alignItems="center" pe={1}>
<Flex
justifyContent="space-between"
alignItems="center"
pe={1}
data-testid="queue-count"
>
<Spacer />
<Button
onClick={handleClick}