also update default_context_name

New actions are created with the context as defined in
default_context_name. This value needs to be updated as shown in #1789.
This commit is contained in:
Carsten Otto 2015-05-25 11:57:10 +02:00
parent f8f7762b94
commit 426b0fca20
3 changed files with 10 additions and 1 deletions

View file

@ -54,6 +54,7 @@ When /^I edit the context name in place to be "([^\"]*)"$/ do |new_context_name|
page.find("span#context_name").click
fill_in "value", :with => new_context_name
click_button "Ok"
wait_for_ajax
end
Then /^I should see the context name is "([^\"]*)"$/ do |context_name|