Commit d5f7a2a3 authored by Kumiko Ono's avatar Kumiko Ono Committed by Yas Naoi
Browse files

Issue #3275355 by kumikoono, yas, onotm: Refactor BDD test feature files (AWS Cloud)

parent 158563f9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@minimal @launch_instance
Feature: Create a cloud service provider for AWS as "Cloud administrator"
  In order to start BDD testing
  We need to create a cloud service provider

  @api @javascript
  Scenario: Add an AWS Cloud service provider using an instance profile
+0 −2
Original line number Diff line number Diff line
@minimal @ci_job @launch_instance
Feature: Create a Drupal role for AWS as "Administrator"
  In order to start BDD testing
  We need to create a Drupal role

  @api
  Scenario: An authenticated user cannot see the created cloud service provider
+0 −3
Original line number Diff line number Diff line
Feature: Confirm no AWS resources created by user as "Administrator"
  In order to be able to replicate BDD tests
  As an administrator
  I need to confirm no resources

  @api
  Scenario: No link to the instance
+0 −2
Original line number Diff line number Diff line
Feature: View the created resources for AWS as "Cloud administrator"
  In order to prepare BDD testing
  We need to make sure the role exists

  @api
  Scenario Outline: View the menu of AWS Cloud service providers
+0 −3
Original line number Diff line number Diff line
@minimal @ci_job @launch_instance
Feature: Create resources for AWS as "Authenticated User"
  In order to launch EC2 instance
  As a user
  I need to create necessary resource

  @api
  Scenario: Log into the site
Loading