Skip to content

Commit 3356a23

Browse files
Update ownership.spec.ts
1 parent 86f7f6c commit 3356a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/specs/stateless/ownership.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,9 +1162,9 @@ test.describe('Extend name', () => {
11621162

11631163
await test.step('should show correct fiat values', async () => {
11641164
await extendNamesModal.getCurrencyToggle.click({ force: true })
1165-
await expect(extendNamesModal.getInvoiceExtensionFee).toContainText('$10.00')
1165+
await expect(extendNamesModal.getInvoiceExtensionFee).toContainText(/\$10\.0/)
11661166
await expect(extendNamesModal.getInvoiceTransactionFee).toContainText('$0.13')
1167-
await expect(extendNamesModal.getInvoiceTotal).toContainText('$10.13')
1167+
await expect(extendNamesModal.getInvoiceTotal).toContainText(/\$10\.1/)
11681168
await extendNamesModal.getCounterMinusButton.click()
11691169
await expect(extendNamesModal.getInvoiceExtensionFee).toContainText('$5.00')
11701170
await expect(extendNamesModal.getInvoiceTransactionFee).toContainText('$0.13')

0 commit comments

Comments
 (0)