# SCM-656 - [SSC] Add Field Exclusive SKU Detail
View Mode
## Test Scenarios
#### Test Scenario 1
```gherkin
Scenario: As an Admin, I should be able to see Exclusive field in Visibility Section
Given the user has logged in to SSC
And the user is on Detail Catalogue Page
When the user clicks Visibility tab section menu
Then redirects user to Visibility Page Section
And show Exclusive field in Visibility Section
```
#### Test Scenario 2
```gherkin
Scenario: As an Admin, I want to see Exclusive status for Exclusive Catalogue in Visibility Section
Given the user has logged in to SSC
And the user is on Detail Catalogue Page
And catalogue <A> is exclusive catalogue
When the user clicks Visibility tab section menu
Then show Exclusive field in Visibility Section
And show catalogue <A> exclusive status
```
#### Test Scenario 3
```gherkin
Scenario: As an Admin, I want to see Exclusive status for Non-Exclusive Catalogue in Visibility Section
Given the user has logged in to SSC
And the user is on Detail Catalogue Page
And catalogue <A> is non-exclusive catalogue
When the user clicks Visibility tab section menu
Then show Exclusive field in Visibility Section
And show catalogue <A> non-exclusive status
```
Edit Mode
## Test Scenarios
#### Test Scenario 1
```gherkin
Scenario: As an Admin, I want to access Edit Visibility Section Catalogue
Given the user has logged in to SSC
And the user is on Visibility Section Catalogue Detail Page
When the user clicks Edit button
Then redirects to Edit Visibility Section Page
```
#### Test Scenario 2
```gherkin
Scenario: As an Admin, I want to change exclusive status from exclusive catalogue
Given the user has logged in to SSC
And the user is on catalogue <A> Edit Visibility Section Page
And catalogue <A> is exclusive catalogue
When the user uncheck exclusive checkbox field
And the user clicks Save button
Then successfully change catalogue <A> to be non-exclusive catalogue
```
#### Test Scenario 3
```gherkin
Scenario: As an Admin, I want to change exclusive status from non-exclusive catalogue
Given the user has logged in to SSC
And the user is on catalogue <A> Edit Visibility Section Page
And catalogue <A> is non-exclusive catalogue
When the user check exclusive checkbox field
And the user clicks Save button
Then successfully change catalogue <A> to be exclusive catalogue
```
###### tags: `Sprint 26` `Ecommerce 1`