From 8bd5cffffd2198f5d6b797d4a8390c9dbc2fb9d1 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 23 Feb 2024 20:44:16 -0600 Subject: [PATCH] chore: results of running 'npm run lint' and 'npm run build' --- packages/playwright/types/test.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/playwright/types/test.d.ts b/packages/playwright/types/test.d.ts index 6ad3e0fb8a..477191564a 100644 --- a/packages/playwright/types/test.d.ts +++ b/packages/playwright/types/test.d.ts @@ -5586,7 +5586,7 @@ export interface PlaywrightWorkerOptions { * - `'retain-on-failure'`: Record trace for each test, but remove all traces from successful test runs. * - `'on-first-retry'`: Record trace only when retrying a test for the first time. * - `'on-all-retries'`: Record traces only when retrying for all retries. - * - `'on-first-failure'`: Record trace only when the test fails for the first time. + * - `'on-first-failure'`: Record traces only when the test fails for the first time. * * For more control, pass an object that specifies `mode` and trace features to enable. * @@ -7103,6 +7103,7 @@ export function mergeExpects(...expects: List): MergedExpect export { }; + /** * The {@link APIResponseAssertions} class provides assertion methods that can be used to make assertions about the * {@link APIResponse} in the tests.