I would like to store the value 'contractId' from the first row in the table, so when I add a contract it will use the this value plus 1 for an unique ID. When I try using the protractor test below, it returns "[object Object]1". I would like to store the value 'contractId' fr