playwright robustness: "can do many at once and get many prompts back, and interact with many" (#3524)
* playwright robustness * try fix the close button
This commit is contained in:
@ -251,6 +251,7 @@ export function ToastTextToCadSuccess({
|
||||
iconStart={{
|
||||
icon: 'close',
|
||||
}}
|
||||
data-negative-button={hasCopied ? 'close' : 'reject'}
|
||||
name={hasCopied ? 'Close' : 'Reject'}
|
||||
onClick={() => {
|
||||
if (!hasCopied) {
|
||||
|
Reference in New Issue
Block a user