mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Behat] Temporarily disable hanging cart inventory UI test (#18616)
| Q | A
|-----------------|-----
| Branch? | 2.1
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | -
| License | MIT
Disables the UI portion of the cart inventory test that causes CI to
hang during stock validation on cart update. The API test remains
active.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Tests**
* Updated test configuration tags and added notes for ongoing CI
maintenance related to inventory validation processes.
<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
commit
342c6759a8
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ Feature: Verifying inventory quantity on cart summary
|
|||
And there are 10 units of product "Black Dress" available in the inventory
|
||||
And I am a logged in customer
|
||||
|
||||
@api @ui @mink:chromedriver
|
||||
@api #@ui @mink:chromedriver TODO: Fix hanging CI issue with stock validation on cart update
|
||||
Scenario: Being unable to save a cart with product that is out of stock
|
||||
Given I added 3 products "Iron Maiden T-Shirt" to the cart
|
||||
When I change product "Iron Maiden T-Shirt" quantity to 6 in my cart
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue