# EC1-329 - Cross Selling Bundle Product Page Detail > https://sinbadkp.atlassian.net/browse/EC1-329 ## Test Scenarios #### Test Scenario 1 ```gherkin Scenario: As an Admin, I want to get detail for product with promo bundle Given the user has logged in as Admin And catalogue <A> is related to a promo bundle When the user hit get catalogue detail for catalogue <A> Then show catalogue <A> detail response data ``` #### Test Scenario 2 ```gherkin Scenario: As an Admin, I shouldn't be able to get detail bundled product with non-bundled product Given the user has logged in as Admin And catalogue <A> is not related to a promo bundle When the user hit get catalogue detail for catalogue <A> Then show response data for catalogue <A> And show 'is_bundle' field as 'false' ``` #### Test Scenario 3 ```gherkin Scenario: As an Admin, I should be able to see 'is_bundle' field as 'true' for promo bundled product detail Given the user has logged in as Admin And catalogue <A> is related to a promo bundle When the user hit get catalogue detail for catalogue <A> Then show response data for catalogue <A> And show 'is_bundle' field as 'true' ``` #### Test Scenario 4 ```gherkin Scenario: Given And When Then ``` ###### tags: `Sprint 23` `Red` `Ecommerce 1`