Skip to content
Snippets Groups Projects

full plugin mod for multiselection

Compare and Show latest version
2 files
+ 17
42
Preferences
Compare changes
Files
2
@@ -310,7 +310,7 @@ class Admin_UserGroupControllerIndexTest extends Admin_UserGroupControllerTestCa
/** @test */
public function aButtonShouldLinkToAddUserGroup() {
$this->assertXPath('//a[@href="/admin/usergroup/add/id_cat/2"]',$this->_response->getBody() );
$this->assertXPath('//a[contains(@href, "/admin/usergroup/add/id_cat/2")]');
}