Skip to content
Snippets Groups Projects
Commit cfdc5c61 authored by baldwinlouie's avatar baldwinlouie Committed by Yas Naoi
Browse files

Issue #3413928 by baldwinlouie, yas: Add a BDD test step to take a screenshot...

Issue #3413928 by baldwinlouie, yas: Add a BDD test step to take a screenshot to come up with the UI design document (openstack_volume.edit_form)
parent 5effdac0
No related branches found
No related tags found
1 merge request!2207Adding BDD test/screenshot for "Edit Form"
Pipeline #75442 canceled
......@@ -44,6 +44,20 @@ Feature: Create and delete a volume for OpenStack as an "authenticated user"
# And I should see "{{ drupal_user_name }}" in the "Authored by"
And I should see neither error nor warning messages
@api @javascript
Scenario: Update the volume
Given I am logged in as user "{{ drupal_user_name }}"
When I visit "/{{ root_path }}/openstack/{{ cloud_context }}/volume"
And I run drush cron
And I should see the link "{{ volume_name_operate }}"
And I wait {{ wait }} milliseconds
And I click "{{ volume_name_operate }}"
And I wait {{ wait_render }} milliseconds
Then the url should match "/{{ root_path }}/openstack/{{ cloud_context }}/volume/"
And I click "Edit" in the actions
And the url should match "/edit"
And I take screenshot
@api @javascript
Scenario: Attach the volume to an instance
Given I am logged in as user "{{ drupal_user_name }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment