Skip to content

Commit 377f20a

Browse files
committed
fix: .
1 parent ab10059 commit 377f20a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

playwright.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const config: PlaywrightTestConfig = {
2424
baseURL: baseUrl || 'http://localhost:3000/',
2525
testIdAttribute: 'data-qa',
2626
trace: 'on-first-retry',
27-
video: 'retain-on-failure',
28-
screenshot: 'only-on-failure',
27+
video: 'on',
28+
screenshot: 'on',
2929
},
3030
projects: [
3131
{

src/store/reducers/storage/requestStorageData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import {prepareGroupsResponse, prepareStorageResponse} from './utils';
55

66
export async function requestStorageData(
77
{
8-
shouldUseGroupsHandler,
98
version = 'v2',
9+
shouldUseGroupsHandler,
1010
...params
1111
}: StorageRequestParams & GroupsRequestParams & {shouldUseGroupsHandler?: boolean},
1212
options?: AxiosOptions,

0 commit comments

Comments
 (0)