From: jenkins-bot Date: Thu, 3 Jul 2014 15:15:42 +0000 (+0000) Subject: Merge "QA: updates to edit test ported from qa/browsertests" X-Git-Tag: 1.31.0-rc.0~15109 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=237ee60fa9fd1e4a47b5ae8ccddcc3dc7aea1c2d;p=lhc%2Fweb%2Fwiklou.git Merge "QA: updates to edit test ported from qa/browsertests" --- 237ee60fa9fd1e4a47b5ae8ccddcc3dc7aea1c2d diff --cc tests/browser/features/edit_page.feature index 8c089ad4fe,1b428d752e..c190a78972 --- a/tests/browser/features/edit_page.feature +++ b/tests/browser/features/edit_page.feature @@@ -5,5 -5,7 +5,7 @@@ Feature: Edit Pag Given I go to the "Editing Test Page" page with content "This is a page to test editing" When I click Edit And I edit the page with "Edited and a random string" + And I click Preview + And I click Show Changes And I save the edit - Then the edited page content should contain "Edited and a random string" + Then the edited page content should contain "Edited and a random string"