From ab10059a8dd3071be41fa02ddbbcae7dd21932a0 Mon Sep 17 00:00:00 2001 From: Anton Standrik Date: Fri, 22 Nov 2024 11:17:51 +0300 Subject: [PATCH 1/2] chore: nochangess --- src/store/reducers/storage/requestStorageData.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/reducers/storage/requestStorageData.ts b/src/store/reducers/storage/requestStorageData.ts index 579773376..704034bbc 100644 --- a/src/store/reducers/storage/requestStorageData.ts +++ b/src/store/reducers/storage/requestStorageData.ts @@ -5,8 +5,8 @@ import {prepareGroupsResponse, prepareStorageResponse} from './utils'; export async function requestStorageData( { - version = 'v2', shouldUseGroupsHandler, + version = 'v2', ...params }: StorageRequestParams & GroupsRequestParams & {shouldUseGroupsHandler?: boolean}, options?: AxiosOptions, From 377f20ae50f81aa106c950fd544369021cd10c98 Mon Sep 17 00:00:00 2001 From: Anton Standrik Date: Fri, 22 Nov 2024 11:18:42 +0300 Subject: [PATCH 2/2] fix: . --- playwright.config.ts | 4 ++-- src/store/reducers/storage/requestStorageData.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/playwright.config.ts b/playwright.config.ts index 2d5423c0a..4ff321b5b 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -24,8 +24,8 @@ const config: PlaywrightTestConfig = { baseURL: baseUrl || 'http://localhost:3000/', testIdAttribute: 'data-qa', trace: 'on-first-retry', - video: 'retain-on-failure', - screenshot: 'only-on-failure', + video: 'on', + screenshot: 'on', }, projects: [ { diff --git a/src/store/reducers/storage/requestStorageData.ts b/src/store/reducers/storage/requestStorageData.ts index 704034bbc..579773376 100644 --- a/src/store/reducers/storage/requestStorageData.ts +++ b/src/store/reducers/storage/requestStorageData.ts @@ -5,8 +5,8 @@ import {prepareGroupsResponse, prepareStorageResponse} from './utils'; export async function requestStorageData( { - shouldUseGroupsHandler, version = 'v2', + shouldUseGroupsHandler, ...params }: StorageRequestParams & GroupsRequestParams & {shouldUseGroupsHandler?: boolean}, options?: AxiosOptions,