[tests] Fix icon test
Some checks failed
CI / test (push) Failing after 1m24s
CI / deploy (push) Has been skipped

This commit is contained in:
2026-06-28 13:26:04 -04:00
parent 3a7202521c
commit a74531cea7

View File

@ -55,7 +55,7 @@ function findSmartQueueButton(renderer) {
? btn.props.children
: [btn.props.children];
return children.some(
(child) => child.props && child.props.name === 'auto_awesome',
(child) => child.props && child.props.name === 'magic',
);
});
}