mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
add data-testids to UI components that may be hard to target with automation
This commit is contained in:
committed by
psychedelicious
parent
5174f382b9
commit
52f8c9e16f
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user