fix: Remove added arg for TestProject
This commit is contained in:
parent
688bccf1f7
commit
5ca49f621e
5
packages/playwright/types/test.d.ts
vendored
5
packages/playwright/types/test.d.ts
vendored
|
|
@ -702,11 +702,6 @@ interface TestConfig {
|
|||
* timeout for toPass method in milliseconds.
|
||||
*/
|
||||
timeout?: number;
|
||||
|
||||
/**
|
||||
* intervals for toPass method in milliseconds.
|
||||
*/
|
||||
intervals?: number[];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue