0

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?

Marit
  • 2,399
  • 18
  • 27
codeDev
  • 79
  • 1
  • 9
  • could you please provide more information? what are the next instructions, what does happen, etc? – Marit Jun 26 '18 at 04:22
  • Also afaik the open() method is a Serenity method, so you might want to try any help channels they have. – Marit Aug 01 '18 at 11:45

0 Answers0