MINOR: fix javscript syntax that can confuse ie (from r86395) (from r96776)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@102472 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-04-12 08:56:08 +00:00
parent 348129dfbe
commit 671bff2828

View File

@ -45,8 +45,11 @@ end
Given /create a new page using template \"(.*)\"/i do |type| Given /create a new page using template \"(.*)\"/i do |type|
Given 'I load the root node (ajax)' Given 'I load the root node (ajax)'
puts "Clicking the create button"
And 'I click the "Create" button' And 'I click the "Create" button'
puts "Selecting #{type} from PageType"
And "I select \"#{type}\" from \"PageType\"" And "I select \"#{type}\" from \"PageType\""
puts "done selecting"
And 'I click the "Go" button (ajax)' And 'I click the "Go" button (ajax)'
And 'I click the "Create" button' And 'I click the "Create" button'
end end