File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ( / \ $1 0 \. 0 / )
11661166 await expect ( extendNamesModal . getInvoiceTransactionFee ) . toContainText ( '$0.13' )
1167- await expect ( extendNamesModal . getInvoiceTotal ) . toContainText ( ' $10.13' )
1167+ await expect ( extendNamesModal . getInvoiceTotal ) . toContainText ( / \ $1 0 \. 1 / )
11681168 await extendNamesModal . getCounterMinusButton . click ( )
11691169 await expect ( extendNamesModal . getInvoiceExtensionFee ) . toContainText ( '$5.00' )
11701170 await expect ( extendNamesModal . getInvoiceTransactionFee ) . toContainText ( '$0.13' )
You can’t perform that action at this time.
0 commit comments