Skip to content

Commit

Permalink
Merge pull request #209 from multiversx/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
arhtudormorar authored Apr 12, 2024
2 parents ba86161 + f83e9e6 commit 244cd78
Show file tree
Hide file tree
Showing 4 changed files with 376 additions and 374 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@fortawesome/react-fontawesome": "0.2.0",
"@multiversx/sdk-core": "13.0.0-beta.9",
"@multiversx/sdk-dapp": "2.29.2",
"@multiversx/sdk-dapp": "2.30.1",
"@multiversx/sdk-network-providers": "2.2.1",
"axios": "1.6.5",
"classnames": "2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion wdio/test/utils/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export async function getSelector(selector: string) {
}

export async function uploadFile(fileName: string) {
await browser.pause(1000);
await browser.pause(2500);
const file = await $('input[type="file"]');
const filePath = `./wdio/test/utils/${fileName}`;
const remoteFilePath = await browser.uploadFile(filePath);
Expand Down
2 changes: 1 addition & 1 deletion wdio/wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const config: Options.Testrunner = {
exclude: [],

maxInstances: 4,
specFileRetries: 1,
specFileRetries: 2,
specFileRetriesDeferred: true,

capabilities: [
Expand Down
Loading

0 comments on commit 244cd78

Please sign in to comment.