Skip to content

Commit

Permalink
Merge pull request #3039 from 3scale/fix_copy_plan_scenarios
Browse files Browse the repository at this point in the history
Fix copy plan scenarios failing in oracle
  • Loading branch information
josemigallas committed Aug 31, 2022
2 parents 9ed6b28 + 487c304 commit 87c0950
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions features/step_definitions/api/application_plans_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,8 @@ def new_application_plan_form
end

Then "a copy of the plan is added to the list" do
steps %(
Then I should see "Plan copied."
And I should see "#{@plan.name} (copy)"
)
assert_flash "Plan copied."
assert_content "#{@plan.name} (copy)"
end

Then "they can edit its details" do
Expand Down

0 comments on commit 87c0950

Please sign in to comment.