File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import { test , expect } from "@playwright/test" ;
22
3- const TEST_URL = "src/core/interpolate/interpolate.html" ;
3+ const TEST_URL = "src/core/interpolate/interpolate.html?random=false " ;
44
55test ( "unit tests contain no errors" , async ( { page } ) => {
66 await page . goto ( TEST_URL ) ;
Original file line number Diff line number Diff line change 11import { test , expect } from "@playwright/test" ;
22
3- const TEST_URL = "src/directive/include/include.html" ;
3+ const TEST_URL = "src/directive/include/include.html?random=false " ;
44
55test ( "unit tests contain no errors" , async ( { page } ) => {
66 await page . goto ( TEST_URL ) ;
77 await page . content ( ) ;
8- await page . waitForTimeout ( 3000 ) ;
8+ await page . waitForTimeout ( 10000 ) ;
99 await expect ( page . locator ( ".jasmine-overall-result" ) ) . toHaveText (
1010 / 0 f a i l u r e s / ,
1111 ) ;
You can’t perform that action at this time.
0 commit comments