Skip to content
Snippets Groups Projects

dev#189214: Add managed libraries select in users edit/add form

Viewing commit 5a343060
Show latest version
1 file
+ 1
1
Preferences
Compare changes
@@ -288,7 +288,7 @@ class UsersControllerManagedLibrariesIndexModoBibManageGueretTest
/** @test */
public function librarySelectorShouldContainGueret()
{
$this->assertXPath('//select[@name="search_id_site"]/option[@value="1"]');
$this->assertNotXPath('//select[@name="search_id_site"]/option[@value="1"]');
}