Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "woocommerce/add-to-cart-form",
"version": "1.0.0",
"title": "Add to Cart Options",
"title": "Add to Cart with Options",
"description": "Display a button so the customer can add a product to their cart. Options will also be displayed depending on product type. e.g. quantity, variation.",
"category": "woocommerce",
"keywords": [ "WooCommerce" ],
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/specs/backend/add-to-cart-form.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
} from '../../utils.js';

const block = {
name: 'Add to Cart Options',
name: 'Add to Cart with Options',
slug: 'woocommerce/add-to-cart-form',
class: '.wc-block-add-to-cart-form',
};
Expand Down