mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
Fix ConsoleMessage.type() return type
Co-authored-by: yury-s <9798949+yury-s@users.noreply.github.com>
This commit is contained in:
parent
b1b1d1bf12
commit
2f61033732
2
packages/playwright-core/types/types.d.ts
vendored
2
packages/playwright-core/types/types.d.ts
vendored
@ -18838,7 +18838,7 @@ export interface ConsoleMessage {
|
||||
* `'trace'`, `'clear'`, `'startGroup'`, `'startGroupCollapsed'`, `'endGroup'`, `'assert'`, `'profile'`,
|
||||
* `'profileEnd'`, `'count'`, `'timeEnd'`.
|
||||
*/
|
||||
type(): string;
|
||||
type(): 'log'|'debug'|'info'|'error'|'warning'|'dir'|'dirxml'|'table'|'trace'|'clear'|'startGroup'|'startGroupCollapsed'|'endGroup'|'assert'|'profile'|'profileEnd'|'count'|'timeEnd';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user