Skip to content
Snippets Groups Projects

Issue #3426240: Add a BDD test step to take a screenshot to come up with the UI design document (cloud_launch_template.delete_form)

Merged Issue #3426240: Add a BDD test step to take a screenshot to come up with the UI design document (cloud_launch_template.delete_form)
Merged Tomotaka Hosomi requested to merge issue/cloud-3426240:3426240-add-a-bdd into 7.x
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -164,8 +164,8 @@ Feature: Create and copy a launch template for OpenStack as an "authenticated us
And I wait {{ wait_render }} milliseconds
And the url should match "/{{ root_path }}/openstack/{{ cloud_context }}/network/"
And I click "Delete" in the actions
And I wait {{ wait_render }} milliseconds
Then the url should match "/delete"
And I take screenshot
And I press "Delete"
And I wait {{ wait_render }} milliseconds
Then I should be on "/{{ root_path }}/openstack/{{ cloud_context }}/network"
@@ -259,6 +259,7 @@ Feature: Create and copy a launch template for OpenStack as an "authenticated us
And I click "Delete" in the "nav_tabs"
And I wait {{ wait_render }} milliseconds
Then the url should match "/delete"
And I take screenshot
And I press "Delete"
And I wait {{ wait_render }} milliseconds
And I should be on "/{{ root_path }}/design/server_template/{{ cloud_context }}"
Loading