Skip to content

Commit

Permalink
Add assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotrk39 committed Jan 24, 2025
1 parent 759fe0a commit 13b582c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 13b582c

Please sign in to comment.