Fix coupon code translation in e2e tests (https://github.com/woocommerce/woocommerce-blocks/pull/9247)
Co-authored-by: Paulo Arromba <17236129+wavvves@users.noreply.github.com>
This commit is contained in:
parent
aacd82c8fb
commit
4934d19b6a
|
@ -49,7 +49,7 @@ describe( 'Shopper → Cart & Checkout → Translations', () => {
|
|||
|
||||
await expect( orderSummary ).toMatch( 'Subtotaal' );
|
||||
// Skipping translation for now, as it's not available in WooCommerce Core.
|
||||
// await expect( orderSummary ).toMatch( 'Een waardebon toevoegen' );
|
||||
await expect( orderSummary ).toMatch( 'Een waardebon toevoegen' );
|
||||
await expect( orderSummary ).toMatch( 'Totaal' );
|
||||
} );
|
||||
|
||||
|
|
Loading…
Reference in New Issue