# SUP-209 - Setting Template History ## Test Scenarios #### Test Scenario 1 ```gherkin Scenario: As an Admin, I want to access Template History Page Given the user has logged in as Admin And the user is on Settings Page When the user clicks 'Template History' tab menu Then the user redirects to Template History Page ``` #### Test Scenario 2 ```gherkin Scenario Outline: As an Admin, I should be able to see correct datas on Template History table Given the user has logged in as Admin And the user is on Template History Page When the user changed the template Then show correct <dataType> on Template History table Examples: | dataType | | ----------- | | updatedAt | | templateFor | | changeLog | ``` #### Test Scenario 3 ```gherkin Scenario: As an Admin, I want to see the template's changelog Given the user has logged in as Admin And the user is on Template History Page And the user has changed the template When the user clicks the changelog file in Changelog Section Then show pop-up consist of information for the changelog ``` ###### tags: `Sprint 6` `SBP`