diff --git a/src/collective/frontpage/tests/robot/test_ct_frontpage.robot b/src/collective/frontpage/tests/robot/test_ct_frontpage.robot index 3cf0086..fb7e6f4 100644 --- a/src/collective/frontpage/tests/robot/test_ct_frontpage.robot +++ b/src/collective/frontpage/tests/robot/test_ct_frontpage.robot @@ -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} diff --git a/src/collective/frontpage/tests/robot/test_ct_item.robot b/src/collective/frontpage/tests/robot/test_ct_item.robot index 9c03b3c..155774c 100644 --- a/src/collective/frontpage/tests/robot/test_ct_item.robot +++ b/src/collective/frontpage/tests/robot/test_ct_item.robot @@ -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} diff --git a/src/collective/frontpage/tests/robot/test_ct_section.robot b/src/collective/frontpage/tests/robot/test_ct_section.robot index 1540e9d..ee60ffd 100644 --- a/src/collective/frontpage/tests/robot/test_ct_section.robot +++ b/src/collective/frontpage/tests/robot/test_ct_section.robot @@ -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}