diff --git a/tests/05-create-btc-transaction.spec.js b/tests/05-create-btc-transaction.spec.js index 685d7ddf..e5592142 100644 --- a/tests/05-create-btc-transaction.spec.js +++ b/tests/05-create-btc-transaction.spec.js @@ -29,7 +29,7 @@ test('Create BTC transaction', async () => { await page.getByRole('button', { name: 'norm' }).click() await page.getByRole('button', { name: 'Send' }).click() - await page.waitForTimeout(2000) + await page.waitForTimeout(10000) await expect(page.getByTestId('popup').getByText('Send to:')).toBeVisible() await expect( diff --git a/tests/06-create-ml-transaction.spec.js b/tests/06-create-ml-transaction.spec.js index d45295a9..9905e126 100644 --- a/tests/06-create-ml-transaction.spec.js +++ b/tests/06-create-ml-transaction.spec.js @@ -19,7 +19,7 @@ test('Create ML transaction', async () => { await page.click( 'li.crypto-item[data-testid="crypto-item"] h5:text("Mintlayer (Test)")', ) - await page.waitForTimeout(1000) + await page.waitForTimeout(5000) await page.click('button.button-transaction-up') await expect(page.locator(':text("Send to:")')).toBeVisible() @@ -32,7 +32,7 @@ test('Create ML transaction', async () => { await page.getByRole('button', { name: 'Send' }).click() - await page.waitForTimeout(5000) + await page.waitForTimeout(10000) await expect(page.getByTestId('popup').getByText('Send to:')).toBeVisible() await expect( diff --git a/tests/07-create-ml-delegation.spec.js b/tests/07-create-ml-delegation.spec.js index b12303cb..b84abdc2 100644 --- a/tests/07-create-ml-delegation.spec.js +++ b/tests/07-create-ml-delegation.spec.js @@ -32,7 +32,7 @@ test('Create ML delegation', async () => { await page.fill('input[placeholder="tpool..."]', senderData.POOL_ID) await page.getByRole('button', { name: 'Create' }).click() - await page.waitForTimeout(7000) + await page.waitForTimeout(10000) await expect(page.getByTestId('popup').getByText('Send to:')).toBeVisible() await expect(