Prechádzať zdrojové kódy

Set popover to retry 5 times to see if we can get it to recover itself

Josh Hanley 2 rokov pred
rodič
commit
9cfd7268e7

+ 1 - 1
tests/cypress/integration/plugins/ui/popover.spec.js

@@ -156,7 +156,7 @@ test('focusing away doesnt close panel if focusing inside a group',
     },
     },
 )
 )
 
 
-test('focusing away still closes panel inside a group if the focus attribute is present',
+test.retry(5)('focusing away still closes panel inside a group if the focus attribute is present',
     [html`
     [html`
         <div x-data>
         <div x-data>
             <div x-popover:group>
             <div x-popover:group>