소스 검색

validacion map

Fernando Alonso 8 년 전
부모
커밋
88cf5f89b7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      behat/testScreenshot/tests/acceptance/MapCest.php

+ 1 - 1
behat/testScreenshot/tests/acceptance/MapCest.php

@@ -27,7 +27,7 @@ $I->wait('5');
 		$I->fillField('Índice Z','10');
 		$I->click('Crear y regresar al listado');
 $I->wait('5');		
-
+		$I->see('El elemento "TestFer" ha sido creado con éxito');
 	}
 
 }