[tests] Fix icon test
This commit is contained in:
@ -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',
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user