Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auction product details tests #2427

Merged
merged 25 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
921326b
Add a product details test
shashwatahalder01 Oct 24, 2024
158ece3
Add product details virtual options test
shashwatahalder01 Oct 25, 2024
8213301
Add Followed Store tests
shashwatahalder01 Oct 25, 2024
f7567c1
Add testdata & payloads for auction tests
shashwatahalder01 Oct 25, 2024
cfa9cf3
Merge branch 'develop' into auction
shashwatahalder01 Oct 25, 2024
60640f9
Add Auction product details test
shashwatahalder01 Oct 25, 2024
bc4dbe6
Add new tests
shashwatahalder01 Nov 1, 2024
55a0fc4
Merge branch 'develop' into auction
shashwatahalder01 Nov 1, 2024
ae18a0f
Add product details tests
shashwatahalder01 Nov 1, 2024
74e8be3
Fix live chat test
shashwatahalder01 Nov 1, 2024
94de8a3
Fix test issues
shashwatahalder01 Nov 1, 2024
8f87310
Fix yml
shashwatahalder01 Nov 1, 2024
c8bbe09
Fix auction tests
shashwatahalder01 Nov 1, 2024
10ae265
Fix flaky tests
shashwatahalder01 Nov 1, 2024
186974e
Fix locator issue
shashwatahalder01 Nov 1, 2024
17dbefb
Fix PR reviews
shashwatahalder01 Nov 6, 2024
969d42d
Fix a flaky test
shashwatahalder01 Nov 6, 2024
8682ba3
Merge branch 'develop' into auction
shashwatahalder01 Nov 7, 2024
1b8c613
Update packages
shashwatahalder01 Nov 7, 2024
3a1b66d
Fix delivery time tests for cart & checkout block
shashwatahalder01 Nov 7, 2024
2585dab
Update feature map
shashwatahalder01 Nov 7, 2024
f5ca1f7
Add a condition
shashwatahalder01 Nov 8, 2024
f53dea7
Merge branch 'develop' into auction
shashwatahalder01 Nov 11, 2024
3e9b33d
Merge branch 'develop' into auction
shashwatahalder01 Nov 13, 2024
13dad6c
Skip some tests
shashwatahalder01 Nov 13, 2024
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
60 changes: 56 additions & 4 deletions tests/pw/feature-map/feature-map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@
vendor can add product downloadable options [lite]: true
vendor can update product downloadable options [lite]: true
vendor can remove product downloadable file [lite]: true
vendor can add product virtual option [lite]: true
vendor can remove product virtual option [lite]: true
vendor can add product inventory options (SKU) [lite]: true
vendor can update product inventory options (SKU) [lite]: true
vendor can remove product inventory options (SKU) [lite]: true
Expand All @@ -161,6 +163,7 @@
vendor can add product other options (product status) [lite]: true
vendor can add product other options (visibility) [lite]: true
vendor can add product other options (purchase note) [lite]: true
vendor can update product other options (purchase note) [lite]: true
vendor can remove product other options (purchase note) [lite]: true
vendor can add product other options (product review) [lite]: true
vendor can remove product other options (product review) [lite]: true
Expand Down Expand Up @@ -286,7 +289,7 @@
customer can view store open-close time on single store [lite]: false
customer can search product on single store [lite]: true
customer can sort products on single store [lite]: true
customer can view store terms and conditions [lite]: false
customer can view store terms and conditions [lite]: true
customer can share store: true

- page: 'Store Appearance'
Expand Down Expand Up @@ -649,6 +652,55 @@
vendor can view auction activity page: true
vendor can filter auction activity: true
vendor can search auction activity: true
vendor can update auction product title: true
vendor can update auction product category (single): true
vendor can add auction product category (multiple): true
vendor can remove auction product category (multiple): true
vendor can add multi-step auction product category (last category): true
vendor can add multi-step auction product category (any category): true
vendor can't add multi-step product category (any category): true
vendor can add auction product tags: true
vendor can remove auction product tags: true
vendor can create auction product tags: true
vendor can add auction product cover image: true
vendor can update auction product cover image: true
vendor can remove auction product cover image: true
vendor can add auction product gallery image: true
vendor can update auction product gallery image: true
vendor can remove auction product gallery image: true
vendor can add auction product short description: true
vendor can update auction product short description: true
vendor can remove auction product short description: true
vendor can update auction product description: true
vendor can add auction product downloadable options: true
vendor can update auction product downloadable options: true
vendor can remove auction product downloadable file: true
vendor can add product virtual option: true
vendor can remove product virtual option: true
vendor can update product general options: true
vendor can add auction product inventory options (SKU): true
vendor can update auction product inventory options (SKU): true
vendor can remove auction product inventory options (SKU): true
vendor can add auction product other options (product status): true
vendor can add auction product other options (visibility): true
vendor can add auction product shipping: true
vendor can update auction product shipping: true
vendor can remove auction product shipping: true
vendor can add auction product tax: true
vendor can add auction product tax (with tax class): true
vendor can add auction product attribute: true
vendor can't add already added auction product attribute: true
vendor can create auction product attribute term: true
vendor can remove auction product attribute term: true
vendor can add auction product geolocation (individual): true
vendor can update auction product geolocation (individual): true
vendor can remove auction product geolocation (individual): true
vendor can add product addon: true
vendor can update product addon: false
shashwatahalder01 marked this conversation as resolved.
Show resolved Hide resolved
vendor can import auction product addon: true
vendor can export auction product addon: true
vendor can remove auction product addon: true

customer:
customer can bid auction product: true
customer can buy auction product with buy it now price: false
Expand All @@ -672,8 +724,8 @@
vendor can change view style of delivery time calendar: true
vendor can update delivery time on order details: false
customer:
customer can buy product with delivery time: false
customer can buy product with store pickup: false
customer can buy product with delivery time: true
customer can buy product with store pickup: true

- page: 'Elementor'
features:
Expand Down Expand Up @@ -728,7 +780,7 @@
vendor can view followers: true
customer:
customer can view followed vendors menu page: true
customer can view followed vendors: false
customer can view followed vendors: true
customer can follow store on store list page: true
customer can follow store on single store: true
customer can unfollow store on store list page: true
Expand Down
Loading
Loading