Skip to content

Commit 52badd6

Browse files
Merge branch 'devin/1720542082-update-failed-payment-ui' of https://git-manager.devin.ai/proxy/github.com/antiwork/flexile into devin/1720542082-update-failed-payment-ui
2 parents 152c995 + 9f6b88c commit 52badd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/tests/company/invoices/one-off-payments.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ test.describe("One-off payments", () => {
399399

400400
await login(page, adminUser);
401401
await page.goto("/invoices");
402-
402+
403403
const invoiceRow = await findRequiredTableRow(page, {
404404
"Invoice ID": "O-0002",
405405
Amount: "$500.00",
@@ -419,7 +419,7 @@ test.describe("One-off payments", () => {
419419

420420
await login(page, adminUser);
421421
await page.goto("/invoices");
422-
422+
423423
const invoiceRow = await findRequiredTableRow(page, {
424424
"Invoice ID": "O-0003",
425425
Amount: "$500.00",

0 commit comments

Comments
 (0)