File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1162,13 +1162,13 @@ 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 ( )
1169- await expect ( extendNamesModal . getInvoiceExtensionFee ) . toContainText ( '$5.00' )
1169+ await expect ( extendNamesModal . getInvoiceExtensionFee ) . toContainText ( / \$ 5 \. 0 / )
11701170 await expect ( extendNamesModal . getInvoiceTransactionFee ) . toContainText ( '$0.13' )
1171- await expect ( extendNamesModal . getInvoiceTotal ) . toContainText ( '$5.13' )
1171+ await expect ( extendNamesModal . getInvoiceTotal ) . toContainText ( / \$ 5 \. 1 / )
11721172 } )
11731173
11741174 await test . step ( 'should extend' , async ( ) => {
You can’t perform that action at this time.
0 commit comments