Commit 24c02d49 authored by Tamaki Fujino's avatar Tamaki Fujino Committed by Yas Naoi
Browse files

Issue #3263737 by TamakiFujino, yas: Fix a BDD test scenario failure while...

Issue #3263737 by TamakiFujino, yas: Fix a BDD test scenario failure while creating an ElasticIP (2) (Implementation)
parent a972b95f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@ Feature: Allocate and release an Elastic IP as "Authenticated User"
    And I should see the heading "Add AWS Cloud Elastic IP"
    And I enter "{{ elastic_ip }}" for "Name"
    And I select "{{ elastic_ip_domain }}" from "Domain (Standard | VPC)"
    And I select "{{ availability_zone }}" from "Network border group"
    And I press "Save"
    And I wait for AJAX to finish
    Then the url should match "/clouds/aws_cloud/{{ cloud_context }}/elastic_ip"