Co-authored-by: Paulo Arromba <17236129+wavvves@users.noreply.github.com>
This commit is contained in:
Tarun Vijwani 2023-04-28 10:40:36 +04:00 committed by GitHub
parent aacd82c8fb
commit 4934d19b6a
1 changed files with 1 additions and 1 deletions

View File

@ -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' );
} );