Skip to content

Commit

Permalink
Merge pull request #240 from woocommerce/25-01/sync-970
Browse files Browse the repository at this point in the history
Snapshot changes for 9.7.0-beta.1
  • Loading branch information
Luc45 authored Jan 22, 2025
2 parents d45b07b + 0437be6 commit a81b14d
Show file tree
Hide file tree
Showing 4 changed files with 392 additions and 124 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"test_results_manager_url": "https:\\/\\/test-results-manager.com",
"test_results_manager_expiration": 1234567890,
"test_summary": "414 total, 372 passed, 0 failed, 42 skipped.",
"test_summary": "421 total, 379 passed, 0 failed, 42 skipped.",
"version": "Undefined",
"update_complete": true,
"ai_suggestion_status": "none",
Expand All @@ -46,23 +46,50 @@
{
"test_result_json": {
"numFailedTestSuites": 0,
"numPassedTestSuites": 80,
"numPassedTestSuites": 84,
"numPendingTestSuites": 21,
"numTotalTestSuites": 101,
"numTotalTestSuites": 105,
"numFailedTests": 0,
"numPassedTests": 372,
"numPassedTests": 379,
"numPendingTests": 42,
"numTotalTests": 414,
"numTotalTests": 421,
"testResults": [
{
"file": "activate-and-setup\\/stats-overview.spec.js",
"file": "activate-and-setup\\/core-profiler.spec.js",
"status": "passed",
"has_pending": true,
"tests": {
"Store owner can complete the core profiler": [
{
"title": "Can complete the core profiler skipping extension install",
"status": "passed"
},
{
"title": "Can complete the core profiler installing default extensions",
"status": "pending"
}
],
"Store owner can skip the core profiler": [
{
"title": "Can click skip guided setup",
"status": "passed"
},
{
"title": "Can connect to WooCommerce.com",
"status": "passed"
}
]
}
},
{
"file": "activate-and-setup\\/stats-overview.spec.js",
"status": "passed",
"has_pending": false,
"tests": {
"WooCommerce Home": [
{
"title": "Can access Analytics Reports from Stats Overview",
"status": "pending"
"status": "passed"
}
]
}
Expand Down Expand Up @@ -155,29 +182,12 @@
]
}
},
{
"file": "admin-marketing\\/coupons.spec.js",
"status": "passed",
"has_pending": true,
"tests": {
"Coupons page": [
{
"title": "A user can view the coupons overview without it crashing",
"status": "pending"
}
]
}
},
{
"file": "admin-marketing\\/overview.spec.js",
"status": "passed",
"has_pending": false,
"tests": {
"Marketing page": [
{
"title": "A user can view the Marketing > Overview page without it crashing",
"status": "passed"
},
{
"title": "Marketing Overview page have relevant content",
"status": "passed"
Expand Down Expand Up @@ -510,7 +520,7 @@
{
"file": "customize-store\\/loading-screen\\/loading-screen.spec.js",
"status": "passed",
"has_pending": true,
"has_pending": false,
"tests": {
"Assembler - Loading Page": [
{
Expand All @@ -520,10 +530,6 @@
{
"title": "should redirect to intro page in case of errors",
"status": "passed"
},
{
"title": "should hide loading screen and steps on subsequent runs",
"status": "pending"
}
]
}
Expand Down Expand Up @@ -808,12 +814,42 @@
]
}
},
{
"file": "merchant\\/create-woocommerce-blocks.spec.js",
"status": "passed",
"has_pending": true,
"tests": {
"Add WooCommerce Blocks Into Page": [
{
"title": "can insert all WooCommerce blocks into page",
"status": "pending"
}
]
}
},
{
"file": "merchant\\/create-woocommerce-patterns.spec.js",
"status": "passed",
"has_pending": false,
"tests": {
"Add WooCommerce Patterns Into Page": [
{
"title": "can insert WooCommerce patterns into page",
"status": "passed"
}
]
}
},
{
"file": "merchant\\/customer-list.spec.js",
"status": "passed",
"has_pending": false,
"tests": {
"Merchant > Customer List": [
{
"title": "Merchant can view a list of all customers, filter and download",
"status": "passed"
},
{
"title": "Merchant can view a single customer",
"status": "passed"
Expand Down Expand Up @@ -1564,6 +1600,10 @@
}
],
"General tab > Create product": [
{
"title": "can create a simple product",
"status": "pending"
},
{
"title": "can not create a product with duplicated SKU",
"status": "pending"
Expand Down Expand Up @@ -1644,6 +1684,20 @@
]
}
},
{
"file": "merchant\\/products\\/block-editor\\/linked-product-tab-product-block-editor.spec.js",
"status": "passed",
"has_pending": true,
"tests": {
"General tab": [],
"General tab > Linked product": [
{
"title": "can create a product with linked products",
"status": "pending"
}
]
}
},
{
"file": "merchant\\/products\\/block-editor\\/organization-tab-product-block-editor.spec.js",
"status": "passed",
Expand Down Expand Up @@ -1794,7 +1848,7 @@
},
{
"title": "Live preview when changing email settings",
"status": "pending"
"status": "passed"
},
{
"title": "Send email preview",
Expand Down Expand Up @@ -2715,9 +2769,22 @@
}
]
}
},
{
"file": "shopper\\/wordpress-post.spec.js",
"status": "passed",
"has_pending": false,
"tests": {
"logged-in customer can comment on a post": [
{
"title": "logged-in customer can comment on a post",
"status": "passed"
}
]
}
}
],
"summary": "414 total, 372 passed, 0 failed, 42 skipped."
"summary": "421 total, 379 passed, 0 failed, 42 skipped."
}
},
{
Expand Down
Loading

0 comments on commit a81b14d

Please sign in to comment.