Include a new function on common_functions.sah
FEA: ItEr75S24ResourcesTests
This commit is contained in:
parent
31cebd14d0
commit
7dcefccaa6
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue