File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ test.describe('Test Sidebar', async () => {
6666
6767 // Click the Information button to open the popup
6868 await sidebar . clickInformation ( ) ;
69- await page . waitForTimeout ( 500 ) ; // Wait for animation
69+ await page . waitForTimeout ( 700 ) ; // Wait for animation
7070
7171 // Check if the popup is visible
7272 await expect ( sidebar . isPopupVisible ( ) ) . resolves . toBe ( true ) ;
@@ -86,7 +86,7 @@ test.describe('Test Sidebar', async () => {
8686
8787 // Click the Information button to open the popup
8888 await sidebar . clickInformation ( ) ;
89- await page . waitForTimeout ( 500 ) ; // Wait for animation
89+ await page . waitForTimeout ( 700 ) ; // Wait for animation
9090
9191 // Check if the popup is visible
9292 await expect ( sidebar . isPopupVisible ( ) ) . resolves . toBe ( true ) ;
You can’t perform that action at this time.
0 commit comments