Skip to content

Commit

Permalink
uncomment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Aug 24, 2015
1 parent ac00946 commit 50f9f29
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions Products/CMFPlone/tests/robot/test_linkintegrity.robot
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,23 @@ Test Teardown Run keywords Report test status Close all browsers

*** Test Cases ***************************************************************

# Scenario: When page is linked show warning
# Given a logged-in site administrator
# a page to link to
# and a page to edit
# and a link in rich text
# should show warning when deleting page


# Scenario: After you fix linked page no longer show warning
# Given a logged-in site administrator
# a page to link to
# and a page to edit
# and a link in rich text
# should show warning when deleting page
# remove link to page
# should not show warning when deleting page
Scenario: When page is linked show warning
Given a logged-in site administrator
a page to link to
and a page to edit
and a link in rich text
should show warning when deleting page


Scenario: After you fix linked page no longer show warning
Given a logged-in site administrator
a page to link to
and a page to edit
and a link in rich text
should show warning when deleting page
remove link to page
should not show warning when deleting page


Scenario: Show warning when deleting linked item from folder_contents
Given a logged-in site administrator
Expand Down

0 comments on commit 50f9f29

Please sign in to comment.