We had a bug in testing script. The variable ii is already used in different places and setting it here to 1 and reusing it in general was an issue. It caused the test to test expected number of records only for the first project index and skipping all the other project indices.
We had a bug in testing script. The variable
ii
is already used in different places and setting it here to1
and reusing it in general was an issue. It caused the test to test expected number of records only for the first project index and skipping all the other project indices.