Since the scenario was created in the same transaction (due to using @Before annotation) was not visible in givenOrderFromPrepareForCreate. Now use a @BeforeTransaction instead so it's visible before. |
||
|---|---|---|
| .. | ||
| src | ||
| pom.xml | ||
Since the scenario was created in the same transaction (due to using @Before annotation) was not visible in givenOrderFromPrepareForCreate. Now use a @BeforeTransaction instead so it's visible before. |
||
|---|---|---|
| .. | ||
| src | ||
| pom.xml | ||