mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
348129dfbe
commit
671bff2828
@ -45,8 +45,11 @@ end
|
||||
|
||||
Given /create a new page using template \"(.*)\"/i do |type|
|
||||
Given 'I load the root node (ajax)'
|
||||
puts "Clicking the create button"
|
||||
And 'I click the "Create" button'
|
||||
puts "Selecting #{type} from PageType"
|
||||
And "I select \"#{type}\" from \"PageType\""
|
||||
puts "done selecting"
|
||||
And 'I click the "Go" button (ajax)'
|
||||
And 'I click the "Create" button'
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user