-
Story
-
Resolution: Done
-
Major
-
DO400 - OCP4.6-en-1-20210331
-
None
-
3
-
ROLE
-
en-US (English)
URL: https://role.rhu.redhat.com/rol-rhu/app/courses/do400-4.6/pages/ch03s06
Reporter RHNID: jomcdona
Section: Ch03s06 - Guided Exercise: Creating Integration Tests
Language: en-US (English)||||||||
Workaround:
Description: In Section 3 of the training in the Guided Exercise on Creating Integration Tests in section 4.6 and 4.7 where it states
"Update the src/test/java/com/redhat/shopping/integration/whitebox/ShoppingCartTest.java"
It should state
"Update the src/test/java/com/redhat/shopping/integration/blackbox/ShoppingCartTest.java" (Note: blockbox vs. whitebox)
When I initially tried using documented instructions using whitebox it failed with exceptions due to given not being imported in whitebox testing class. When I moved this to the blackbox implementation everything worked