Skip to content

Commit

Permalink
Fixed robot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Arnold committed Aug 8, 2019
1 parent 8b3b631 commit 9f694e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/collective/frontpage/tests/robot/test_ct_frontpage.robot
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@ I submit the form

I go to the Frontpage view
Go To ${PLONE_URL}/my-frontpage
Wait until page contains Site Map
Wait until page contains Home


# --- THEN -------------------------------------------------------------------

a Frontpage with the title '${title}' has been created
Wait until page contains Site Map
Wait until page contains Home
Page should contain ${title}
Page should contain Item created

I can see the Frontpage title '${title}'
Wait until page contains Site Map
Wait until page contains Home
Page should contain ${title}
6 changes: 3 additions & 3 deletions src/collective/frontpage/tests/robot/test_ct_item.robot
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@ I submit the form

I go to the Item view
Go To ${PLONE_URL}/my-frontpage/my-section/my-item
Wait until page contains Site Map
Wait until page contains Home


# --- THEN -------------------------------------------------------------------

a Item with the title '${title}' has been created
Wait until page contains Site Map
Wait until page contains Home
Page should contain ${title}
Page should contain Item created

I can see the Item title '${title}'
Wait until page contains Site Map
Wait until page contains Home
Page should contain ${title}
6 changes: 3 additions & 3 deletions src/collective/frontpage/tests/robot/test_ct_section.robot
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@ I submit the form

I go to the Section view
Go To ${PLONE_URL}/my-frontpage/my-section
Wait until page contains Site Map
Wait until page contains Home


# --- THEN -------------------------------------------------------------------

a Section with the title '${title}' has been created
Wait until page contains Site Map
Wait until page contains Home
Page should contain ${title}
Page should contain Item created

I can see the Section title '${title}'
Wait until page contains Site Map
Wait until page contains Home
Page should contain ${title}

0 comments on commit 9f694e7

Please sign in to comment.