@@ -138,7 +138,7 @@ |
||
138 | 138 | public function isOriginalPriceVisible(): bool |
139 | 139 | { |
140 | 140 | try { |
141 | - return null !== $this->getElement('product_original_price')->find('css','del'); |
|
141 | + return null !== $this->getElement('product_original_price')->find('css', 'del'); |
|
142 | 142 | } catch (ElementNotFoundException $elementNotFoundException) { |
143 | 143 | return false; |
144 | 144 | } |