Merge Requests - Assignee
Compare changes
- Rémy Coutable authored
The precedence of methods to fetch a product's attribute value was changed recently: 1. API response 2. Web UI block 3. Inheritance from the factory 4. Raise a `QA::Factory::Product::NoValueError` error otherwise
+ 5
− 7
@@ -254,8 +254,7 @@ module QA
@@ -347,8 +346,7 @@ module QA
@@ -356,7 +354,7 @@ module QA
@@ -414,9 +412,9 @@ end