Include a new function on common_functions.sah

FEA: ItEr75S24ResourcesTests
This commit is contained in:
Pablo Fernández de la Cigoña Nóvoa 2011-09-08 13:32:00 +02:00 committed by Manuel Rego Casasnovas
parent 31cebd14d0
commit 7dcefccaa6

View file

@ -176,6 +176,11 @@ _assertExists(_div("The init date cannot be empty"));
_assert(_isVisible(_div("The init date cannot be empty"))); _assert(_isVisible(_div("The init date cannot be empty")));
} }
function commonResourceTryDeleteAssignedValidation(){
_assertExists(_span("This worker cannot be deleted because it has assignments to projects or imputed hours"));
_assert(_isVisible(_span("This worker cannot be deleted because it has assignments to projects or imputed hours")));
}
/* /*
* Common functions for Workers * Common functions for Workers
*/ */