Skip to content

Commit

Permalink
chore: added wait
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhart1o1 committed Feb 16, 2024
1 parent b4ab90c commit dd02057
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/pay/cypress/e2e/point-of-sale.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ describe("Point of Sale", () => {
expect(paymentResponse.body.data.lnInvoicePaymentSend.status).to.equal(
"SUCCESS",
)
cy.wait(3000)
cy.get("[data-testid=success-icon]").should("exist")
cy.get("[data-testid=success-icon]").should("be.visible")
},
Expand Down

0 comments on commit dd02057

Please sign in to comment.