mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
419da4d67c
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@94529 467b73ca-7a2a-4603-9d3b-597d59a354a9
22 lines
557 B
Ruby
22 lines
557 B
Ruby
##
|
|
## Step definitions for testing the front-end site
|
|
##
|
|
|
|
|
|
Given /I go to the draft site/ do
|
|
pending
|
|
Given 'I click the "viewStageSite" link'
|
|
# |''element''|//a[@id="viewStageSite"]|''exists''|
|
|
# |''checking timeout''|@{fast_checking_timeout}|
|
|
# |''optionally''|''element''|//a[@id="viewStageSite"][@style=""]|''exists''|
|
|
# |''checking timeout''|@{checking_timeout}|
|
|
# |''click''|viewStageSite|
|
|
end
|
|
|
|
Given /I close window and go back to clean state/ do
|
|
# |''close''|
|
|
# |''select initial window''|
|
|
# |default frame|
|
|
# |''go to root node''|
|
|
end
|