From 13b582c8baf892f982adeb998f71b360048bcd15 Mon Sep 17 00:00:00 2001 From: piotrk39 Date: Fri, 24 Jan 2025 09:52:53 +0100 Subject: [PATCH] Add assertion --- .../GraphDisplaysAllCorrectPaymentStatuses.spec.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/e2e/portalicious/tests/ViewPayment/GraphDisplaysAllCorrectPaymentStatuses.spec.ts b/e2e/portalicious/tests/ViewPayment/GraphDisplaysAllCorrectPaymentStatuses.spec.ts index edee7dc9b3..eb96219fd9 100644 --- a/e2e/portalicious/tests/ViewPayment/GraphDisplaysAllCorrectPaymentStatuses.spec.ts +++ b/e2e/portalicious/tests/ViewPayment/GraphDisplaysAllCorrectPaymentStatuses.spec.ts @@ -62,10 +62,6 @@ test('[32297] Graph should reflect transfer statuses', async ({ page }) => { await test.step('Validate payemnt in progress in Payment overview', async () => { await paymentsPage.validateToastMessage('Payment created.'); await paymentsPage.waitForPaymentToComplete(); - // When the reload is not commented out, the test fails because the page is fully loaded and the in progress chip is not visible anymore - await page.reload(); - // The graph is not fully loaded when chip is gone, hence one extra reload is needed - // Question is shall we keep it like that or it has to be fixed? await paymentsPage.validateGraphStatus({ pending: 0, successful: 16,