Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Nov 13, 2024
1 parent 8ab61dd commit b08f8f6
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 66 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": "448 total, 406 passed, 0 failed, 42 skipped.",
"test_summary": "448 total, 384 passed, 0 failed, 64 skipped.",
"version": "Undefined",
"update_complete": true,
"ai_suggestion_status": "none",
Expand All @@ -46,12 +46,12 @@
{
"test_result_json": {
"numFailedTestSuites": 0,
"numPassedTestSuites": 92,
"numPendingTestSuites": 19,
"numPassedTestSuites": 87,
"numPendingTestSuites": 24,
"numTotalTestSuites": 111,
"numFailedTests": 0,
"numPassedTests": 406,
"numPendingTests": 42,
"numPassedTests": 384,
"numPendingTests": 64,
"numTotalTests": 448,
"testResults": [
{
Expand Down Expand Up @@ -202,12 +202,12 @@
{
"file": "admin-marketing\\/coupons.spec.js",
"status": "passed",
"has_pending": false,
"has_pending": true,
"tests": {
"Coupons page": [
{
"title": "A user can view the coupons overview without it crashing",
"status": "passed"
"status": "pending"
}
]
}
Expand Down Expand Up @@ -1366,89 +1366,89 @@
{
"file": "merchant\\/page-loads.spec.js",
"status": "passed",
"has_pending": false,
"has_pending": true,
"tests": {
"WooCommerce Page Load > Load WooCommerce sub pages": [
{
"title": "Can load Home",
"status": "passed"
"status": "pending"
},
{
"title": "Can load Orders",
"status": "passed"
"status": "pending"
},
{
"title": "Can load Customers",
"status": "passed"
"status": "pending"
},
{
"title": "Can load Reports",
"status": "passed"
"status": "pending"
},
{
"title": "Can load Settings",
"status": "passed"
"status": "pending"
},
{
"title": "Can load Status",
"status": "passed"
"status": "pending"
}
],
"WooCommerce Page Load > Load Products sub pages": [
{
"title": "Can load All Products",
"status": "passed"
"status": "pending"
},
{
"title": "Can load Add New",
"status": "passed"
"status": "pending"
},
{
"title": "Can load Categories",
"status": "passed"
"status": "pending"
},
{
"title": "Can load Tags",
"status": "passed"
"status": "pending"
},
{
"title": "Can load Attributes",
"status": "passed"
"status": "pending"
}
],
"WooCommerce Page Load > Load Marketing sub pages": [
{
"title": "Can load Overview",
"status": "passed"
"status": "pending"
},
{
"title": "Can load Coupons",
"status": "passed"
"status": "pending"
}
]
}
},
{
"file": "merchant\\/product-create-simple.spec.js",
"status": "passed",
"has_pending": false,
"has_pending": true,
"tests": {
"can create a simple virtual product": [
{
"title": "can create a simple virtual product",
"status": "passed"
"status": "pending"
}
],
"can create a simple non virtual product": [
{
"title": "can create a simple non virtual product",
"status": "passed"
"status": "pending"
}
],
"can create a simple downloadable product": [
{
"title": "can create a simple downloadable product",
"status": "passed"
"status": "pending"
}
]
}
Expand Down Expand Up @@ -2523,7 +2523,7 @@
{
"file": "shopper\\/checkout-block.spec.js",
"status": "passed",
"has_pending": false,
"has_pending": true,
"tests": {
"Checkout Block page": [
{
Expand Down Expand Up @@ -2552,15 +2552,15 @@
},
{
"title": "allows guest customer to place an order",
"status": "passed"
"status": "pending"
},
{
"title": "allows existing customer to place an order",
"status": "passed"
"status": "pending"
},
{
"title": "can create an account during checkout",
"status": "passed"
"status": "pending"
},
{
"title": "can create an account during checkout with custom password",
Expand Down Expand Up @@ -2598,7 +2598,7 @@
{
"file": "shopper\\/checkout.spec.js",
"status": "passed",
"has_pending": false,
"has_pending": true,
"tests": {
"Checkout page": [
{
Expand All @@ -2623,11 +2623,11 @@
},
{
"title": "allows guest customer to place an order",
"status": "passed"
"status": "pending"
},
{
"title": "allows existing customer to place order",
"status": "passed"
"status": "pending"
}
]
}
Expand Down Expand Up @@ -2948,7 +2948,7 @@
}
}
],
"summary": "448 total, 406 passed, 0 failed, 42 skipped."
"summary": "448 total, 384 passed, 0 failed, 64 skipped."
}
},
{
Expand Down
Loading

0 comments on commit b08f8f6

Please sign in to comment.