From 2332831a2d32265cc1ccb9bbfbff6a11cb576cc3 Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Thu, 17 Sep 2020 17:48:32 +1200 Subject: [PATCH] BUG Fix Behat test to use new toast notification step --- 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 82d36acc..bed32134 100644 --- a/tests/behat/features/duplicate-a-page.feature +++ b/tests/behat/features/duplicate-a-page.feature @@ -16,7 +16,7 @@ Feature: Duplicate a page And I right click on "Page1" in the tree And I hover on "Duplicate" in the context menu And I click on "This page and subpages" in the context menu - Then I should see a "Duplicated 'Page1' and children successfully" notice + Then I should see a "Duplicated 'Page1' and children successfully" success toast When I fill in "MenuTitle" with "Duplicate Page" And I press the "Publish" button