From 9936499606a234a556f9db38975191a3fc2abb9c Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Thu, 22 Jun 2017 14:58:26 +1200 Subject: [PATCH] Prevent duplicate page tests failing to race conditions --- tests/behat/features/duplicate-a-page.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/behat/features/duplicate-a-page.feature b/tests/behat/features/duplicate-a-page.feature index b250919d..d51e1c2f 100644 --- a/tests/behat/features/duplicate-a-page.feature +++ b/tests/behat/features/duplicate-a-page.feature @@ -18,7 +18,7 @@ Feature: Duplicate a page And I click on "This page and subpages" in the context menu Then I should see a "Duplicated 'Page1' and children successfully" notice - When I fill in "Title" with "Duplicate Page" + When I fill in "MenuTitle" with "Duplicate Page" And I press the "Save & publish" button Then I should see "Page1" in the tree And I should see "Duplicate Page" in the tree