diff --git a/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/IntegrationControllerTest.php b/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/IntegrationControllerTest.php index c314429cf477d8710ab52f49cfd683b566b6343a..a625bef5ae55b8c88c9e910bf2f77a9d1b6ea794 100644 --- a/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/IntegrationControllerTest.php +++ b/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/IntegrationControllerTest.php @@ -310,12 +310,6 @@ class Cosmo_IntegrationControllerGenerateActionTest extends Cosmo_IntegrationCon public function shouldBeAbleToChooseBranchCreationMode() { $this->assertXPath('//select[@name="creer_annexes"]'); } - - - /** @test */ - public function shouldBeAbleToEtalonSynchMode() { - $this->assertXPath('//select[@name="synchro"]'); - } }