From 5784edca10dcf47ac3bba466ed4ed6358afadf85 Mon Sep 17 00:00:00 2001 From: efalcy <efalcy@afi-sa.fr> Date: Thu, 12 Nov 2015 12:09:23 +0100 Subject: [PATCH] dev #31761 : workflow notification , fix test --- .../application/modules/admin/controllers/CmsControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/application/modules/admin/controllers/CmsControllerTest.php b/tests/application/modules/admin/controllers/CmsControllerTest.php index 0895477a826..a6028e76b5d 100644 --- a/tests/application/modules/admin/controllers/CmsControllerTest.php +++ b/tests/application/modules/admin/controllers/CmsControllerTest.php @@ -1440,7 +1440,7 @@ class CmsControllerNewsAddActionWithoutWorkflowTest extends CmsControllerWithPer /** @test */ public function auteurShouldBeDisplayByDefault() { - $this->assertXPathContentContains('//li','AdminBibConnected',$this->_response->getBody()); + $this->assertXPathContentContains('//td','Mario Super',$this->_response->getBody()); } } -- GitLab