Skip to content
Snippets Groups Projects

Issue #3364603: Display the information when no resources are found on each resource lists

Merged Issue #3364603: Display the information when no resources are found on each resource lists
All threads resolved!
All threads resolved!
Files
6
@@ -11,14 +11,13 @@ Feature: View the created resources for AWS Cloud as "Cloud administrator"
And I should see the heading "Cloud service providers"
Then I should see "Location map"
And I should see the button "Apply"
And I should <status> the link "Name"
And I should <status> "Instance Pricing"
And I should <status> "No items." in the table
And I should see neither error nor warning messages
Examples:
| role | status |
| "Authenticated user" | not see |
| "Cloud administrator" | see |
| "Authenticated user" | see |
| "Cloud administrator" | not see |
@api
Scenario Outline: View the list of AWS Cloud resources
Loading