File tree Expand file tree Collapse file tree
src/frontend/tests/core/features Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222 await page . getByTestId ( "side_nav_options_all-templates" ) . click ( ) ;
2323 await page . getByRole ( "heading" , { name : "Basic Prompting" } ) . click ( ) ;
24+ await page . waitForSelector ( '[data-testid="canvas_controls_dropdown"]' , {
25+ timeout : 100000 ,
26+ } ) ;
2427 await expect ( page . getByTestId ( / .* r f _ _ n o d e .* / ) . first ( ) ) . toBeVisible ( {
25- timeout : 3000 ,
28+ timeout : 30000 ,
2629 } ) ;
2730 let outdatedComponents = await page . getByTestId ( "update-button" ) . count ( ) ;
2831 const maxUpdateIterations = 20 ;
@@ -74,8 +77,11 @@ test.skip(
7477
7578 await page . getByTestId ( "side_nav_options_all-templates" ) . click ( ) ;
7679 await page . getByRole ( "heading" , { name : "Basic Prompting" } ) . click ( ) ;
80+ await page . waitForSelector ( '[data-testid="canvas_controls_dropdown"]' , {
81+ timeout : 100000 ,
82+ } ) ;
7783 await expect ( page . getByTestId ( / .* r f _ _ n o d e .* / ) . first ( ) ) . toBeVisible ( {
78- timeout : 3000 ,
84+ timeout : 30000 ,
7985 } ) ;
8086 let outdatedComponents = await page . getByTestId ( "update-button" ) . count ( ) ;
8187 const maxUpdateIterations = 20 ;
Original file line number Diff line number Diff line change 5454 timeout : 60000 ,
5555 } ) ;
5656 await page . waitForSelector ( '[data-testid="mainpage_title"]' , {
57- timeout : 30000 ,
57+ timeout : 60000 ,
5858 } ) ;
5959 await page . getByTestId ( "user-profile-settings" ) . click ( ) ;
6060 await page . getByText ( "Admin Page" , { exact : true } ) . click ( ) ;
@@ -129,7 +129,7 @@ test(
129129 await basicPromptingHeading . click ( ) ;
130130 try {
131131 await page . waitForSelector ( '[data-testid="canvas_controls_dropdown"]' , {
132- timeout : attempt === maxClickAttempts ? 100000 : 45000 ,
132+ timeout : attempt === maxClickAttempts ? 180000 : 45000 ,
133133 } ) ;
134134 canvasMounted = true ;
135135 break ;
You can’t perform that action at this time.
0 commit comments