try and make test more robust (#1638)
* try and make test more robust * unused import * add logging * fix bug in export test * Revert "unused import" This reverts commit0fb7090eca
. * revert more * more fixes * fix * ultra snapshot test * Revert "ultra snapshot test" This reverts commit17a883727e
.
This commit is contained in:
@ -146,6 +146,7 @@ export const CommandBar = () => {
|
||||
<WrapperComponent.Panel
|
||||
className="relative z-50 pointer-events-auto w-full max-w-xl py-2 mx-auto border rounded shadow-lg bg-chalkboard-10 dark:bg-chalkboard-100 dark:border-chalkboard-70"
|
||||
as="div"
|
||||
data-testid="command-bar"
|
||||
>
|
||||
{commandBarState.matches('Selecting command') ? (
|
||||
<CommandComboBox options={commands} />
|
||||
|
Reference in New Issue
Block a user