Skip to content

Commit

Permalink
Changing context in Monitoring Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanket committed Jun 30, 2020
1 parent e43bd8c commit d52fae7
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Feature: Changing context in Monitoring Dashboard
As a user, I want to change the filter in the Monitoring Dashboard

Background:
Given user logged into the openshift application

@regression
Scenario: Checking filter dropdown for workloads on Monitoring Dashboard coming from workloads
Given user is in developer perspective
And dropdown by default have All Workloads selected
When user clicks on dropdown which would allow user to filter out workloads
And user selects one workload at a time
And check for charts of the workload
And user refresh the page
Then the page should auto select the previously selected workload

@regression
Scenario: Checking filter dropdown for workloads on Monitoring Dashboard from workloads
Given user is in developer perspective
When user clicks on dropdown which would allow user to filter out workloads
And user selects All Workloads at a time
And user selects one workload at a time
And check for charts of the workload/workloads
And user switches to a different project from project selector
Then filter dropdown option should be set to All workloads

0 comments on commit d52fae7

Please sign in to comment.