Skip to content

Sdk-dapp-core migration #22

Sdk-dapp-core migration

Sdk-dapp-core migration #22

Triggered via pull request February 13, 2025 15:44
Status Failure
Total duration 1m 10s
Artifacts

playwright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test: src/components/TransactionsTable/TransactionsTable.tsx#L31
Argument of type '{ address: string; egldLabel: string; explorerAddress: string; transactions: ServerTransactionType[]; }' is not assignable to parameter of type 'ServerTransactionType[]'.
test: src/components/sdkDappCoreUI.ts#L7
Cannot find module '@multiversx/sdk-dapp-core-ui/react' or its corresponding type declarations.
test: src/helpers/signAndSendTransactions.ts#L16
Argument of type 'import("/home/runner/work/mx-template-dapp/mx-template-dapp/node_modules/@multiversx/sdk-core/out/transaction").Transaction[]' is not assignable to parameter of type 'import("/home/runner/work/mx-template-dapp/mx-template-dapp/node_modules/@multiversx/sdk-dapp-core/node_modules/@multiversx/sdk-core/out/transaction").Transaction[]'.
test: src/helpers/signAndSendTransactions.ts#L18
Argument of type 'string[]' is not assignable to parameter of type 'Transaction[]'.
test: src/initConfig.ts#L27
Type '(_address?: string) => Promise<InMemoryProvider>' is not assignable to type '(address?: string | undefined) => Promise<IProvider<ProviderTypeEnum>>'.
test: src/pages/Dashboard/widgets/BatchTransactions/helpers/sendBatchTransactions.ts#L19
Argument of type 'import("/home/runner/work/mx-template-dapp/mx-template-dapp/node_modules/@multiversx/sdk-core/out/transaction").Transaction[]' is not assignable to parameter of type 'import("/home/runner/work/mx-template-dapp/mx-template-dapp/node_modules/@multiversx/sdk-dapp-core/node_modules/@multiversx/sdk-core/out/transaction").Transaction[]'.
test: src/pages/Dashboard/widgets/BatchTransactions/helpers/sendBatchTransactions.ts#L28
Argument of type 'string[]' is not assignable to parameter of type 'Transaction[]'.
test: src/pages/Dashboard/widgets/BatchTransactions/helpers/signAndAutoSendBatchTransactions.ts#L29
Argument of type 'import("/home/runner/work/mx-template-dapp/mx-template-dapp/node_modules/@multiversx/sdk-core/out/transaction").Transaction[]' is not assignable to parameter of type 'import("/home/runner/work/mx-template-dapp/mx-template-dapp/node_modules/@multiversx/sdk-dapp-core/node_modules/@multiversx/sdk-core/out/transaction").Transaction[]'.
test: src/pages/Dashboard/widgets/BatchTransactions/helpers/signAndAutoSendBatchTransactions.ts#L38
Argument of type 'string[]' is not assignable to parameter of type 'Transaction[]'.
test: src/pages/Dashboard/widgets/BatchTransactions/helpers/swapAndLockTokens.ts#L29
Argument of type 'import("/home/runner/work/mx-template-dapp/mx-template-dapp/node_modules/@multiversx/sdk-core/out/transaction").Transaction[]' is not assignable to parameter of type 'import("/home/runner/work/mx-template-dapp/mx-template-dapp/node_modules/@multiversx/sdk-dapp-core/node_modules/@multiversx/sdk-core/out/transaction").Transaction[]'.
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.