Capella - junit can not load model in Capella

Hi all,

I am trying to create test case based on BasicTestCase.
Example and documentation I found here:

Problem appears on getting the model from Capella:

List of projects in Capella (I use same workspace and I am not clear it):

Code in test case that I use to get model:
@Override
public List getRequiredTestModels() {
return Arrays.asList(“TestModel”);
}

Capella: Team for Capella 5.1 with local projects.

What the name project(model) shall I use?
Is anyone faced with such problem?


Thank you,
Egor