I'm trying to open a page in the StepDefinition class by calling the open() method of the PageObject class. The problem is that after this method is called it doesn't go to the instructions after:
homeSteps.openPage();
//the following instructions are not called
createOrganizations();
Can you help me please to resolve this issue?