Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions e2e/tests/ui/features/@page-title/verify-page-title.feature
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Feature: Page Title Updates
# Related to TC-3370: Page title does not change based on viewed page
# The ensures page titles update when navigating to different pages

Background: Authentication
Given User is authenticated

# Verify page titles for main application pages
Scenario Outline: Verify page title changes when navigating to <page> page
When User navigates to "<page>" page
Expand Down
3 changes: 3 additions & 0 deletions e2e/tests/ui/features/@search/search.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Feature: Search Page
I want the Search page to only display relevant actions
So that I am not confused by buttons that don't apply to the current context

Background: Authentication
Given User is authenticated

# Related to TC-3248: Upload Advisory button should not appear on Search page
Scenario: Verify Upload Advisory button is not displayed on Search page
When User navigates to "Search" page
Expand Down