Skip to content

Commit 7fbcd8e

Browse files
committed
Restore comment
1 parent 7b6af35 commit 7fbcd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/utils/shopper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export const addToCartFromShopPage = async (
316316

317317
// This generic regex will match the aria-label for the "Add to cart" button for any product.
318318
// It should work for WC 7.7.0 and later.
319-
// These unicode characters are the smart (or curly) quotes: " ".
319+
// These unicode characters are the smart (or curly) quotes: “ ”.
320320
const addToCartRegex = new RegExp(
321321
`Add\\s+(?:to\\s+cart:\\s*)?\u201C${ product.name }\u201D(?:\\s+to\\s+your\\s+cart)?`
322322
);

0 commit comments

Comments
 (0)